| 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
|
|
|
|
|
|
| |
have some sane theme properties when using KDE 3 or GNOME 2.
Submitted by: kan
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
| |
|
|
|
|
| |
Prodded by: kris
|
| |
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
| |
Reported by: bento
|
|
|
|
|
|
|
|
|
|
| |
the old xxx-config files, remove the "12" suffix. This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking. Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.
PR: 39417
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
|
|
|
| |
directory.
|
|
|
|
| |
Submitted by: netchild
|
|
|
|
|
|
| |
help people using certain input devices and in certain locales.
Requested by: netchild, Teemu Hakala <temmi.hoo@kolumbus.fi>
|
|
|
|
| |
Submitted by: Rocco Caputo <troc@netrus.net> (with some modification)
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
|
| |
|
|
|
|
|
|
| |
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
|
|
|
|
|
|
|
| |
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many
|
|
|
|
| |
Submitted by: alfred
|
|
|
|
|
|
| |
for software developers.
Submitted by: Lawrence Mayer dsg <Lawrence.Mayer@dsg.ki.se>
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
|
| |
|
|
|
|
| |
the shared libraries were installed.
|
|
|
|
|
|
| |
difference, hence leave PORTREVISION intact.
Submitted by: sf
|
|
|
|
| |
only by the owner.
|
|
|
|
| |
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
|
|
|
|
|
| |
by adding libdata to the X11 mtree's, but this hack will do for now,
and let bento build the 506 ports that apparently depend on gtk12 :)
|
|
|
|
| |
to make transitioning to GNOME/GTK+/GLIB a little easier.
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
|
|
|
|
|
| |
for i18n users - everyone is strongly urged to upgrade, particularly
GNOME users.
|
|
|
|
| |
Approved by: ade (maintainer)
|
| |
|
| |
|
|
|
|
| |
Submitted by: knu
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
| |
Submitted by: clive
|
|
|
|
| |
Reminded by: dima
|
|
|
|
|
|
|
|
|
|
| |
and fix fontset for russian language,
correct pkg-comment, GTK stands for "Gimp Toolkit".
PR: ports/23209
Submitted by: Greg Troxel <gdt@ir.bbn.com>,
Anatoliy Dmytriyev <tolid@tobez.org>,
Opcode <opcode@skylab.saturn5.yi.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
directory is shared between at least 3 ports (GTK+ theme engines).
Suggested by: bento
|
| |
|