Commit graph

18 commits

Author SHA1 Message Date
Li-Wen Hsu
73e91847d9 - Update to 3.7.1
PR:		ports/128936
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	"Petr Holub" <hopet AT ics.muni.cz> (maintainer)
2008-11-17 17:01:29 +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
Rong-En Fan
a062361c0b - Update to 3.7.0
- Update MASTER_SITES/WWW

PR:		ports/109011
Submitted by:	Yi-Huan Chan <yhchan at csie.nctu.edu.tw>
Approved by:	Petr Holub <hopet at ics.muni.cz> (maintainer)
2007-02-12 13:22:04 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Martin Wilke
e9db64342a - Fixed bug in RTPIPv6Destination
PR:		ports/103704
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by:	Petr Holub <hopet@ics.muni.cz> (maintainer)
2006-10-07 08:40:06 +00:00
Rong-En Fan
9ddcef29f0 - Update to 3.6.0
PR:		ports/99642
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by:	maintainer, delphij (mentor)
2006-07-01 03:52:20 +00:00
Ying-Chieh Liao
440c930247 Patches:
- fixed build error on 4.x
- patched lib/pkgconfig/jrtplib.pc to libdata/pkgconfig/jrtplib.pc
- added missing libdata/pkgconfig/jrtplib.pc in pkg-plist

PR:		96033
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by:	maintainer
2006-04-20 01:53:46 +00:00
Ying-Chieh Liao
28555c76f8 upgrade to 3.5.2
PR:		95461
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by:	maintainer
2006-04-14 03:13:16 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +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
Kirill Ponomarev
15d1c65eec Update to 3.1.0
PR:		ports/73976
Submitted by:	maintainer
2004-11-16 10:36:38 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
James E. Housley
ba3c58dd27 The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.

PR:		58197
2003-11-03 01:13:16 +00:00
James E. Housley
7071730f20 The jrtplib port is broken on amd64 as reported by Kris Kennaway
on Fri, 17 Oct 2003 16:36:54 -0700. This fix should be a temporal solution
until proper -fPIC option is added to configure by library developer
whom I've already notified.

PR:		58197
Submitter:	MAINTAINER
2003-11-03 01:12:26 +00:00
Edwin Groothuis
5435a0a292 New port: JRTPLIB - RTP library in C++
New port: JRTPLIB - library in C++ for developing applications
        using RTP protocol. For details see
        http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html

PR:		ports/48929
Submitted by:	Petr Holub <hopet@ics.muni.cz>
2003-10-06 02:46:08 +00:00