1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

79 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
Alexey Dokuchaev
060c699a11 - Bring Makefile header to canonical form (reindent and augment)
- Manual pages are not subject to NOPORTDOCS filtering, fix this
- Handle pkg-message word expansion in a preferred manner
- Convert to use OPTIONS
- Simplify and cleanup Makefile
- Explicit glib20 dependency is useless in X11 case (implied by gtk20)
- Drop libgnome dependency, xgnokii does not link with it per what I see
- Drop RUN_DEPENDS introduced in rev. 1.68, as it is bogus (port does not
  install any perl bits) [*]
- Trim overly long INSTALL statements

Approved by:	maintainer
Pointy hat to:	miwi [*]
2008-07-27 20:25:00 +00:00
Rong-En Fan
67e44c4fd0 - Fix build and install when CONFIGURE_TARGET is prepended to executable files [1]
- Add missing dependency on glib2 [2]
- gettext is required by configure unconditionally, so remove WITHOUT_NLS [3]

PR:		ports/125509
Reported by:	Carsten Jonstrup <carsten.jonstrup at gmail.com> and
		Alastair Watts <awatts at pett.com.au> [1],
		Alastair Watts <awatts at pett.com.au> [2],
		rafan [3]
Submitted by:	Guido Falsi <mad at madpilot.net> (maintainer)
Approved by:	Guido Falsi <mad at madpilot.net> (maintainer)
2008-07-14 07:42:04 +00:00
Martin Wilke
e447448d40 - Add missing textproc/p5-XML-Parser dependency.
PR:		125361
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2008-07-07 13:43:28 +00:00
Pav Lucistnik
c8d5860d24 - Update to 0.6.26
PR:		ports/124305
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2008-06-12 14:45:25 +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
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
Rong-En Fan
38ddaf2624 - Fix build
Reported by:	pointyhat via pav
Submitted by:	Scot Hetzel <swhetzel at gmail.com>
2008-03-18 06:34:16 +00:00
Rong-En Fan
debd6adca6 - Fix automatic dependencies
PR:		ports/121687
Submitted by:	Scot Hetzel <swhetzel at gmail.com>
Approved by:	Guido Falsi <mad at madpilot.net> (maintainer)
2008-03-16 09:11:50 +00:00
Pav Lucistnik
7e9abbcb5c - Fix fetch
Reported by:	pointyhat
2008-02-16 16:36:58 +00:00
Pav Lucistnik
19e752457c - Update to 0.6.22
PR:		ports/118692
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2007-12-14 22:04:20 +00:00
Mario Sergio Fujikawa Ferreira
5f16d4f907 o Fix: correctly detect and use devel/libusb
o Add WITH_USB knob

PR:		118070
Approved by:	maintainer
2007-12-11 21:15:48 +00:00
Martin Wilke
93b529c226 - Update to 0.6.18
PR:		114914
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2007-07-26 20:17:07 +00:00
Pav Lucistnik
9a1cc04299 - Update to 0.6.17
PR:		ports/113926
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2007-06-27 14:07:31 +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
Martin Wilke
39f5eecbaa - Drop 4.X gruft.
PR:		111942
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
Approved by:	maintainer
2007-04-23 06:56:34 +00:00
Rong-En Fan
9674fcd71a - Update to 0.6.14
PR:		ports/102918
Submitted by:	Guido Falsi <mad at madpilot.net> (maintainer)
2006-09-06 08:02:18 +00:00
Emanuel Haupt
0923d36607 Update to 0.6.12 and make it fetchable again.
PR:		95340
Submitted by:	self
Approved by:	Guido Falsi <mad@madpilot.net> (maintainer)
2006-04-09 17:16:12 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Sam Lawrance
ad64eef26e Fix build when WITH_SMSD and WITH_PGSQL are defined (cause was a malformed
sed command).

PR:		ports/89422
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
Approved by:	Guido Falsi <mad@madpilot.net> (maintainer)
2005-11-30 00:53:36 +00:00
Marcus Alves Grando
261530de12 Update to 0.6.10
Add SHA256

PR:		88921
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2005-11-13 18:28:39 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Sam Lawrance
c357e94617 Update to 0.6.8
PR:		ports/84641
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2005-08-28 13:25:38 +00:00
Pav Lucistnik
474f86c413 - Update to 0.6.7
PR:		ports/81198
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2005-05-19 15:36:39 +00:00
Pav Lucistnik
cd10a1fd74 - Update MASTER_SITES, website reorganized
Reported by:	krismail
2005-05-13 08:26:18 +00:00
Pav Lucistnik
78bfcb98fa - Fix WITHOUT_X11
PR:		ports/80683
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2005-05-07 15:38:45 +00:00
Pav Lucistnik
29de58e4ff - Update to 0.6.5
PR:		ports/80631
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2005-05-05 14:09:49 +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
Pav Lucistnik
d006f1a657 - Add optional knob for libical
PR:		ports/75442
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
Requested by:	Sven Berkvens-Matthijsse <sven@berkvens.net>
2004-12-28 20:52:16 +00:00
Edwin Groothuis
4b84fd7224 [maintainer update] comms/gnokii update to 0.6.4
upgrade to 0.6.4 just released. Added a knob tolink smsd to glib2.
	minor changes to the messages regarding smsd in pre-fetch.

PR:		ports/72929
Submitted by:	Guido Falsi <mad@madpilot.net>
2004-10-26 01:35:09 +00:00
Kirill Ponomarev
906d8c992c Support WITHOUT_NLS 2004-07-11 10:55:23 +00:00
Kirill Ponomarev
f5538e3326 Update to 0.6.3
PR:		ports/68812
Submitted by:	maintainer
2004-07-08 12:19:29 +00:00
Pav Lucistnik
0b8d5e8c75 - Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}
PR:		ports/66183
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-05-02 23:24:14 +00:00
Pav Lucistnik
46e9c8a5b9 - Fix dependencies in WITHOUT_X11 case
PR:		ports/66097
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-05-02 11:52:01 +00:00
Kirill Ponomarev
e99b5c6140 - Fix build on 4-x
Approved by:	marcus (portmgr)
2004-04-21 20:37:00 +00:00
Kirill Ponomarev
99b8b64f4d - Fix build on 4-x 2004-04-18 06:12:16 +00:00
Kirill Ponomarev
80df8d5a98 - Update to version 0.6.1
PR:		ports/65547
Submitted by:	maintainer
2004-04-14 21:25:09 +00:00
Greg Lewis
51611ad0db . Re-add the Savannah mirrors to MASTER_SITES.
PR:		63934
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-03-09 19:47:32 +00:00
Kirill Ponomarev
0a5d1265fc - Update MASTER_SITES and pkg-descr
PR:		ports/63893
Submitted by:	maintainer
2004-03-07 19:41:47 +00:00
Pav Lucistnik
aa88418612 - Update to 0.6.0
PR:		ports/63281
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-02-24 15:45:02 +00:00
Pav Lucistnik
f788124d67 - Teach included libtool to not be clever about -lc_r
PR:		ports/62839
Submitted by:	Guido Falsi <mad@madpilot.net> (maintainer)
2004-02-15 10:31:54 +00:00
Pav Lucistnik
571f1937df - Update to 0.5.10
- Give maintainership to submitter

PR:		ports/62800
Submitted by:	Guido Falsi <mad@madpilot.net>
2004-02-13 19:13:27 +00:00
Joe Marcus Clarke
d3ed8a1b49 Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.

Submitted by:	kris
2004-02-04 05:25:22 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Tilman Keskinoz
768a407994 Fix build on AMD64 2004-01-31 00:35:33 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Sergei Kolobov
4f86b431f0 - Update to 0.5.8 [1]
- Fix pkg-plist: .mo files do not seem to get installed

PR:		61121 [1]
Submitted by:	Guido Falsi <mad@madpilot.net>
2004-01-09 15:57:18 +00:00
Pav Lucistnik
3fc20d65a2 - Update to 0.5.7
PR:		ports/60297
Submitted by:	Guido Falsi <mad@madpilot.net>
2003-12-16 20:15:43 +00:00
Pav Lucistnik
99de867ec5 - Fix build when older version is already installed. This will prefer
newly build libgnokii on linking.

PR:		ports/60253
Reported by:	Krzysztof Stryjek <wtp+gnokii@bsdguru.org>
2003-12-15 19:52:27 +00:00