summaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-16 03:34:39 +0000
committerjlam <jlam@pkgsrc.org>2001-06-16 03:34:39 +0000
commitf58fbc4ed76698a6a8d0224e2c920c680e1cae41 (patch)
treef061d44abf9b9b1787b5b4fa8da745ca1c0c72b2 /devel/gettext
parent2aadd306b2ccfac8d9a777df5e8adc271b062ebd (diff)
downloadpkgsrc-f58fbc4ed76698a6a8d0224e2c920c680e1cae41.tar.gz
Update gettext to 0.10.35nb2. The only change is to factor out the m4
files into a separate package, gettext-m4, and add a dependency on it.
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile6
-rw-r--r--devel/gettext/distinfo4
-rw-r--r--devel/gettext/patches/patch-aj4
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index fb3bd0073bf..ed67921e0c6 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2001/06/12 20:33:02 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2001/06/16 03:34:39 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
DISTNAME= gettext-0.10.35
-PKGNAME= gettext-0.10.35nb1
+PKGNAME= gettext-0.10.35nb2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
@@ -11,6 +11,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html
COMMENT= tools for providing messages in different languages
+DEPENDS+= gettext-m4-0.10.35:../../devel/gettext-m4
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LIBINTL= yes
diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo
index 55f2ee010b2..1c9b0496caf 100644
--- a/devel/gettext/distinfo
+++ b/devel/gettext/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:18 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/06/16 03:34:39 jlam Exp $
SHA1 (gettext-0.10.35.tar.gz) = fcf5aedd794b45f9a63cb30deba96e842cc2d77c
Size (gettext-0.10.35.tar.gz) = 713694 bytes
@@ -11,5 +11,5 @@ SHA1 (patch-af) = 1e93d62e848f3dd6d902c0c91b32bb593f3afc43
SHA1 (patch-ag) = d91a594dc455bd7b0f3ece4e5b237227d08e4418
SHA1 (patch-ah) = 2822c9d3a6e9f2a9ae0d4b5ed5c25525e3d4f34d
SHA1 (patch-ai) = dd77fb17fae639152ae1deca233f3a56629ecaea
-SHA1 (patch-aj) = 0df7b1c18f417532369abeff7429a3a2b26fdb09
+SHA1 (patch-aj) = d0f2f662d895c015f85df0eedd4cc7d2e4170122
SHA1 (patch-ak) = d75e08203f779c26094e876aee5869c3aa1d9dff
diff --git a/devel/gettext/patches/patch-aj b/devel/gettext/patches/patch-aj
index 32caf0b6923..d0fe6906ef3 100644
--- a/devel/gettext/patches/patch-aj
+++ b/devel/gettext/patches/patch-aj
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.1 2000/10/31 17:06:18 itojun Exp $
+$NetBSD: patch-aj,v 1.2 2001/06/16 03:34:39 jlam Exp $
--- Makefile.in- Wed Nov 1 01:32:40 2000
+++ Makefile.in Wed Nov 1 01:32:49 2000
@@ -7,7 +7,7 @@ $NetBSD: patch-aj,v 1.1 2000/10/31 17:06:18 itojun Exp $
EXTRA_DIST = BUGS DISCLAIM README.gemtext
-SUBDIRS = doc lib intl src po m4 misc tests
-+SUBDIRS = doc lib src po m4 misc tests
++SUBDIRS = doc lib src po misc tests
DISTCLEANFILES = intl/libintl.h
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4