1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

90 Commits

Author SHA1 Message Date
Pietro Cerutti
560b1a6b6a - Restore CONFLICTS, which had been commented out to test r305197 2012-10-03 12:21:20 +00:00
Pietro Cerutti
a4c556a23b - Convert to OptionsNG
- Add a patch around a wrong ZLib call
- Normalize patch files names
2012-10-03 12:14:18 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
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
Martin Wilke
4ed31e1af7 - Kick MD5 support 2011-07-02 18:18:48 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pietro Cerutti
d3027fccbb - Update CONFLICTS to reflect the latest changes in the FOX ToolKit ports 2010-08-24 13:58:57 +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
Pietro Cerutti
4ad6631465 - Take maintainship from araujo
Approved by:	aroujo	(implicit, email to ports@)
Message-ID:	20100222114814.GB29137@ponderosa.intelbras.com.br
2010-03-11 16:36:01 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Marcelo Araujo
9a49984dd0 - These ports needs libcups.so to build.
PR:		ports/134662
Submitted by:	dionex
2009-05-20 11:57:36 +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
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
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +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
Shaun Amott
c1b4e75d22 - Upgrade to 1.4.35.
- Hand over maintainership to submitter, since he now maintains the
  other fox ports.

PR:		ports/109142
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
2007-04-29 15:01:32 +00:00
Rong-En Fan
6b02f01c9c - Trasnfer maintainership from alecn2002@yandex.ru to
araujo@bsdmail.org except fox14 (owned by shuan@)
- Correctly register CONFLICTS
- While I'm here, correctly respect NOPORTDOCS

Approved by:	maintainer (fox10, fox12, fox16), shuan (implicit for fox14)
2007-03-29 10:52:52 +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
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Shaun Amott
69fa2f2a34 - Update to 1.4.32
- Take maintainership

PR:		ports/97764
Submitted by:	shaun (me)
Approved by:	ahze (mentor)
2006-06-20 20:59:34 +00:00
Sergey Matveychuk
66bfe07215 - Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
2006-06-10 15:53:58 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
56e8b9c386 - Add SHA256 2005-11-25 19:33:59 +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
Alexey Dokuchaev
72c0964070 Convert to OPTIONS. 2005-05-16 10:57:08 +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
Kirill Ponomarev
003d4a19d9 Update to version 1.4.7
PR:		ports/78750
Submitted by:	Ports Fury
2005-03-13 10:18:31 +00:00
Kirill Ponomarev
d8d33fdfca Update to version 1.4.6
PR:		ports/77977
Submitted by:	Ports Fury
2005-02-25 14:02:40 +00:00
Pav Lucistnik
2068b9a24a - Update to 1.2.11
PR:		ports/72826
Submitted by:	Ports Fury
2004-10-20 09:39:54 +00:00
Oliver Lehmann
90577764ee fix build for (at least my) 4.10 (box) 2004-08-15 14:55:18 +00:00
Kirill Ponomarev
b35e941ed0 Update to version 1.1.9
PR:		ports/70415
Submitted by:	Ports Fury
2004-08-13 16:09:06 +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
Kirill Ponomarev
614b89a8a4 Update to version 1.2.7
PR:		ports/69005
Submitted by:	Ports Fury
2004-07-14 12:36:33 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Kirill Ponomarev
6aada50f02 Update to version 1.2.6
PR:		ports/68635
Submitted by:	Ports Fury
2004-07-03 15:42:58 +00:00
Pav Lucistnik
f0b606b68f - Update to 1.2.5
PR:		ports/68393
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2004-06-26 16:19:37 +00:00
Kirill Ponomarev
a31201a08b - Update to version 1.2.1
PR:		ports/67086
Submitted by:	Ports Fury
2004-05-23 19:11:07 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Clement Laforet
29d345be06 - Set correct LATEST_LINK
Reported/Requested by:	kris
2004-02-07 16:29:17 +00:00
Pav Lucistnik
4fc4ce7f00 - Update to 1.1.42
- Use DOCSDIR macro
- Use CONFLICTS macro
- Add working master site
- Remove bogus Motif dependency, which was never needed

PR:		ports/60046
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-12-12 23:53:49 +00:00
Mark Linimon
9b955dde4f Upgrade to modern version (1.1.41). The changes are extensive;
see http://www.fox-toolkit.org/news.html.

While I'm here, simplify the conflict message and pacify portlint.
PR: ports/57620.
2003-11-11 09:49:14 +00:00
Pete Fritchman
7ce79eb2e0 Unbreak: add a missing dependency on Motif. 2003-05-18 12:39:37 +00:00
Kris Kennaway
b5ba813ea5 BROKEN on 5.1: configure fails 2003-05-18 11:36:12 +00:00
Pete Fritchman
f25edf3c9c Unbreak: update to 1.1.25.
PR:		51457
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net
2003-05-10 14:21:33 +00:00