pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/editors/pluma



On Sat, Sep 09, 2017 at 10:03:30PM +0000, David Holland wrote:
> Module Name:  pkgsrc
> Committed By: dholland
> Date:         Sat Sep  9 22:03:30 UTC 2017
> 
> Modified Files:
>       pkgsrc/editors/pluma: Makefile
> 
> Log Message:
> Installs a bash script. PKGREVISION=1.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/pluma/Makefile
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 

> Modified files:
> 
> Index: pkgsrc/editors/pluma/Makefile
> diff -u pkgsrc/editors/pluma/Makefile:1.7 pkgsrc/editors/pluma/Makefile:1.8
> --- pkgsrc/editors/pluma/Makefile:1.7 Thu Jun 29 19:54:40 2017
> +++ pkgsrc/editors/pluma/Makefile     Sat Sep  9 22:03:30 2017
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile,v 1.7 2017/06/29 19:54:40 jperkin Exp $
> +# $NetBSD: Makefile,v 1.8 2017/09/09 22:03:30 dholland Exp $
>  
>  # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
>  # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
> @@ -8,18 +8,21 @@
>  .include "../../meta-pkgs/mate/Makefile.common"
>  
>  DISTNAME=    pluma-${VERSION:R}.2
> +PKGREVISION= 1
>  CATEGORIES=  editors
>  
>  COMMENT=     Small and lightweight UTF-8 text editor for the MATE
>  
>  TOOL_DEPENDS+=       itstool-[0-9]*:../../textproc/itstool
>  TOOL_DEPENDS+=       libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
> +DEPENDS+=    bash-[0-9]*:../../shells/bash

Please use

USE_TOOLS+=     bash:run

instead, for those opsys that have bash in base (e.g., OS X).

Thanks,
 Thomas

>  PKGCONFIG_OVERRIDE+= data/pluma.pc.in
>  
>  CONFIGURE_ARGS+=     --disable-updater # only for OS X and Windows
>  
>  REPLACE_PYTHON+=     plugins/externaltools/data/switch-c.tool.in
> +REPLACE_BASH+=               plugins/externaltools/data/search-recursive.tool.in
>  
>  .include "options.mk"
>  
> 




Home | Main Index | Thread Index | Old Index