aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-03-12 19:33:37 +0800
committermarcus <marcus@FreeBSD.org>2005-03-12 19:33:37 +0800
commit38187e9cb3d186bdea65438d89258db118a95144 (patch)
treeb9598512e2e6f0c39cfe5f2805ecb6f1dd2450ba /x11
parentf18059a2d830b6d2bdc8bbb2d1e09f18b4c74b6e (diff)
downloadfreebsd-ports-gnome-38187e9cb3d186bdea65438d89258db118a95144.tar.gz
freebsd-ports-gnome-38187e9cb3d186bdea65438d89258db118a95144.tar.zst
freebsd-ports-gnome-38187e9cb3d186bdea65438d89258db118a95144.zip
Update to 2.10.0. Note: this release is API and ABI compatible with
2.6.x, so a repocopy to libgnomemm210 is not needed.
Diffstat (limited to 'x11')
-rw-r--r--x11/libgnomemm26/Makefile16
-rw-r--r--x11/libgnomemm26/distinfo4
2 files changed, 14 insertions, 6 deletions
diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile
index 33ba55d323c6..c1ae9bde35ea 100644
--- a/x11/libgnomemm26/Makefile
+++ b/x11/libgnomemm26/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libgnomemm
-PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTVERSION= 2.10.0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -25,11 +24,20 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GCC= 3.4
-USE_GNOME= gnomehack lthack libgnome
-USE_INC_LIBTOOL_VER=13
+USE_GNOME= gnomehack libgnome
+USE_INC_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.6" API_VERSION="2.6"
+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/x11/libgnomemm26/distinfo b/x11/libgnomemm26/distinfo
index 70b5a237b313..6599b4a0faed 100644
--- a/x11/libgnomemm26/distinfo
+++ b/x11/libgnomemm26/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libgnomemm-2.6.0.tar.bz2) = 684a11aa4726e4f9b148866d1662fc24
-SIZE (gnome2/libgnomemm-2.6.0.tar.bz2) = 238958
+MD5 (gnome2/libgnomemm-2.10.0.tar.bz2) = 095cbf2a023a82a009dc19ffc1a9d9c8
+SIZE (gnome2/libgnomemm-2.10.0.tar.bz2) = 245085