pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bison bison: Remove broken and now entirely redu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04f951087b0d
branches:  trunk
changeset: 416355:04f951087b0d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Oct 24 10:53:23 2019 +0000

description:
bison: Remove broken and now entirely redundant nls section.

diffstat:

 devel/bison/Makefile |  16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diffs (28 lines):

diff -r f3b326e437dc -r 04f951087b0d devel/bison/Makefile
--- a/devel/bison/Makefile      Thu Oct 24 10:44:57 2019 +0000
+++ b/devel/bison/Makefile      Thu Oct 24 10:53:23 2019 +0000
@@ -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 @@
 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