summaryrefslogtreecommitdiff
path: root/devel/libsigc++
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4jlam1-3/+1
and appropriate TOOLS_DEPMETHOD.gm4 settings.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-13Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplifyjlam1-2/+2
transition to new tools framework.
2005-04-18update to 1.2.7drochner2-8/+7
changes: 1.2.6: * Avoid crash when disconnecting signals. (Andrew Bettison, Martin Schulze) * pkg-config file: Correct include path for 64-bit systems. (Abel Cheung) * MS embedded VC++ project files. (Ulrich Eckhardt) 1.2.7: * Revert library .so version to 5.x.x. The major version should never have been increased. Luckily 1.2.6 has only been online or a few hours.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-03Unused.wiz1-27/+0
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-2/+1
from the buildlink2.mk files.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-06bl3ify.snj2-3/+21
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-02These packages need a C++ compiler.jlam1-2/+2
2004-01-31s/seperate/separate/; s/ablity/ability/snj1-2/+2
2004-01-25replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4.grant1-5/+3
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
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>.