Commit Graph

31 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
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
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
Max Khon
d148c69d78 - Fix build with gcc 4.1.
- Bump PORTREVISION.
2006-12-18 10:19:16 +00:00
Pav Lucistnik
d750615763 - Use features of bsd.wx.mk, especially USE_WX
PR:		ports/101613
Submitted by:	alepulver
2006-12-01 07:39:02 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Max Khon
5ab3efb6eb - NO_LATEST_LINK=yes 2005-11-19 18:09:45 +00:00
Max Khon
6eb78d2e33 - Connect pgadmin3 1.2.2 after repocopy.
- Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports.
- Add SHA256 checksum.
2005-11-19 18:05:26 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Max Khon
7251e51710 Update to 1.2.2.
PR:		86990
2005-10-20 14:36:49 +00:00
Max Khon
6f31047759 s/older/newer/
Submitted by:	Palle Girgensohn
2005-08-30 16:04:18 +00:00
Max Khon
9f91925f02 - Fix build with wxgtk 2.6.0
- Bump PORTREVISION

Submitted by:	Yuri Bushmelev
2005-05-17 15:50:37 +00:00
Max Khon
54c086c129 Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.
2005-05-12 17:45:30 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Max Khon
144bcef92b Document that __FreeBSD_version 503105 is ok for unicode-enabled build. 2005-03-02 12:10:00 +00:00
Max Khon
d20968c831 - Fix build on 4.x: non-unicode version does not have pkg-message.
- Bump PORTREVISION.
2005-02-27 16:53:27 +00:00
Max Khon
dc0eeebdd1 - Provide a patch that allows to build working non-Unicode version.
- Add back 4.x support (non-Unicode version only).
- Bump PORTREVISION.
2005-02-23 19:28:13 +00:00
Max Khon
3451ac7dc3 - Unbreak.
- Remove ability to build non-unicode version which is not supported by pgadmin3
developers.
- Bump PORTREVISION.
2005-02-21 22:10:39 +00:00
Max Khon
83e94023d5 - Mark broken on 5.2.0-RELEASE and later until problems with this port
are resolved.
- Suggest to use pgadmin3 binary from pgadmin.org.
2005-02-07 18:44:12 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Max Khon
3c1edd97b5 Fix build (distfiles was moved).
Submitted by:	kuriyama
Pointed out by:	kris
Pointy hat to:	fjoe
2005-01-13 15:25:51 +00:00
Max Khon
a51f6158b4 Update to 1.2.0 2005-01-08 18:05:22 +00:00
Max Khon
8c524bb5e8 Chase wxgtk2*-devel libraries version bump. 2004-11-25 20:07:36 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Max Khon
964b1fe1d9 Update to 1.0.2.
Use wxWidgets 2.5.2.
2004-06-27 21:18:25 +00:00
Mathieu Arnold
4031a6967c Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems
2004-05-25 09:19:42 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Max Khon
1ebacd9458 SIZE'ify. 2004-02-04 12:46:51 +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
Max Khon
faf2e3d710 Chase wxgtk library name change.
Use wxgtk2.
Bump PORTREVISION.
2003-11-04 22:05:54 +00:00
Max Khon
bb5919b506 New port: pgadmin3.
pgAdmin III is PostgreSQL database design and management system.
2003-11-04 01:33:15 +00:00