| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/97764
Submitted by: shaun (me)
Approved by: ahze (mentor)
|
|
|
|
| |
x11-toolkits/fox-devel -> x11-toolkits/fox14
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
PR: ports/78750
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/77977
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/72826
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/70415
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PR: ports/69005
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: ports/68635
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/68393
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/67086
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reported/Requested by: kris
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
|
|
| |
see http://www.fox-toolkit.org/news.html.
While I'm here, simplify the conflict message and pacify portlint.
PR: ports/57620.
|
| |
|
| |
|
|
|
|
|
| |
PR: 51457
Submitted by: Kirill Ponomarew <ponomarew@oberon.net
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
o Advertise all available WITH{,OUT}_* knobs
|
| |
|
|
|
|
|
|
| |
terrible to deal with...
Submitted by: bento
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
unicode patch currently under development is released.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by; fenner's portsurvey
|
| |
|
|
|
|
| |
the distribution recommends them.
|
|
|
|
|
|
|
|
| |
Install documents under share/doc/fox instead of share/fox.
Support NOPORTDOCS.
Do parallel build to reduce build time.
|
|
|
|
| |
local working directory for half a month...
|
| |
|
|
|
|
| |
Comment out redundant lines rather than deleting them. (Just my taste)
|
|
|
|
| |
Pointed out by: knu, n_hibma
|
| |
|