pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/bison



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Oct 24 10:53:23 UTC 2019

Modified Files:
        pkgsrc/devel/bison: Makefile

Log Message:
bison: Remove broken and now entirely redundant nls section.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/devel/bison/Makefile

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

Modified files:

Index: pkgsrc/devel/bison/Makefile
diff -u pkgsrc/devel/bison/Makefile:1.109 pkgsrc/devel/bison/Makefile:1.110
--- pkgsrc/devel/bison/Makefile:1.109   Wed Oct 23 12:17:33 2019
+++ pkgsrc/devel/bison/Makefile Thu Oct 24 10:53:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2019/10/23 12:17:33 triaxx Exp $
+# $NetBSD: Makefile,v 1.110 2019/10/24 10:53:23 jperkin Exp $
 
 DISTNAME=      bison-3.4.2
 CATEGORIES=    devel
@@ -29,18 +29,4 @@ CONFIGURE_ARGS.Cygwin+=      ac_cv_func___fpe
 pre-build:
        ${TOUCH} ${WRKSRC}/doc/bison.1
 
-# "bison" wants a recent version of "gettext" which at least some
-# NetBSD versions don't provide. Figure out whether it will install
-# the locale files or not.
-.if !empty(PKG_OPTIONS:Mnls)
-PLIST_SRC=     ${WRKDIR}/PLIST
-
-post-configure:
-       if grep -q '^POSUB = po$$' ${WRKSRC}/Makefile; then             \
-         ${CP} ${PKGDIR}/PLIST ${PLIST_SRC};                           \
-       else                                                            \
-         ${GREP} -v '^share/locale/' ${PKGDIR}/PLIST >${PLIST_SRC};    \
-       fi
-.endif
-
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index