diff options
author | drochner <drochner@pkgsrc.org> | 2002-11-27 17:41:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-11-27 17:41:05 +0000 |
commit | 16af549a21c1641e61ae972858968436cdfb7737 (patch) | |
tree | 34eedc3a6e03bf53d58e7624f39aeab94b388127 /devel/gettext-m4 | |
parent | a26a4aa2c546ec967d93ee0a6ba3817757492095 (diff) | |
download | pkgsrc-16af549a21c1641e61ae972858968436cdfb7737.tar.gz |
bite the bullet and upgrade to 0.11.5
There are too many changes to list in a sensible way.
The most visible change for me is that libintl requires libiconv now.
Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex.
This pkg used to expose buildlink2 problems - the pkg libintl was
pulled in in cases where USE_GNU_GETTEXT was not set. There were
some improvements to libtool filtering, and x11/gtk builds now, so
I hope this is settled.
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r-- | devel/gettext-m4/Makefile | 9 | ||||
-rw-r--r-- | devel/gettext-m4/PLIST | 16 | ||||
-rw-r--r-- | devel/gettext-m4/distinfo | 4 |
3 files changed, 22 insertions, 7 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile index 81875fa2411..a2ab997391a 100644 --- a/devel/gettext-m4/Makefile +++ b/devel/gettext-m4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/08/19 19:20:34 seb Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/27 17:41:07 drochner Exp $ -DISTNAME= gettext-0.10.35 -PKGNAME= gettext-m4-0.10.35 +DISTNAME= gettext-0.11.5 +PKGNAME= gettext-m4-0.11.5 SVR4_PKGNAME= gttm4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} @@ -18,9 +18,6 @@ CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -PATCHDIR= ${.CURDIR}/../../devel/gettext/patches -DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo - do-build: ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/m4 && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET} diff --git a/devel/gettext-m4/PLIST b/devel/gettext-m4/PLIST index c2d773bbcbb..3f64cbfcc17 100644 --- a/devel/gettext-m4/PLIST +++ b/devel/gettext-m4/PLIST @@ -1,4 +1,18 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:23:42 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/11/27 17:41:07 drochner Exp $ +share/aclocal/codeset.m4 share/aclocal/gettext.m4 +share/aclocal/glibc21.m4 +share/aclocal/iconv.m4 +share/aclocal/intdiv0.m4 +share/aclocal/inttypes-pri.m4 +share/aclocal/inttypes.m4 +share/aclocal/inttypes_h.m4 +share/aclocal/isc-posix.m4 share/aclocal/lcmessage.m4 +share/aclocal/lib-ld.m4 +share/aclocal/lib-link.m4 +share/aclocal/lib-prefix.m4 share/aclocal/progtest.m4 +share/aclocal/stdint_h.m4 +share/aclocal/uintmax_t.m4 +share/aclocal/ulonglong.m4 diff --git a/devel/gettext-m4/distinfo b/devel/gettext-m4/distinfo new file mode 100644 index 00000000000..85d23dcf0da --- /dev/null +++ b/devel/gettext-m4/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/11/27 17:41:07 drochner Exp $ + +SHA1 (gettext-0.11.5.tar.gz) = 4d17534afac106bc0f2310a9fd77a291d433234b +Size (gettext-0.11.5.tar.gz) = 3724099 bytes |