aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/bakery
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* - Add SIZE to GNOME portspav2004-03-181-0/+1
| | | | Submitted by: trevor
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Add a missing build dependency on intltool.marcus2004-01-251-1/+1
| | | | Reported by: bento via kris
* Update to 2.0.0bland2004-01-184-8/+9
|
* Patches missed from just commited 1.3.11 update.bland2003-12-042-0/+62
|
* Update to 1.3.11 (Bakery2)bland2003-12-046-54/+41
|
* Ignore this port. It's almost two years old, and there is a GNOME 2marcus2003-11-271-0/+2
| | | | | | | version of bakery available. It will be updated after the 5.2 freeze lifts. Currently, the build is recursing indefinitely on bento. Approved by: portmgr (implicit)
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Remove a patch that is no longer needed.marcus2003-06-191-7/+0
| | | | Reported by: bento via kris
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+0
|
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Chase the gnomemm shared lib version.marcus2003-01-301-1/+1
|
* Okay, this time the build should be fixed on -CURRENT.marcus2002-12-051-0/+11
| | | | Reported by: bento
* Add a forgotten patch that makes the whole thing work on -CURRENT. Thanksmarcus2002-12-021-0/+11
| | | | to kris for making me revisit this.
* Revert previous commit (port was already fixed)kris2002-12-021-7/+1
| | | | Submitted by: marcus
* BROKEN On 5.0: does not compilekris2002-12-021-1/+7
|
* Update to 1.0.2 which should fix the build problems we're seeing on bentomarcus2002-11-303-22/+23
| | | | | | and beta. Reported by: bento and beta
* Chase gnomemm shlib bump.demon2001-08-121-1/+1
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 0.7.0ade2001-05-083-3/+3
|
* Various patches (mainly shared library revision changes) for thoseade2001-05-051-1/+1
| | | | ports that depend on GNOME and need to change for 1.4
* Update to 0.6.0ade2001-04-033-4/+6
|
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Batch of style fixes for x11-toolkits.olgeni2001-02-061-1/+1
|
* Release a few ports back into the wild that I don't haveade2001-01-231-3/+2
| | | | time to maintain any more.
* Update to 0.4.0ade2000-12-063-3/+4
|
* Implement USE_GNOME, part 2.reg2000-10-051-10/+3
|
* Bakery is another C++ Framework for creating GNOME applicationsade2000-09-136-0/+78
using Gtk-- and Gnome--