| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
This is required when gtkmmproc used for gnome-- code generation.
The last one defines classes in its own namespace.
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
and resulted in lost symbols for Gtk::wrap methods.
Reported by: pointyhat via kris
|
|
|
|
| |
Approved by: portmgr (krion)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(Part 1)
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
|
|
|
|
| |
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
|
|
|
|
|
| |
depending on gtk-- will not build.
Reported by: Adriel Cardenas G. <freebsd@aztlansystems.net>
|
| |
|
|
|
|
| |
subdir since they are generated at build-time.
|
|
|
|
| |
Submitted by: petef
|
| |
|
|
|
|
| |
as supplied by MASTER_SITE_GNOME.
|
|
|
|
|
| |
PR: 31763
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
|
| |
|
|
|
|
| |
Submitted by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
| |
Submitted by: Warner Losh <imp@village.org>
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
| |
|
| |
|
|
|
|
| |
No response from: nakai (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
|
| |
|
|
|
|
|
| |
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.3
|
| |
|
| |
|
|
|
|
|
|
|
| |
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
|
|
|
|
|
| |
PR: 13137
Submitted by: Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
|
|
|
|
|
|
| |
for configure.
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
|
|
|
|
| |
boxes that require egcs from the ports collection will use it
instaed of the system compiler.
PR: 1176
Submitted by: Yukihiro Nakai <nacai@iname.com>
|
|
|
|
|
| |
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
| |
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
| |
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
|
| |
PR: 11532
Submitted by: Yukihiro Nakai nacai@iname.com
|
|
|
|
| |
and BROKEN some gnome ports until I upgrade it.
|
| |
|