Commit graph

18 commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
16c2c63cf2 - Update to 1.3.2
PR:		129487
Submitted by:	Pedro F. Giffuni <giffunip at tutopia.com>
2008-12-12 22:57:02 +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
Jose Alonso Cardenas Marquez
d753594bd8 - Update to 1.2 2008-03-28 02:30:33 +00:00
Martin Wilke
2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Jose Alonso Cardenas Marquez
aafefd160c - Update to 1.1
- Add new libxml2 dependency
- Add USE_PERL5. It fixes a problem with all FreeBSD versions [1]
- Add pkg-message file

Reported by:	pav [1]
2007-12-22 06:59:01 +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
Jose Alonso Cardenas Marquez
52887ea6e0 - Chase increase of devel/ccrtp shlib version.
- Bump PORTREVISION
2007-10-02 15:45:33 +00:00
Simon Barner
ff9f11c4da - Bump boost shared library version to 4
- Bump PORTREVISION
2007-07-04 15:10:58 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jose Alonso Cardenas Marquez
d5ef10b0ff - Fix the speex dependency.
PR:		ports/109937
Submitted by:	kitsune <v.velox__ at_vvelox.net>
2007-03-05 21:41:56 +00:00
Jose Alonso Cardenas Marquez
b8aede5906 - Update to 1.0
- Remove supoprt for 4.x
- Some another tiny modifications

Tested by:	asouza
2007-03-03 15:38:23 +00:00
Jeremy Messenger
26a0087e1e Chase the shared library version of speex, bump the PORTREVISION. 2007-02-23 22:51:12 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Jose Alonso Cardenas Marquez
db1a102c4e - Move to LOCALBASE
- Fix a configure problem [1]

Reported by:	Joao Rocha Braga Filho <goffredo__at__gmail.com> [1]
2006-12-28 21:23:51 +00:00
Jose Alonso Cardenas Marquez
daf6f86f32 - Update to 0.9
- Add devel/libzrtpcpp for secure voice communication
2006-10-05 06:35:29 +00:00
Jose Alonso Cardenas Marquez
940b75cc62 - Add net/ilbc dependency to LIB_DEPENDS. It permit to compile twinkle with
support for RFC3951.
- PORTVERSION bump

Submitted by:	J.R. Oldroyd <fbsd__ at __opal.com>
Approved by:	garga (mentor)
2006-08-14 15:11:02 +00:00
Jose Alonso Cardenas Marquez
f171404c45 - New port: net/twinkle
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol.

You can use it for direct IP phone to IP phone communication or in a network
using a SIP proxy to route your calls.

WWW:    http://www.twinklephone.com/

Approved by:	garga (mentor)
2006-07-30 21:21:10 +00:00