1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Johan van Selst
3a5fc0a813 Update bison to 2.4.3
PR:		ports/144916
Tested by:	exp-run by pav
2010-08-16 20:17:23 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Johan van Selst
532e84e129 Update my mail address to @FreeBSD.org
Feature safe:	yes
2010-02-23 18:03:45 +00:00
Johan van Selst
de0dddb837 Don't update charset.alias if WITHOUT_NLS is set
Reported by:	pgollucci
2009-04-10 09:06:25 +00:00
Johan van Selst
ec2d095bd0 - Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:		ports/131640
Approved by:	portmgr (pav)
2009-03-06 12:04:11 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Ade Lovett
9cb29fd0ff Restore PORTEPOCH. My feelings on this particular knob are rated
*at least* NC-17.

Submitted by:	many
2007-10-18 02:28:45 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Ade Lovett
ef677b8e52 Add SHA256 2005-11-14 03:05:46 +00:00
Ade Lovett
1c6166bcd9 A few more cleanups after recent events with bison
* lose the bison175 port, it's not needed for now and will
  only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports

Approved by:	portmgr
2005-09-04 18:33:15 +00:00
Pav Lucistnik
ec3881eb40 - Back out update to 2.0
Requested by:	ade
2005-09-04 10:45:23 +00:00
Pav Lucistnik
471f5244fc - Update to 2.0
PR:		ports/84709
Submitted by:	Frerich Raabe <frerich@athame.co.uk>
2005-09-02 08:02:04 +00:00
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
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Kris Kennaway
3ec6c50c18 Clean up locale directory after ourselves 2004-11-24 22:25:30 +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
Kirill Ponomarev
6d5018c2da - Support INFO
- Support DATADIR

PR:		ports/64853
Submitted by:	Ports Fury
2004-03-28 16:26:57 +00:00
Joe Marcus Clarke
200b97ea0d Switch to USE_GETTEXT.
PR:		62351
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2004-02-04 18:02:08 +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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +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
Daichi GOTO
f84ed2e942 update devel/bison: add WITHOUT_NLS support
The patch allows bison to be compiled without gettext support,
  for use when space is tight or the gettext dependency is not desired.

PR:		48824
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-07-29 06:35:27 +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