diff options
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt-devel/distinfo | 4 | ||||
-rw-r--r-- | mail/mutt-devel/patches/patch-aa | 13 | ||||
-rw-r--r-- | mail/mutt-devel/patches/patch-ac | 15 | ||||
-rw-r--r-- | net/wget/distinfo | 6 | ||||
-rw-r--r-- | net/wget/patches/patch-ab | 15 | ||||
-rw-r--r-- | net/wget/patches/patch-ac | 13 |
7 files changed, 64 insertions, 6 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 3da5c4af73a..6e6468b5150 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/07/22 13:37:12 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/07/22 15:24:10 tron Exp $ DISTNAME= mutt-1.3.19i CATEGORIES= mail @@ -44,9 +44,9 @@ CONFIGURE_ARGS+= --without-ssl .endif BUILD_DEFS+= MUTT_USE_SSL - DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL +MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" FILES_SUBST= CAT=${CAT:Q} FILES_SUBST+= CHMOD=${CHMOD:Q} diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo index 4c131a5c577..9478c83544b 100644 --- a/mail/mutt-devel/distinfo +++ b/mail/mutt-devel/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/07/22 13:37:13 tron Exp $ +$NetBSD: distinfo,v 1.4 2001/07/22 15:24:10 tron Exp $ SHA1 (mutt-1.3.19i.tar.gz) = 55c188cdade8bc040e23f1340f41d74514e239b7 Size (mutt-1.3.19i.tar.gz) = 2439217 bytes +SHA1 (patch-aa) = 8325c09e6ab9b43786571548359fa0be4f94d14c SHA1 (patch-ab) = 24984804280b5db991a2a471eba39506369add70 +SHA1 (patch-ac) = 19225ed3e60de9772de5e7092f2cc67b804f0f86 diff --git a/mail/mutt-devel/patches/patch-aa b/mail/mutt-devel/patches/patch-aa new file mode 100644 index 00000000000..8de5aee9a98 --- /dev/null +++ b/mail/mutt-devel/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2001/07/22 15:24:10 tron Exp $ + +--- intl/Makefile.in.orig Thu Jun 7 22:00:05 2001 ++++ intl/Makefile.in Sun Jul 22 16:58:54 2001 +@@ -31,7 +31,7 @@ + libdir = @libdir@ + includedir = @includedir@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/$(PKGLOCALEDIR)/locale + gettextsrcdir = $(datadir)/gettext/intl + aliaspath = $(localedir) + subdir = intl diff --git a/mail/mutt-devel/patches/patch-ac b/mail/mutt-devel/patches/patch-ac new file mode 100644 index 00000000000..d056033b399 --- /dev/null +++ b/mail/mutt-devel/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2001/07/22 15:24:10 tron Exp $ + +--- po/Makefile.in.in.orig Mon Aug 7 10:31:36 2000 ++++ po/Makefile.in.in Sun Jul 22 17:17:57 2001 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale +-gnulocaledir = $(prefix)/share/locale ++localedir = $(prefix)/$(PKGLOCALEDIR)/locale ++gnulocaledir = $(localedir) + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po + diff --git a/net/wget/distinfo b/net/wget/distinfo index bc547e36e75..193fdb7c615 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2001/07/16 07:59:11 itojun Exp $ +$NetBSD: distinfo,v 1.7 2001/07/22 15:31:54 tron Exp $ SHA1 (wget-1.7.tar.gz) = b44118972c11a410b81ad3d306861b370071e611 Size (wget-1.7.tar.gz) = 945138 bytes -SHA1 (wget-17-v6-20010716a.diff.gz) = 02ddc575dc2cd33b38a2b111662198b77ef67491 -Size (wget-17-v6-20010716a.diff.gz) = 49827 bytes SHA1 (patch-aa) = 98c944716c403d0501505fc52c69c898d7870ea5 +SHA1 (patch-ab) = 797716b5a213c1e6b12f9407769e606b50818a67 +SHA1 (patch-ac) = 20cc35210374c68ddcaf39830620d853b4311988 diff --git a/net/wget/patches/patch-ab b/net/wget/patches/patch-ab new file mode 100644 index 00000000000..6d14388c0fc --- /dev/null +++ b/net/wget/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.5 2001/07/22 15:31:54 tron Exp $ + +--- po/Makefile.in.in.orig Thu Apr 12 14:25:22 2001 ++++ po/Makefile.in.in Sun Jul 22 17:21:13 2001 +@@ -21,8 +21,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale +-gnulocaledir = $(prefix)/share/locale ++localedir = $(prefix)/$(PKGLOCALEDIR)/locale ++gnulocaledir = $(prefix)/$(PKGLOCALEDIR)/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po + diff --git a/net/wget/patches/patch-ac b/net/wget/patches/patch-ac new file mode 100644 index 00000000000..4e55c16344a --- /dev/null +++ b/net/wget/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2001/07/22 15:31:54 tron Exp $ + +--- src/Makefile.in.orig Thu Apr 12 14:25:22 2001 ++++ src/Makefile.in Sun Jul 22 17:21:51 2001 +@@ -33,7 +33,7 @@ + exec_prefix = @exec_prefix@ + bindir = @bindir@ + sysconfdir = @sysconfdir@ +-localedir = $(prefix)/share/locale ++localedir = $(prefix)/$(PKGLOCALEDIR)/locale + + DESTDIR = + |