summaryrefslogtreecommitdiffstats
path: root/devel/libsigc++
Commit message (Collapse)AuthorAgeFilesLines
* Use DOCSDIR.mezz2005-06-242-28/+28
| | | | | PR: ports/82613 Submitted by: Vasil Dimov <vd@datamax.bg>
* - Portlintpav2004-07-111-2/+0
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-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
* Do not list libsigc++ in gnome category.bland2004-06-281-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.
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-4/+1
|
* 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.
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-201-1/+1
| | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
* Respect NOPORTDOCS, and add missing directories to plistkris2002-09-141-13/+19
|
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* Remove a dead patch.marcus2002-08-061-0/+0
|
* Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets addedmarcus2002-08-068-91/+68
| | | | | | to the tree. Prompted by: Neil Darlow <neil@darlow.co.uk>
* Comment out DIST_SUBDIR=gnome pending next version update.sobomax2002-02-122-2/+2
|
* These are GNOME components more than anything else, so track the versionade2002-02-122-5/+6
| | | | as supplied by MASTER_SITE_GNOME.
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54
* Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. Fixwill2000-08-115-20/+20
| | | | | | | -lc_r -> -pthread. Update PLIST. PR: 20174 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | 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
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-3/+1
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Update to version 1.0.0.steve2000-04-295-14/+15
| | | | | PR: 18066 Submitted by: maintainer
* PORTNAME/PORTVERSION updatemharo2000-04-111-2/+2
|
* forgot this filemharo2000-02-011-0/+11
| | | | PR: 16494
* update WWW and move sigc++config.hmharo2000-02-013-3/+3
| | | | | PR: 16494 Submitted by: maintainer
* Adding libsigc++ version 0.8.6.steve2000-01-2910-0/+185
A callback framework for C++. PR: 16419 Submitted by: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw>
OpenPOWER on IntegriCloud