diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-12 11:26:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-12 11:26:36 +0000 |
commit | 84483caf108ac1c10fd69d6c4cfad234713544b5 (patch) | |
tree | 37d4eeed76e440fd81c51d729967cb1029f81c3c /devel/gconfmm26/Makefile | |
parent | a9934d242adba9bc04123de8d0b460538988b0dd (diff) | |
download | FreeBSD-ports-84483caf108ac1c10fd69d6c4cfad234713544b5.zip FreeBSD-ports-84483caf108ac1c10fd69d6c4cfad234713544b5.tar.gz |
Update to 2.10.0. Note: this release is API and ABI compatible with
2.6.x, so a repocopy to gconfmm210 is not needed.
Diffstat (limited to 'devel/gconfmm26/Makefile')
-rw-r--r-- | devel/gconfmm26/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile index cb3d710..4845e1a 100644 --- a/devel/gconfmm26/Makefile +++ b/devel/gconfmm26/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gconfmm -PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTVERSION= 2.10.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -27,8 +26,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.4 USE_REINPLACE= yes -USE_GNOME= gnomehack gconf2 lthack -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomehack gconf2 +USE_INC_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static @@ -38,4 +37,13 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in +patch-autotools: + @(cd ${PATCH_WRKSRC}; \ + for file in ${LIBTOOLFILES}; do \ + ${CP} $$file $$file.tmp; \ + ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \ + $$file.tmp > $$file; \ + ${RM} $$file.tmp; \ + done); + .include <bsd.port.mk> |