summaryrefslogtreecommitdiff
path: root/devel/gconfmm26
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:26:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:26:36 +0000
commit06beae5ad76fd756cced6490819e9c6d6283e496 (patch)
tree4a0edd5793ca1737bb0faee22c4304fda264a3b1 /devel/gconfmm26
parentGet it works with newer libgtkhtml. (diff)
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.
Notes
Notes: svn path=/head/; revision=130999
Diffstat (limited to 'devel/gconfmm26')
-rw-r--r--devel/gconfmm26/Makefile16
-rw-r--r--devel/gconfmm26/distinfo4
2 files changed, 14 insertions, 6 deletions
diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile
index cb3d71051129..4845e1a14cd2 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>
diff --git a/devel/gconfmm26/distinfo b/devel/gconfmm26/distinfo
index 79b00d4e7d5e..ad845781d833 100644
--- a/devel/gconfmm26/distinfo
+++ b/devel/gconfmm26/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gconfmm-2.6.1.tar.bz2) = 9edf4f866de9bd6db9ae7cf31535ad49
-SIZE (gnome2/gconfmm-2.6.1.tar.bz2) = 258830
+MD5 (gnome2/gconfmm-2.10.0.tar.bz2) = 0f3787ff3f7089698da49b694b5f9155
+SIZE (gnome2/gconfmm-2.10.0.tar.bz2) = 263641