From 84483caf108ac1c10fd69d6c4cfad234713544b5 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 12 Mar 2005 11:26:36 +0000 Subject: 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. --- devel/gconfmm26/Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'devel/gconfmm26/Makefile') 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 -- cgit v1.1