Commit graph

40 commits

Author SHA1 Message Date
Sean Chittenden
ea4177f061 Add bison 1.875. Some grammars require the new version of Bison (such as
PostgreSQL), however the new bison also breaks many many ports.  Compromise
with a new port.  Installs as bison and _not_ bison1875 and should be
mutually exclusive to the main bison port.  Hopefully the bison authors will
clean up their product and this port can disappear when the base bison port
is updated in the future or enough ports are updated to work with newer
versions of bison.

Repo copied by: fjoe
Approved by:	kris
2003-05-07 04:48:05 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Joe Marcus Clarke
3e66ddb46c Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports.
Approved by:	kris
Discussed on	ports
2002-11-16 00:48:39 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Will Andrews
f04923a4fb Add dependency on GNU m4 for the build. Found by portbuild. 2002-10-24 20:04:48 +00:00
David W. Chapman Jr.
a1d2d400a1 Update to 1.75
PR:		44223
Submitted by:	tkato@prontomail.com
2002-10-24 13:55:31 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
Maxim Sobolev
2e564be1e5 Don't install own copy of charset.alias - use one from libiconv instead. Bump
PORTREVISION.
2002-04-30 08:29:55 +00:00
Dmitry Sivachenko
38ae311f31 Upgrade to 1.35. 2002-04-06 19:30:16 +00:00
Dmitry Sivachenko
b4127c7ae1 USE_BZIP2 2002-03-24 16:06:54 +00:00
Andrey A. Chernov
860ecc8e74 Remove iconv->giconv hack 2002-03-19 10:18:35 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Dmitry Sivachenko
461c92ba02 Upgrade to 1.34. 2002-03-16 12:19:55 +00:00
Christian Weisgerber
3f324864be Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
2002-03-14 16:05:31 +00:00
Akinori MUSHA
0919c56469 Bump PORTREVISION for the last fix. 2002-03-13 19:34:39 +00:00
Christian Weisgerber
4a69d46a9b This requires ngettext().
XXX Explicitly build with included libintl for now.

PR:		35653
2002-03-13 01:23:26 +00:00
David E. O'Brien
a3454389d0 Update to version 1.33.
This version was tested locally by a few trusted committers & friends,
and is believed to *actually* be as usable and stable as version 1.28.
(unlike *cough*, *cough* other 1.3x versions which have caused no end
of problems...)
2002-02-17 03:52:38 +00:00
David E. O'Brien
fd710dff4a This PORTEPOCH for life crap is stupid.
Back out the downgrade, I would have never agreed to it if I had know...
This leaves a window of downgradededness 18 hours -- people can just live
with that.
2001-12-11 01:58:33 +00:00
Maxim Sobolev
26c34f89d7 Bump PORTEPOCH because PORTVERSION was recently lowered. 2001-12-10 10:25:54 +00:00
David E. O'Brien
85da093438 Back this down to version 1.28 until the Bison developers can acutally
do some regression tests on their later releases.
Versions 1.29 and 1.30 seg fault where 1.28 did not.
2001-12-10 04:41:18 +00:00
Maxim Sobolev
4b82659c78 Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a
different semantics than our bsd.port.mk provides.
2001-12-02 07:37:57 +00:00
David E. O'Brien
7b859cdd96 Upgrade to Bison 1.30.
Version 1.29 had several problems that I believe 1.30 fixes (looking at the
ChangeLog).
2001-11-29 15:24:04 +00:00
FUJISHIMA Satsuki
0ff2207253 unify info files (no revision bump needed). 2001-09-23 06:40:35 +00:00
David E. O'Brien
74894ed54d Update to 1.29
* Added `-g' and `--graph'.
* Added `--locations' and `%locations'.
* Added `-S' and `--skeleton'.
* `%raw', `-r', `--raw' is disabled.
* Special characters are escaped when output.  This solves the problems
* New directives.
  `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
  `%debug', `%source_extension' and `%header_extension'.
* The input and the output files has automatically a similar extension.

Submitted by:	demon
2001-09-23 00:21:23 +00:00
Dmitry Sivachenko
5fe77d7bd4 Add Russian messages.
Approved by:	obrien
2001-07-16 18:04:52 +00:00
Maxim Sobolev
0218f08c56 Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't
bother to do it.
2000-06-12 10:12:45 +00:00
Maxim Sobolev
e43635a554 Use installed libintl instead of the port's own version. 2000-06-12 10:00:36 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
Satoshi Asami
1117c1feb8 Comment out second MAINTAINER line. 2000-01-19 16:01:53 +00:00
David E. O'Brien
177ea6b5ae With Bison being shown the door in 4.0-CURRENT, we need the Bison port back. 2000-01-17 11:31:33 +00:00
David E. O'Brien
041e34d028 The latest Bison is now in the base system (and has been for a while).
This port is no longer needed.
1999-10-06 08:11:30 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Chris Piazza
023a82287c The last commit cited a bogus PR. It was really:
PR:		12936
1999-08-11 04:36:48 +00:00
Chris Piazza
fd939ffa41 Update to version 1.28
PR:		13054
Submitted by:	maintainer
1999-08-11 04:34:53 +00:00
Steve Price
1cbce94c51 Initial import of bison version 1.27.
GNU's YACCalike parser generator.

PR:		10839
Submitted by:	Jerry Hicks <wghicks@bellsouth.net>
1999-05-03 03:18:08 +00:00