David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Sean Chittenden
f2aadbe823
Bison 1.875 was generating broken C++ code. This patch will be submitted
...
to GNU for inclusion in the main tree.
PR: ports/74436
Submitted by: Uranus uranus - a t - it dot muds dot net
2004-12-06 00:14:35 +00:00
Yen-Ming Lee
56e042e18e
- relocate CONFLICTS
...
- add WITHOUT_NLS for USE_GETTEXT
- utilize INFO
- replace LOCALBASE with PREFIX
PR: 72646
Submitted by: leeym
Approved by: maintainer timeout
2004-11-11 17:19:39 +00:00
Yen-Ming Lee
52d411f714
- add version in CONFLICTS, otherwise it will conflict with itself.
...
Pointy hat to: leeym
2004-09-03 16:13:57 +00:00
Yen-Ming Lee
515450b4d5
- use shell meta-characters for pattern matching
2004-09-03 15:19:20 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
186b8ba82f
Add USE_GETTEXT and bump PORTREVISION.
...
Submitted by: trevor
Tested by: bento
2004-02-04 04:36:30 +00:00
Kris Kennaway
b71cedc07a
Add NO_LATEST_LINK to prevent link stomping
2004-01-29 12:06:26 +00:00
Trevor Johnson
78da40aa98
Now gettext 0.12.1 is gettext-old.
2004-01-23 18:12:26 +00:00
Sean Chittenden
321ff106fa
When installing bison, create a symlink from bin/bison to bin/bison1875
...
that way ports that require bison1875 (ie: PostgreSQL 7.4+) can properly
detect this dependency. Given both bison's have the appropriate CONFLICTS
sections, this should be a big enough hint to users to move from
bison < 1.875 to something more recent. Bump port revision.
Pointy hat to: bison(1) authors for grammar incompatibilities
2003-11-15 22:20:01 +00:00
Sean Chittenden
40594a5fca
Add CONFLICTS for bison/bison1875.
...
PR: ports/56242
Submitted by: Thierry Thomas <thierry@pompo.net>
2003-09-01 03:30:08 +00:00
Joe Marcus Clarke
a3108b1e51
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
...
Prodded by: kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad
Chase the libintl.so shared lib version.
2003-08-25 05:41:38 +00:00
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
Cy Schubert
9009f8a7f0
Remove empty patch file.
2002-10-29 14:59:36 +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
3ff4594f4d
Embellish the package list.
2002-02-17 21:39:39 +00:00
David E. O'Brien
d69e3e3c8d
Update to version 1.33.
2002-02-17 03:54:31 +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
563adca862
Remove obsoleted entries.
2001-07-20 18:29:24 +00:00
Dmitry Sivachenko
92a470dfb1
Update for bison-1.28
2001-07-20 18:27:36 +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
Satoshi Asami
2ee765ba9f
Remove empty directories.
...
Submitted by: bento
2000-06-03 00:49:25 +00:00
Michael Haro
ed33fb7de0
PORTNAME/PORTVERSION update
2000-04-11 21:30:15 +00:00