summaryrefslogtreecommitdiff
path: root/devel/libsigc++
AgeCommit message (Collapse)AuthorFilesLines
2003-11-06Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris.gavan1-2/+3
2003-07-15Dependency back to 1.2.3nb1adam1-2/+2
2003-07-15Changes 1.2.5:adam4-11/+10
* Partial Microsoft Visual C++ .Net 2003 (Windows) support * Exported extra symbols for win32 * Pedantic compiler warning fixed
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-01Update to 1.2.3. This version is almost a rewrite of the previous 1.0.xjmmv6-122/+69
branch (incompatible with it).
2002-10-07Unused.wiz1-52/+0
2002-09-17Require 1.0.4nb1 and include pthread.buildlink*.mk now that pthreadjlam2-4/+8
support is activated in libsigc++.
2002-09-17Ensure that the pthread library is linked into libsigc.so.jlam2-6/+15
2002-09-17libsigc++ passes it's tests when compiled with pthread support, so turn itjlam1-10/+15
on. Bump PKGREVISION.
2002-09-11Update to 1.0.4, provided by Adan Ciarcinski.wiz7-64/+65
* Changed include directory to $(includedir)/sigc++-1.0/sigc++ to allow parallel installation with sigc-1.2. Added an install-data-hook rule deleting the old headers. (Daniel Elstner) * Ming patch from cgustin@ibelgique.com (This is probably not complete, because the sigc_res.rc file was not in cvs - an emtpy file has been added.) Converted to buildlink2 by me.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+20
buildlink2.mk files back into the main trunk.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-23libsigc++ is in devel/, not textproc/ =)jlam1-2/+2
2001-10-21Mark USE_BUILDLINK_ONLY, and add buildlink.mk.wiz2-1/+52
Nearly as in pkg/14203 by Eric Gillespie, Jr.
2001-04-24Update libsigc++ to 1.0.3. Changes include minor bugfixes only.rh2-7/+7
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-07-15Don't try to remove %D/share/aclocal -- it's supposed to be there.jlam1-2/+1
2000-07-15Modify so that shared lib has same name as static lib.jlam5-4/+42
2000-07-15libsigc++: a callback system for C++ programs.jlam5-0/+87
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.