summaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-12-22 05:14:41 +0000
committerjlam <jlam@pkgsrc.org>2002-12-22 05:14:41 +0000
commitb526b47f26a57b423bb45547ed04617b33430032 (patch)
tree42bf01618c65593f1fd45543f03e088dbbdf563b /devel/gettext
parent1de7c1fa18eb579a34e75880e960713908f118fd (diff)
downloadpkgsrc-b526b47f26a57b423bb45547ed04617b33430032.tar.gz
Bump the PKGREVISION of devel/gettext: force the Java compiler to go
undetected so that the Java classes aren't built and installed. The gettext Java classes should go into a separate package so that all OSes may install them, not just Solaris.
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile17
-rw-r--r--devel/gettext/PLIST3
2 files changed, 8 insertions, 12 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 7eab03a4a4f..6eeb216aaf9 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2002/12/12 01:56:23 grant Exp $
+# $NetBSD: Makefile,v 1.44 2002/12/22 05:14:41 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
DISTNAME= gettext-0.11.5
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
@@ -26,19 +27,13 @@ CONFIGURE_ARGS+= --without-included-gettext
INFO_FILES= gettext.info
TEXINFO_OVERRIDE= YES
-PLIST_SRC= ${WRKDIR}/PLIST
-OPTIONAL_FILES+= share/gettext/gettext.jar
+CONFIGURE_ENV+= GCJ= ac_cv_prog_GCJ=
+CONFIGURE_ENV+= HAVE_GCJ_IN_PATH=
+CONFIGURE_ENV+= HAVE_JAVAC_IN_PATH=
+CONFIGURE_ENV+= HAVE_JIKES_IN_PATH=
post-install:
cd ${WRKSRC}/intl; ${MAKE_PROGRAM} install-data
- @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- @( \
- for FILE in ${OPTIONAL_FILES}; do \
- ${TEST} ! -e ${PREFIX}/$$FILE || ${ECHO} $$FILE; \
- done; \
- ${ECHO} "@dirrm share/gettext"; \
- ) >>${PLIST_SRC}
-
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
diff --git a/devel/gettext/PLIST b/devel/gettext/PLIST
index 03a34b8b3d4..cfee6423c08 100644
--- a/devel/gettext/PLIST
+++ b/devel/gettext/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2002/12/12 01:56:23 grant Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/12/22 05:14:41 jlam Exp $
bin/autopoint
bin/gettext
bin/gettextize
@@ -202,5 +202,6 @@ ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gettext.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gettext.mo
@dirrm share/gettext/po
@dirrm share/gettext/intl
+@unexec ${RMDIR} %D/share/gettext 2>/dev/null || ${TRUE}
@dirrm lib/gettext
@dirrm doc/gettext