Commit graph

103 commits

Author SHA1 Message Date
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Oliver Lehmann
2d13c2055f make it use gcc 4.2 or above instead of 4.1 only.
Requested by:	gerald
2008-09-01 17:55:58 +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
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
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +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
Oliver Lehmann
dfe341398f fix objformat problem more properly 2007-02-05 21:00:08 +00:00
Oliver Lehmann
1deb70375a force usage of external libtool to fix the build on CURRENT where objfromat
is gone
2007-02-04 12:44:42 +00:00
Pav Lucistnik
45a085ac12 - Remove support for xfree86-3
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
2007-02-02 17:06:25 +00:00
Oliver Lehmann
4059a7a800 fix build for gcc 4.1 2006-12-15 21:00:01 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Oliver Lehmann
8f0dcf6094 fix MASTER_SITES 2006-04-07 12:17:40 +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
Kris Kennaway
7689c4a0e5 Add missing USE_GETTEXT 2006-01-26 04:29:21 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +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
Oliver Lehmann
c994533986 fix build with gcc 3.4.2
Bump PORTREVISION

PR:		ports/70103
Submitted By:	Andrey Slusar <vasallia@ukr.net>
2004-08-08 16:43:58 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Oliver Lehmann
a405462dfa use the OPTIONS macro 2004-02-10 06:41:02 +00:00
Oliver Lehmann
5f6f031248 take maintainership 2003-08-17 07:40:39 +00:00
Oliver Lehmann
ca82ecd052 Start using the new xfce sub-category 2003-08-16 07:03:34 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Norikatsu Shigemura
5b385e66de Add Xft dependency when WITH_XFT is defined.
Bump PORTREVISION accordingly.

PR:		ports/48513
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-04-11 17:05:13 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Edwin Groothuis
a481f4c27c Update port: x11-wm/xfce
- Rearrange pre-patch/post-patch target

PR:		ports/46950
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-12 02:01:59 +00:00
Ying-Chieh Liao
1880e5fd55 move REINPLACE_CMD to a proper position
PR:		45811
Submitted by:	Glenn Johnson <glennpj@charter.net>
2003-01-02 15:56:05 +00:00
Ying-Chieh Liao
528f9f582c upgrade to 3.8.18
PR:		45457
Submitted by:	Ports Fury
2002-11-20 13:29:26 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
5f1485d7bd Add missing manpage 2002-09-16 20:05:28 +00:00
Mario Sergio Fujikawa Ferreira
db1f0a2d6a Deploy USE_GNOMENG infrastructure
PR:		42305
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 01:30:26 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Yukihiro Nakai
588282223a symbolic link to see image in help file
PR:		ports/36526
Submitted by:	Mark Hannon <markhannon@optushome.com.au>
2002-08-03 11:35:44 +00:00
Maxim Sobolev
d2b50ba025 Update to 3.8.16 and assign maintainership to ports@FreeBSD.org, because old
maintainer doesn't respond to inqueries.

PR:		37281
Submitted by:	Ports Fury
2002-05-27 16:55:57 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Alfred Perlstein
72b0e84a5b remove another g_free on a string culled from g_getenv. 2002-03-02 10:43:22 +00:00
Alfred Perlstein
167dc1a803 add a patch so that xfumed (xf menu editor) doesn't call g_free on a
string returned from g_getenv.
2002-03-02 10:29:07 +00:00
Yukihiro Nakai
101a385790 Update to 3.8.14c
Use giconv

PR:		ports/34775
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-02-18 10:37:10 +00:00
FUJISHIMA Satsuki
47b43ca270 update to 3.8.14.
PR:		34181
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-22 21:30:42 +00:00
Yukihiro Nakai
05d55a435e Update to 3.8.8b
Add anti-alias feature

PR:		ports/30773
Submitted by:	Nuzrin Yaapar <nuzrin@goose.net.my>
2001-10-23 05:49:02 +00:00
Yukihiro Nakai
720411eebe Update to 3.8.8 2001-10-23 04:18:44 +00:00
Yukihiro Nakai
05c812fc0a Fix.
PR:		ports/29541
Submitted by:	Kato Tsuguru
2001-08-10 05:25:39 +00:00
Jimmy Olgeni
758a0c32d2 Remove files/patch-ai: it is already in the standard distribution. 2001-08-07 07:53:08 +00:00