Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 | |
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk. | |||||
2004-05-03 | Unused. | wiz | 1 | -27/+0 | |
2004-04-15 | The buildlink2 framework does nothing with .pc files -- remove them | wiz | 1 | -2/+1 | |
from the buildlink2.mk files. | |||||
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -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-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 1 | -1/+2 | |
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>. | |||||
2004-03-06 | bl3ify. | snj | 2 | -3/+21 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-02 | These packages need a C++ compiler. | jlam | 1 | -2/+2 | |
2004-01-31 | s/seperate/separate/; s/ablity/ability/ | snj | 1 | -2/+2 | |
2004-01-25 | replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4. | grant | 1 | -5/+3 | |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-11-06 | Set USE_GCC_SHLIB and correct LIBTOOL_OVERRIDE. Fixes linking on Solaris. | gavan | 1 | -2/+3 | |
2003-07-15 | Dependency back to 1.2.3nb1 | adam | 1 | -2/+2 | |
2003-07-15 | Changes 1.2.5: | adam | 4 | -11/+10 | |
* Partial Microsoft Visual C++ .Net 2003 (Windows) support * Exported extra symbols for win32 * Pedantic compiler warning fixed | |||||
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -3/+4 | |
dependency bumps. | |||||
2003-03-01 | Update to 1.2.3. This version is almost a rewrite of the previous 1.0.x | jmmv | 6 | -122/+69 | |
branch (incompatible with it). | |||||
2002-10-07 | Unused. | wiz | 1 | -52/+0 | |
2002-09-17 | Require 1.0.4nb1 and include pthread.buildlink*.mk now that pthread | jlam | 2 | -4/+8 | |
support is activated in libsigc++. | |||||
2002-09-17 | Ensure that the pthread library is linked into libsigc.so. | jlam | 2 | -6/+15 | |
2002-09-17 | libsigc++ passes it's tests when compiled with pthread support, so turn it | jlam | 1 | -10/+15 | |
on. Bump PKGREVISION. | |||||
2002-09-11 | Update to 1.0.4, provided by Adan Ciarcinski. | wiz | 7 | -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-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+20 | |
buildlink2.mk files back into the main trunk. | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-23 | libsigc++ is in devel/, not textproc/ =) | jlam | 1 | -2/+2 | |
2001-10-21 | Mark USE_BUILDLINK_ONLY, and add buildlink.mk. | wiz | 2 | -1/+52 | |
Nearly as in pkg/14203 by Eric Gillespie, Jr. | |||||
2001-04-24 | Update libsigc++ to 1.0.3. Changes include minor bugfixes only. | rh | 2 | -7/+7 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-04 | The way that shared objects were handled in the PLISTs and bsd.pkg.mk was | agc | 1 | -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-11 | Use "${MASTER_SITE_SOURCEFORGE}". | tron | 1 | -2/+2 | |
2000-07-15 | Don't try to remove %D/share/aclocal -- it's supposed to be there. | jlam | 1 | -2/+1 | |
2000-07-15 | Modify so that shared lib has same name as static lib. | jlam | 5 | -4/+42 | |
2000-07-15 | libsigc++: a callback system for C++ programs. | jlam | 5 | -0/+87 | |
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>. |