Commit graph

16 commits

Author SHA1 Message Date
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
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Yen-Ming Lee
a80798d39f - Update cppunit to 1.12.0
- Update all related ports

PR:		120489
Submitted by:	leeym
Approved by:	maintainer timeout
2008-05-03 16:18:03 +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
Jose Alonso Cardenas Marquez
1f1da023b3 - Update to 1.0.2 2007-09-16 21:09:24 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +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
d72d98aa26 - Add DIST_SUBDIR
- Fix build when WITHOUT_DEBUG option is selected

Approved by:	garga (mentor)
2006-08-21 03:35:13 +00:00
Jose Alonso Cardenas Marquez
ffcac8dd6c - Add CONFLICTS with graphics/crystalentitylayer-devel
- Fix pkg-plist
- Other tiny modifications

Approved by:	garga (mentor)
2006-08-20 15:39:49 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Alejandro Pulver
16f793124c - Remove USE_X_PREFIX.
Approved by:	maintainer
2006-06-25 23:05:57 +00:00
Sergey Matveychuk
19c3d66216 - Remove BROKEN. It builds now with any version
Submitted by:	maintainer
2006-04-30 09:22:23 +00:00
Sergey Matveychuk
5aae3eb0da - Update to 2006-01-27
- Remove USE_REINPLACE

PR:		ports/93416
Submitted by:	maintainer
2006-04-29 17:59:50 +00:00
Kris Kennaway
b56128f292 BROKEN on >= 5.x: Does not build 2006-04-22 22:15:42 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Edwin Groothuis
dffe887109 [NEW PORT] graphics/crystalentitylayer: CEL is a layer that sits on top of Crystal Space 3D Engine
Crystal Entity Layer (CEL) is a game entity layer based on
	Crystal Space.  It makes it easier for game developers to
	create games based on Crystal Space.  CEL can optionally
	be used together with Python or other scripting languages

	WWW:	http://sourceforge.net/projects/cel/

PR:		ports/89470
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2005-11-24 02:46:04 +00:00