pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Oct 25 14:47:40 UTC 2017

Modified Files:
        pkgsrc/shells/fish: Makefile
Removed Files:
        pkgsrc/shells/fish/patches: patch-configure

Log Message:
fish: don't install own version of pcre2, delete hopefully
unneeded file (from pcre2 configure)

bump pkgrevision


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/shells/fish/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/shells/fish/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.13 pkgsrc/shells/fish/Makefile:1.14
--- pkgsrc/shells/fish/Makefile:1.13    Wed Oct 25 09:32:38 2017
+++ pkgsrc/shells/fish/Makefile Wed Oct 25 14:47:40 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/10/25 09:32:38 maya Exp $
+# $NetBSD: Makefile,v 1.14 2017/10/25 14:47:40 maya Exp $
 
 DISTNAME=              fish-2.6.0
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            shells
 MASTER_SITES=          http://fishshell.com/files/${PKGVERSION_NOREV}/
 
@@ -46,6 +46,7 @@ PLIST.open=   yes
 pre-configure:
        ${RUN} cd ${WRKSRC} && autoreconf -fiv
 
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index