Commit graph

41 commits

Author SHA1 Message Date
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
626ce7ca93 Don't patch automake source files and remove dependency on automake. 2001-07-15 16:34:57 +00:00
skrll
e127114f1f Fix build problems on clean/-current system seen by Frank van der Linden
<fvdl@netbsd.org>

Add BUILD_DEPENDS for automake and define BUILD_USES_GETTEXT_M4
2001-06-25 15:34:47 +00:00
jlam
7a3aed445f Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 04:15:24 +00:00
jlam
f03bc9d638 Add patches to Makefile.am and configure.in that mirror patches to
Makefile.in and configure.
2001-06-13 07:55:06 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
jlam
9d719be886 Use ${PKGLOCALEDIR} to determine the location of the installed locale files. 2001-02-28 23:31:06 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
jlam
3f2c0b72ea Cosmetic changes. 2001-01-12 23:34:50 +00:00
jlam
f3ae7f100b Add CPPFLAGS to the configure environment so -Dunix gets passed throughi
correctly.
2001-01-12 23:33:38 +00:00
itojun
d8a7747225 libintl tweaks are moved into bsd.pkg.mk 2000-11-09 14:26:33 +00:00
itojun
021f3f3502 update dependency to gettext. BUILD_DEPEND on gettext, and have USE_LIBINTL. 2000-11-01 03:41:28 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
jdolecek
e7d73509d4 regen 2000-02-03 18:46:53 +00:00
jdolecek
2a83b9a101 add NetBSD RCS id 2000-02-03 18:46:20 +00:00
jdolecek
4a1f68a379 src/getopt.c: include "system.h" to get correct definition of _ macro -
the test here depends on HAVE_LIBINTL_H, which is not set
	by configure
This change makes bison use the internationalized catalogs even for
messages in getopt.c. Bug report submitted to bug-bison@gnu.org.
2000-02-03 18:45:37 +00:00
jdolecek
64a456d27f regen 2000-02-03 11:49:32 +00:00
jdolecek
813c20ccaa add a cast to the bison.simple template to avoid signed/unsigned
comparison in generated code (shows up with gcc -Wsign-compare for example)
2000-02-03 11:48:35 +00:00
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
jlam
5ce2f7faf8 Add missing bison.info-* and NLS files to pkg/PLIST.
Change to depend on pkgsrc gettext instead.
1999-10-04 17:24:00 +00:00
agc
9b2125c48d Update bison to version 1.28.
Changes include:

* Should compile better now with K&R compilers.

* Added NLS.

* Fixed a problem with escaping the double quote character.

* There is now a FAQ.
1999-08-24 12:51:24 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
frueauf
636c5e9771 Add tab to infofile dir entry for cosmetics. 1999-02-19 08:55:23 +00:00
tv
1c9817afdf Update to 1.27. 1999-02-19 03:27:08 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tv
8965c0dd46 Make this honor the pkg system's CFLAGS setting. 1998-11-24 15:32:34 +00:00
agc
0202d38eab install-info will create an info dir file, if one doesn't already
exist, so remove the erroneous @exec statements (which wouldn't have
worked anyway).
1998-09-22 10:48:43 +00:00
agc
5b92cad3a8 Modifications to make bison use mkstemp(3). 1998-09-14 15:14:52 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
49a48d689a Add "bison" info file to info files directory, fixes PR pkg/5187. 1998-04-13 10:11:28 +00:00
thorpej
b42c7f101a Add a GNU bison(1) package. 1998-03-20 22:45:15 +00:00