| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)':
In file included from ../../src/gtk--/bin.h:8,
from ../../src/gtk--/alignment.h:8,
from ../../src/gtk--.h:208,
from gtk--.cc:31:
../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach'
../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach'
gmake[4]: *** [gtk--.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--'
|
| |
|
|
|
|
| |
a comment, but a bad one nonetheless. :)
|
|
PR: ports/6704
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
|