Commit Graph

23 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
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
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +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
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Alejandro Pulver
a60f545560 - Update to version 1.9.0b4.
- Use SF macro in MASTER_SITES.
- Take maintainership.
- Remove ONLY_FOR_ARCHS=i386.
- Clean-up.
- Convert to OPTIONS.
- Add wrapper script and note it in pkg-message.
- Remove patch to avoid sound delay problems.
2006-09-08 23:06:42 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Mark Linimon
03de951cfc Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see him
back soon.

Hat:		portmgr
2006-07-22 04:28:27 +00:00
Ion-Mihai Tetcu
7620bfe714 Update to 1.9.0b3.
PR:		ports/94821
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Approved by:	lawrance (mentor)
2006-05-09 12:17:06 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Simon Barner
2bb0d3f519 - Integrate with "doom-data".
- Add OPTIONS.
- Use SUB_FILES for generating pkg-message.
- Merge BROKEN and NOT_FOR_ARCHS into ONLY_FOR_ARCHS=i386.
- Add patch to fix the segmentation fault when exitting the program
- Update WWW

PR:		ports/86440
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
Tweaked by:	Igor Pokrovsky <ip@doom.homeunix.org>
Approved by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2005-11-17 11:44:27 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +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
Pav Lucistnik
5d7fef9499 - Update to 1.8.6
PR:		ports/76429
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2005-01-19 12:45:01 +00:00
Kris Kennaway
7a05ec19e5 BROKEN on alpha also: does not compile
Approved by:    portmgr (self)
2005-01-02 00:50:38 +00:00
Kris Kennaway
51ad1f4bdd BROKEN on ia64 and sparc64: Does not build 2004-11-23 22:51:18 +00:00
Pav Lucistnik
f5bf8a1a6b - Update to 1.8.3
PR:		ports/73246
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
2004-10-28 21:55:45 +00:00
Thierry Thomas
92192c4cd9 Fix a dependency, do some cleaning, and unbreak.
PR:		ports/72002
Submitted by:	maintainer
Approved by:	portmgr (marcus).
2004-09-24 20:10:31 +00:00
Kris Kennaway
715057ce43 BROKEN: Missing dependency
Approved by:	portmgr (self)
2004-09-18 16:37:58 +00:00
Volker Stolz
93ad5c3f67 - Update to 1.8.2
- RUN_DEPEND on timidity

PR:		ports/71207
Submitted by:	Igor Pokrovsky (maintainer)
2004-09-01 08:00:14 +00:00
Kirill Ponomarev
89867baed7 Add deng 1.8.1.r4, an enhanced Doom, Heretic and Hexen source port.
The Doomsday Engine is an enhanced Doom source port for the Windows
and UNIX platforms. It is based on the source code of id Software's
Doom and Raven Software's Heretic and Hexen.  Some of supported
features are:
* Dynamic lights
* Lens flares
* High-resolution textures (PNG, TGA, PCX)
* Particle effects
* Detail textures
* 3D models (uses Quake II's MD2 format)
* Simple environmental mapping for 3D models (shiny effects)
* MD2 skymodels and skyboxes
* Actor (monster) movement smoothing
* Simulated radiosity shadowing system for the environment
* Simple shadows for objects
* Fog
* Glowing surfaces
* Smart texture filtering using a modified hq2x algorith

PR:		ports/70996
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2004-08-27 15:18:35 +00:00