diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 01:49:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 01:49:08 +0000 |
commit | a03e4100dfcf926c729a48a30376773bb8c0cc47 (patch) | |
tree | 3a10ec4ba06407d81c83399069e7e244e75fdfa4 /devel/libsigc++/Makefile | |
parent | 5a38f25f8348ccfd7b055a796123d4ef20cddd13 (diff) | |
download | pkgsrc-a03e4100dfcf926c729a48a30376773bb8c0cc47.tar.gz |
Update to 2.2.4.2:
2.2.4.2 (stable):
* Namespace sigc is now documented, in order to make large chunks of the
reference reappear. (Daniel Elstner)
* The shipped reference documentation has been regenerated using Doxygen
1.6.1, so that the document type is now XHTML 1.0. (Daniel Elstner)
* The shipped Devhelp file has been generated with a newer version of the
XSLT script in mm-common, so that documentation groups no longer appear
as namespace prefixes in the keyword list. (Daniel Elstner)
2.2.4.1 (stable):
* Reenable the per-class hierarchy graphs in the reference documentation.
(Daniel Elstner)
* Drop the custom HTML header and footer, and use the shared doxygen.css
file from mm-common. (Daniel Elstner)
2.2.4 (stable):
* New build system based on mm-common. The mm-common module is now
required for building from the git repository, but not for builds
of release archives. (Daniel Elstner)
* The public reference documentation is now hosted on library.gnome.org.
(Frédéric Péters, Daniel Elstner)
Diffstat (limited to 'devel/libsigc++/Makefile')
-rw-r--r-- | devel/libsigc++/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 1b8e9c16653..47caf935ced 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2008/10/16 21:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2009/10/31 01:49:08 wiz Exp $ -DISTNAME= libsigc++-2.2.3 +DISTNAME= libsigc++-2.2.4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.2/} EXTRACT_SUFX= .tar.bz2 @@ -8,12 +8,13 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= bsieker@freenet.de HOMEPAGE= http://libsigc.sourceforge.net/ COMMENT= Type-safe callback system for C++ programs +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gm4 gmake +USE_TOOLS+= gm4 gmake perl:build GNU_CONFIGURE= yes CONFLICTS+= libsigc++2-[0-9]* @@ -23,7 +24,7 @@ GCC_REQD+= 3.2 # use something that can extract long filenames in GNU format on NetBSD 1.6.x EXTRACT_USING= bsdtar -PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in +PKGCONFIG_OVERRIDE= sigc++.pc.in .include "../../mk/pthread.buildlink3.mk" @@ -31,9 +32,4 @@ PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in CONFIGURE_ARGS+= --disable-threads .endif -INSTALLATION_DIRS= include/sigc++-2.0/sigc++/adaptors/lambda/macros \ - include/sigc++-2.0/sigc++/adaptors/macros \ - include/sigc++-2.0/sigc++/functors/macros \ - include/sigc++-2.0/sigc++/macros - .include "../../mk/bsd.pkg.mk" |