pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/popt popt dosen't use 'xgettext', add workaroun...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a89ab55789c
branches: trunk
changeset: 528633:8a89ab55789c
user: obache <obache%pkgsrc.org@localhost>
date: Fri May 11 13:50:40 2007 +0000
description:
popt dosen't use 'xgettext', add workaround to avoid check GNU xgettext.
And 'msgfmt' also not need, remove from TOOLS.
Bump PKGREVISION.
diffstat:
devel/popt/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 33e8418d0e3f -r 8a89ab55789c devel/popt/Makefile
--- a/devel/popt/Makefile Fri May 11 11:51:20 2007 +0000
+++ b/devel/popt/Makefile Fri May 11 13:50:40 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2006/11/05 17:49:34 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2007/05/11 13:50:40 obache Exp $
#
DISTNAME= popt-1.7
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \
ftp://ftp.iks-jena.de/pub/software/unix/misc/ \
@@ -19,8 +19,12 @@
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake msgfmt
+USE_TOOLS+= gmake
USE_LIBTOOL= yes
+# XXX: avoid to check GNU xgettext.
+post-extract:
+ touch ${WRKDIR}/rpm.c
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index