aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigc++20
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.0.11.Jeremy Messenger2005-04-033-3/+24
| | | | | | | | | | Also, cut down significantly on compile time by skipping the tests and examples subdirectories. Submitted by: adamw Notes: svn path=/head/; revision=132331
* Update to 2.0.10.Joe Marcus Clarke2005-02-233-3/+6
| | | | Notes: svn path=/head/; revision=129585
* - The file is not on Sourceforge mirrorsPav Lucistnik2005-02-161-4/+2
| | | | Notes: svn path=/head/; revision=129046
* Update to 2.0.9.Joe Marcus Clarke2005-02-063-247/+38
| | | | Notes: svn path=/head/; revision=128125
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Add libsigc++-2.0.3 after repocopy from libsigc++12, a typesafe C++Alexander Nedotsukov2004-06-254-64/+1452
| | | | | | | callback framework. Notes: svn path=/head/; revision=112210
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-4/+2
| | | | Notes: svn path=/head/; revision=83119
* Update to 1.2.5.Joe Marcus Clarke2003-05-162-3/+3
| | | | Notes: svn path=/head/; revision=81083
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Update to 1.2.4.Joe Marcus Clarke2003-04-042-3/+2
| | | | Notes: svn path=/head/; revision=78113
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add a dependency on pkgconfig.Joe Marcus Clarke2003-01-131-1/+4
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=73055
* Update to 1.2.2.Joe Marcus Clarke2003-01-012-5/+8
| | | | Notes: svn path=/head/; revision=72079
* Add a missing dependency on m4.Joe Marcus Clarke2002-10-191-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=68355
* Update to 1.2.0.Joe Marcus Clarke2002-10-193-5/+5
| | | | Notes: svn path=/head/; revision=68314
* Add libsigc++12 after repo copy from libsigc++. Libsigc++2 is the typesafeJoe Marcus Clarke2002-10-129-153/+59
| | | | | | | | | | | callback library for C++. PR: 36945 Submitted by: garrett rooney <rooneg@electricjellyfish.net> Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=67852
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-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. Notes: svn path=/head/; revision=66862
* Respect NOPORTDOCS, and add missing directories to plistKris Kennaway2002-09-141-13/+19
| | | | Notes: svn path=/head/; revision=66322
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Remove a dead patch.Joe Marcus Clarke2002-08-061-0/+0
| | | | Notes: svn path=/head/; revision=64119
* Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets addedJoe Marcus Clarke2002-08-068-91/+68
| | | | | | | | | to the tree. Prompted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=64118
* Comment out DIST_SUBDIR=gnome pending next version update.Maxim Sobolev2002-02-122-2/+2
| | | | Notes: svn path=/head/; revision=54601
* These are GNOME components more than anything else, so track the versionAde Lovett2002-02-122-5/+6
| | | | | | | as supplied by MASTER_SITE_GNOME. Notes: svn path=/head/; revision=54587
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-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 Notes: svn path=/head/; revision=42257
* Update to 1.0.1. Move to USE_LIBTOOL and rid ourselves of .la file. FixWill Andrews2000-08-115-20/+20
| | | | | | | | | | -lc_r -> -pthread. Update PLIST. PR: 20174 Submitted by: Stijn Hoop <stijn@win.tue.nl> Notes: svn path=/head/; revision=31512
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-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 Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+1
| | | | Notes: svn path=/head/; revision=29630
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Update to version 1.0.0.Steve Price2000-04-295-14/+15
| | | | | | | | PR: 18066 Submitted by: maintainer Notes: svn path=/head/; revision=28106
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* forgot this fileMichael Haro2000-02-011-0/+11
| | | | | | | PR: 16494 Notes: svn path=/head/; revision=25382
* update WWW and move sigc++config.hMichael Haro2000-02-013-3/+3
| | | | | | | | PR: 16494 Submitted by: maintainer Notes: svn path=/head/; revision=25381
* Adding libsigc++ version 0.8.6.Steve Price2000-01-2910-0/+185
A callback framework for C++. PR: 16419 Submitted by: Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw> Notes: svn path=/head/; revision=25286