Commit graph

70 commits

Author SHA1 Message Date
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Marcelo Araujo
7c806af372 - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
2009-02-02 01:36:16 +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
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
Pav Lucistnik
6604d99acb - Fix after objformat removal 2007-02-02 14:26:39 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +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
Jeremy Messenger
67c079c981 portlint:
-Use DOCSDIR in plist.
2006-05-16 04:36:22 +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
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Michael Johnson
313e16c3ab - Update or add WWW: lines 2005-06-10 03:08:57 +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
Joe Marcus Clarke
b62b9a4d24 Correct the path to io-xpm.c.
Submitted by:	Christian Hiris <4711@chello.at>
2004-10-18 00:05:15 +00:00
Joe Marcus Clarke
ca8f1390f3 Glib 1.2 did not have a g_try_malloc() function, so use g_malloc() instead.
Since a g_malloc() failure will abort the running application, we no
longer need to check the result.

PR:		72775
2004-10-17 21:08:40 +00:00
Joe Marcus Clarke
91b931960a Fix the security issues with ICO and XPM loading as detailed at:
http://www.freebsd.org/ports/portaudit/3d1e9267-073f-11d9-b45d-000c41e2cdad.html

Adapted from:	gtk+ CVS
Approved by:	portmgr (implicit)
2004-10-11 20:05:25 +00:00
Pav Lucistnik
7d83787187 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:05:58 +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
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Ade Lovett
84ea4ee842 Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)
2003-03-06 19:23:19 +00:00
Joe Marcus Clarke
1a17bba024 Do not use ${PORTNAME} for MASTER_SITE_SUBDIR as this breaks
gnomecanvas.

Submitted by:	Pav Lucistnik <pav_cz@volny.cz>
2003-01-20 16:02:57 +00:00
Joe Marcus Clarke
5129eee3f9 Update to 0.22.0. 2003-01-19 19:38:50 +00:00
Joe Marcus Clarke
dbdcf04a8f Update to 0.21.0. 2002-10-18 03:11:24 +00:00
Joe Marcus Clarke
620bd0749b Update to 0.20.0. 2002-10-05 16:22:51 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
92b43aacc3 USE_REINPLACE isn't needed after sobomax's latest updates to the ports
infrastructure.
2002-07-09 14:55:00 +00:00
Joe Marcus Clarke
432b897c1b Add USE_REINPLACE temporarily so to get this port building until portmgr
blesses the real fix to bsd.port.mk.

PR:		40267
Reported by:	many
2002-07-06 21:38:15 +00:00
Maxim Sobolev
34a9256d65 Allow USE_GNOME be defined in slave port. 2002-07-05 10:56:24 +00:00
Maxim Sobolev
c10874ab9c Convert to USE_GNOMENG. 2002-07-04 17:19:38 +00:00
Maxim Sobolev
6bc24e23d4 Don't bother to build tests which aren't installed anyway. 2002-06-20 16:39:47 +00:00
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
Joe Marcus Clarke
fa1c444a55 Update to 0.18.0. 2002-06-19 02:21:47 +00:00
Joe Marcus Clarke
b417efd74e Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.

PR:		36401
Reported by:	many
Approved by:	sobomax
2002-04-24 15:50:09 +00:00
Joe Marcus Clarke
5a128343e2 Update to 0.17.0.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-19 19:40:24 +00:00
Maxim Sobolev
fd56ff2812 Update to 0.16.0. 2002-01-23 15:21:58 +00:00
Maxim Sobolev
9351a17752 Don't compile/install useless statically conpiled versions of shared modules. 2002-01-22 11:58:17 +00:00
Maxim Sobolev
5a599f7075 Update to 0.15.0. 2002-01-21 10:30:41 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Maxim Sobolev
9cb83fda27 Update to 0.14.0. 2001-12-13 22:33:50 +00:00
Maxim Sobolev
3c38fcb4fb Fix another place where CPUID code doesn't bother to restore original state
of the bit 21 of eflags register. This should fix `sigreturn: eflags ...'
problem in many threaded GNOME apps.

Update is highly recommended to all GNOME users - it improves stability
of Nautilus, Balsa etc greatly.
2001-11-16 10:51:32 +00:00
Maxim Sobolev
568f0f7d51 Update to 0.13.0. 2001-11-09 16:24:21 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +00:00
Ade Lovett
bf774b0f98 Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.

Submitted by:	sobomax (with extensive patches - complain to me)
2001-05-21 02:29:52 +00:00