diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-19 13:50:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-19 13:50:10 +0000 |
commit | 9fd7797207d4f4dcd04a0bd5613f3ffb75435e8c (patch) | |
tree | 989dd134b83aec4845bf0de98e590f3436010fcd | |
parent | 8972f49618fed064582ca7d09a1ccc878f57ebd3 (diff) | |
download | ports-9fd7797207d4f4dcd04a0bd5613f3ffb75435e8c.tar.gz ports-9fd7797207d4f4dcd04a0bd5613f3ffb75435e8c.zip |
Notes
-rw-r--r-- | devel/atlas-devel/Makefile | 3 | ||||
-rw-r--r-- | devel/eris/Makefile | 3 | ||||
-rw-r--r-- | devel/mercator/Makefile | 4 | ||||
-rw-r--r-- | devel/varconf/Makefile | 4 |
4 files changed, 6 insertions, 8 deletions
diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index 6bed8ea0fa71..67ec0a4e23de 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= Atlas PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -19,7 +19,6 @@ COMMENT= A C++ reference implementation of the Atlas protocol USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= YES USE_BZIP2= YES -USE_GCC= 3.4 USE_GNOME= gnomehack NO_LATEST_LINK= YES diff --git a/devel/eris/Makefile b/devel/eris/Makefile index f5f93d3fcb3e..2bf04d469423 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -7,7 +7,7 @@ PORTNAME= eris PORTVERSION= 1.3.12 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= worldforge @@ -21,7 +21,6 @@ LIB_DEPENDS= Atlas-0.6.1:${PORTSDIR}/devel/atlas-devel \ sigc-2.0:${PORTSDIR}/devel/libsigc++20 GNU_CONFIGURE= yes -USE_GCC= 3.4 USE_LDCONFIG= yes USE_GNOME= gnomehack diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 16c4eebc17c6..5da42f024bd6 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -7,6 +7,7 @@ PORTNAME= mercator PORTVERSION= 0.2.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= worldforge @@ -18,8 +19,7 @@ LIB_DEPENDS= wfmath-0.3.4:${PORTSDIR}/math/wfmath USE_GNOME= pkgconfig GNU_CONFIGURE= yes -USE_GCC= 3.4 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CXXFLAGS+= -include wchar.h CONFIGURE_ARGS+="CXXFLAGS=${CXXFLAGS}" diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 35ddddb78da9..593f7e8fac23 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= varconf PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=worldforge @@ -16,11 +17,10 @@ COMMENT= A Configuration System for the STAGE Server LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 -USE_GCC= 3.4 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes USE_BZIP2= yes USE_GNOME= gnomehack +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in |