diff options
author | tron <tron> | 2002-02-10 19:05:56 +0000 |
---|---|---|
committer | tron <tron> | 2002-02-10 19:05:56 +0000 |
commit | 8d794c387a214b1d92e3cb509cf37a8e095c1f31 (patch) | |
tree | 225bd6c3ab04c5e913a50dfd5ed1f396c2b60baa /devel/bison | |
parent | 2b3c88222b655eab46d74cf67ad182b02161d8ff (diff) | |
download | pkgsrc-8d794c387a214b1d92e3cb509cf37a8e095c1f31.tar.gz |
Make sure that locale files go into the correct directory under Solaris.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 4 | ||||
-rw-r--r-- | devel/bison/distinfo | 4 | ||||
-rw-r--r-- | devel/bison/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/bison/patches/patch-ab | 13 |
4 files changed, 31 insertions, 3 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index a4503321342..c87b0374366 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/01/31 13:43:57 mjl Exp $ +# $NetBSD: Makefile,v 1.26 2002/02/10 19:05:56 tron Exp $ DISTNAME= bison-1.32 CATEGORIES= devel @@ -13,7 +13,7 @@ BUILD_USES_MSGFMT= yes USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" CPPFLAGS+= -Dunix # for $TMPDIR parsing diff --git a/devel/bison/distinfo b/devel/bison/distinfo index 9c2bbf49f70..60abfc30d93 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,4 +1,6 @@ -$NetBSD: distinfo,v 1.6 2002/02/08 09:35:17 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/02/10 19:05:56 tron Exp $ SHA1 (bison-1.32.tar.gz) = 381cac43289aabefedc3dd04f724431b5485bdc9 Size (bison-1.32.tar.gz) = 721047 bytes +SHA1 (patch-aa) = 47194ffb10e0bda3f01e656dd1a84eae9df46db3 +SHA1 (patch-ab) = 467f560b38de856b013b455f918fb858c6124711 diff --git a/devel/bison/patches/patch-aa b/devel/bison/patches/patch-aa new file mode 100644 index 00000000000..6a7e3531d45 --- /dev/null +++ b/devel/bison/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.7 2002/02/10 19:05:57 tron Exp $ + +--- src/Makefile.in.orig Wed Jan 23 14:31:20 2002 ++++ src/Makefile.in Sun Feb 10 19:54:49 2002 +@@ -107,7 +107,7 @@ + DEFS = @DEFS@ \ + -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \ + -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \ +- -DLOCALEDIR=\"$(datadir)/locale\" ++ -DLOCALEDIR=\"$(prefix)/$(PKGLOCALEDIR)/locale\" + + + CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS) diff --git a/devel/bison/patches/patch-ab b/devel/bison/patches/patch-ab new file mode 100644 index 00000000000..0550234cad7 --- /dev/null +++ b/devel/bison/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.4 2002/02/10 19:05:57 tron Exp $ + +--- po/Makefile.in.in.orig Mon Jan 21 15:03:21 2002 ++++ po/Makefile.in.in Sun Feb 10 20:03:16 2002 +@@ -23,7 +23,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/$(PKGLOCALEDIR)/locale + gettextsrcdir = $(datadir)/gettext/po + + INSTALL = @INSTALL@ |