1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

37 Commits

Author SHA1 Message Date
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Erwin Lansing
8c6092e5ec BROKEN should not be quoted.
No functional change.
2010-06-13 08:40:06 +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
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Jason Evans
ebf19b77a0 Update to Onyx 5.1.2.
Approved by:	markm (mentor)
2006-01-12 09:17:33 +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
Vanilla I. Shu
04f92b0926 Upgrade to 5.1.1.
PR:		ports/54350
Submitted by:	maintainer
2004-03-16 22:11:32 +00:00
Pav Lucistnik
83ece6e98c - Update to 5.1.0
PR:		ports/63888
Submitted by:	Jason Evans <jasone@canonware.com> (maintainer)
2004-03-07 23:54:55 +00:00
Kris Kennaway
6dbf9ca50a BROKEN on ia64: coredump during build. 2004-03-07 12:46:35 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Sergei Kolobov
9a5b6827b0 - Update to 5.0.0 [1]
- Fix pkg-plist
- Give maintainership back to Jason Evans, who is also the author of Onyx

PR:		60877 [1]
Submitted by:	Jason Evans <jasone@canonware.com>
2004-01-09 16:12:38 +00:00
Pete Fritchman
fc02c643d0 - update to 4.4.3
- switch to bz2 distfile

PR:		51229
Submitted by:	Ports Fury
2003-05-18 01:38:13 +00:00
Christian Weisgerber
e89fa95eac Update to version 4.3.0.
PR:		48040
Submitted by:	Ports Fury
2003-02-14 16:06:34 +00:00
Oliver Braun
77ab3f6fa6 Fix libs.
PR:		 ports/47486
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-31 13:04:13 +00:00
Oliver Braun
1cb56f69b9 Add dependency on devel/pcre.
Pointed out by:	kris,bento
2003-01-31 12:11:39 +00:00
Oliver Braun
7174aa3dc9 Upgrade to 4.2.1.
PR:		ports/47078
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-16 20:08:35 +00:00
Ying-Chieh Liao
9a4e12a3dd upgrade to 4.2.0
PR:		45936
Submitted by:	Ports Fury
2003-01-02 18:43:35 +00:00
Ying-Chieh Liao
74b0ae42fd upgrade to 4.1.0
PR:		45445
Submitted by:	Ports Fury
2002-11-20 13:02:46 +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
Jason Evans
c9e3c1380d Drop maintainership. 2002-05-11 22:19:34 +00:00
Jason Evans
104c1fff85 Update to version 3.0.2. 2002-03-31 03:32:46 +00:00
Jason Evans
315d4dddd3 Update to version 3.0.1. 2002-03-24 03:09:42 +00:00
Jason Evans
f509da85c2 Update to onyx 3.0.0. 2002-02-11 01:34:57 +00:00
Jason Evans
7f251687a2 Update to version 2.3.1. 2001-12-24 09:26:49 +00:00
Jason Evans
325e62bb79 Add back a @ that got lost. 2001-12-22 02:04:51 +00:00
Jason Evans
bd841910d3 Update to Onyx 2.3.0. 2001-12-22 02:02:45 +00:00
Jason Evans
0dbeb62281 Update to onyx 2.2.0. 2001-11-17 23:21:48 +00:00
Jason Evans
804ab2e92d Update to version 2.1.0. 2001-09-22 23:54:07 +00:00
Jason Evans
b758a37e2d Update to version 2.0.0. 2001-08-22 06:54:59 +00:00
Jason Evans
b11b8dfe15 Update to version 1.1.0. 2001-08-01 09:38:07 +00:00
Jason Evans
561fb0a75c Update to version 1.0.2. 2001-07-18 14:58:32 +00:00
Jason Evans
d7d98e2eb1 Add the onyx language port. 2001-07-18 09:12:42 +00:00