diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-04 17:51:20 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-10-04 17:51:20 +0000 |
commit | 07fc24d77c4a82a82ec602d2e2c148356eb26984 (patch) | |
tree | 1cec3803f7498f7ddb711e85bffb9c020f55a099 /devel/varconf | |
parent | - Update to version 0.04 (diff) |
Force use of GCC 3.4 to get upcomming games/ember to run on FreeBSD 4
(different C++ API between 2.95 and 3.4)
Depend on libsigc++20 instead of 12 because 20 gets everytime take
if it is installed. This also highers the library version from
4 to 5.
Bump PORTREVISION
Diffstat (limited to 'devel/varconf')
-rw-r--r-- | devel/varconf/Makefile | 12 | ||||
-rw-r--r-- | devel/varconf/pkg-plist | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index f1dfb3137769..28b46bb0bd77 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= varconf PORTVERSION= 0.6.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -15,18 +15,18 @@ MASTER_SITE_SUBDIR=worldforge MAINTAINER= oliver@FreeBSD.org COMMENT= A Configuration System for the STAGE Server -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 +LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc +USE_GCC= 3.4 USE_REINPLACE= YES GNU_CONFIGURE= YES INSTALLS_SHLIB= YES USE_BZIP2= YES +USE_GNOME= gnomehack post-patch: - @${REINPLACE_CMD} -e 's|: install-docDATA|:|g ; \ - s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) diff --git a/devel/varconf/pkg-plist b/devel/varconf/pkg-plist index be828899b06e..1f84ed19e7b1 100644 --- a/devel/varconf/pkg-plist +++ b/devel/varconf/pkg-plist @@ -6,9 +6,9 @@ include/varconf-1.0/varconf/dynvar.h include/varconf-1.0/varconf/parse_error.h include/varconf-1.0/varconf/varconf.h include/varconf-1.0/varconf/variable.h -lib/libvarconf-1.0.a +lib/libvarconf-1.0.la lib/libvarconf-1.0.so -lib/libvarconf-1.0.so.4 +lib/libvarconf-1.0.so.5 libdata/pkgconfig/varconf-1.0.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING |