Commit graph

64 commits

Author SHA1 Message Date
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
Kris Kennaway
71bc8757dc BROKEN: Does not configure 2003-05-06 07:08:01 +00:00
Akinori MUSHA
4803b3b077 De-pkg-decomment fox master-slave ports. 2003-02-18 06:05:42 +00:00
Mario Sergio Fujikawa Ferreira
b9bedb1d3e o After repo copy from fox port:
- Update to 1.1.22
	- Add a conflict management mechanism: do not install if
	  fox port is already installed

Repo copy performed by:	cvs (joe)
2003-02-08 00:14:58 +00:00
Mario Sergio Fujikawa Ferreira
b1486ce110 o Update to 1.0.30
o Advertise all available WITH{,OUT}_* knobs
2003-02-04 23:19:18 +00:00
Akinori MUSHA
84ebb6363c Drop maintainership. 2003-01-25 11:05:08 +00:00
Akinori MUSHA
b533c0bc04 Complete pkg-plist. FOX's configure script and Makefile's are just
terrible to deal with...

Submitted by:	bento
2003-01-14 11:57:29 +00:00
Akinori MUSHA
1a3ab49d65 Restore entries removed by accident to unbreak fox-xunicode. 2002-05-20 12:47:58 +00:00
Akinori MUSHA
fcfa6df935 Update to 1.0.11. 2002-05-16 10:06:27 +00:00
Akinori MUSHA
7427b2b899 Update FOX to the latest stable release, 1.0.3. 2002-03-22 03:04:09 +00:00
Akinori MUSHA
3924a8eb4c Update to 0.99.189. 2002-01-26 00:40:48 +00:00
Steve Price
e1195ffa40 Update to reflect new homepage. 2001-12-02 22:14:46 +00:00
Akinori MUSHA
7e835c9257 Update fox to 0.99.181, and leave fox-xunicode awhile until the
unicode patch currently under development is released.
2001-12-02 20:32:32 +00:00
Akinori MUSHA
31698bea42 - Unbreak the support for jpeg and png.
Reported by:	Jim Freeze <jfreeze@freebsdportal.com>

- Fix the name of the macro to enable the Unicode support.

Submitted by:	HIDAKA Takahiro <cv8t-hdk@asahi-net.or.jp>

- Bump the PORTREVISION accordingly.
2001-10-30 09:36:55 +00:00
Akinori MUSHA
b8ed3998c4 Add active master sites.
Submitted by;	fenner's portsurvey
2001-09-21 17:32:00 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Akinori MUSHA
e661b092c4 Oops, these optimization flags should be disabled by default although
the distribution recommends them.
2001-07-29 16:04:19 +00:00
Akinori MUSHA
c732eff794 Update fox and fox-xunicode to 0.99.174.
Install documents under share/doc/fox instead of share/fox.

Support NOPORTDOCS.

Do parallel build to reduce build time.
2001-07-20 12:44:47 +00:00
Akinori MUSHA
857e3b9402 Update fox-xunicode to 0.99.172. Somehow this has been sitting in my
local working directory for half a month...
2001-06-29 12:47:15 +00:00
Akinori MUSHA
5ae16a60e2 Update fox to 0.99.172, leaving fox-xunicode still at 0.99.167. 2001-05-11 20:39:46 +00:00
Akinori MUSHA
4a936ae0aa Note the default optimization flags used by the vendor in a comment.
Comment out redundant lines rather than deleting them. (Just my taste)
2001-04-30 16:39:03 +00:00
Kris Kennaway
3b8c08f9a6 Chop out some variable expansions which snuck in by mistake
Pointed out by:	knu, n_hibma
2001-04-30 09:25:52 +00:00
Kris Kennaway
83a640b2c4 Don't hard-code -O2 and various -f optimizations in CXXFLAGS 2001-04-30 08:10:16 +00:00
Akinori MUSHA
0cfd02502b Update to 0.99.167. (-xunicode too) 2001-04-19 19:07:30 +00:00
Akinori MUSHA
9dff16ad61 Update to 0.99.166. 2001-03-18 14:22:47 +00:00
Akinori MUSHA
9966a26542 Update fox and fox-unicode to 0.99.161. 2001-03-06 13:44:45 +00:00
Akinori MUSHA
e14ecc53a7 Unbreak fox-xunicode. 2001-02-24 20:23:18 +00:00