non port: x11-toolkits/fox-devel/Makefile |
SVNWeb
|
Number of commits found: 28 |
Sat, 10 Jun 2006
|
[ 15:51 sem ] (Only the first 10 of 20 ports in this commit are shown above. )
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
|
Sat, 13 May 2006
|
[ 05:00 edwin ] (Only the first 10 of 191 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with X
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Mon, 16 May 2005
|
[ 10:57 danfe ]
Convert to OPTIONS.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 13 Mar 2005
|
[ 10:18 krion ]
Update to version 1.4.7
PR: ports/78750
Submitted by: Ports Fury
|
Fri, 25 Feb 2005
|
[ 14:02 krion ]
Update to version 1.4.6
PR: ports/77977
Submitted by: Ports Fury
|
Wed, 20 Oct 2004
|
[ 09:39 pav ]
- Update to 1.2.11
PR: ports/72826
Submitted by: Ports Fury
|
Sun, 15 Aug 2004
|
[ 14:55 oliver ]
fix build for (at least my) 4.10 (box)
|
Fri, 13 Aug 2004
|
[ 16:09 krion ]
Update to version 1.1.9
PR: ports/70415
Submitted by: Ports Fury
|
Fri, 23 Jul 2004
|
[ 19:10 anholt ] (Only the first 10 of 163 ports in this commit are shown above. )
- 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)
|
Wed, 14 Jul 2004
|
[ 12:36 krion ]
Update to version 1.2.7
PR: ports/69005
Submitted by: Ports Fury
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
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
|
Sat, 3 Jul 2004
|
[ 15:42 krion ]
Update to version 1.2.6
PR: ports/68635
Submitted by: Ports Fury
|
Sat, 26 Jun 2004
|
[ 16:19 pav ]
- Update to 1.2.5
PR: ports/68393
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 23 May 2004
|
[ 19:11 krion ]
- Update to version 1.2.1
PR: ports/67086
Submitted by: Ports Fury
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
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.
|
Sat, 7 Feb 2004
|
[ 16:29 clement ]
- Set correct LATEST_LINK
Reported/Requested by: kris
|
Fri, 12 Dec 2003
|
[ 23:53 pav ]
- 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>
|
Tue, 11 Nov 2003
|
[ 09:49 linimon ]
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.
|
Sun, 18 May 2003
|
[ 12:39 petef ]
Unbreak: add a missing dependency on Motif.
|
[ 11:35 kris ]
BROKEN on 5.1: configure fails
|
Sat, 10 May 2003
|
[ 14:21 petef ]
Unbreak: update to 1.1.25.
PR: 51457
Submitted by: Kirill Ponomarew <ponomarew@oberon.net
|
Tue, 6 May 2003
|
[ 07:08 kris ]
BROKEN: Does not configure
|
Tue, 18 Feb 2003
|
[ 06:05 knu ]
De-pkg-decomment fox master-slave ports.
|
Sat, 8 Feb 2003
|
[ 00:14 lioux ]
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)
|
Number of commits found: 28 |