aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-04-26 00:33:00 +0800
committerpawel <pawel@FreeBSD.org>2014-04-26 00:33:00 +0800
commit6425eb91bf79e377a7bab3ad4a3f3c3f20447e5f (patch)
tree25563f17e243ce8769553371ad0022efc081f3a8
parentb5cc7851ccddeb0b346ad9da353c181850951f10 (diff)
downloadfreebsd-ports-gnome-6425eb91bf79e377a7bab3ad4a3f3c3f20447e5f.tar.gz
freebsd-ports-gnome-6425eb91bf79e377a7bab3ad4a3f3c3f20447e5f.tar.zst
freebsd-ports-gnome-6425eb91bf79e377a7bab3ad4a3f3c3f20447e5f.zip
- Update to version 2.2.6
- Disable test for now, they fail with clang
-rw-r--r--x11-toolkits/c++-gtk-utils/Makefile9
-rw-r--r--x11-toolkits/c++-gtk-utils/distinfo4
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile
index 00a5079b4c1c..06e858d98c93 100644
--- a/x11-toolkits/c++-gtk-utils/Makefile
+++ b/x11-toolkits/c++-gtk-utils/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= c++-gtk-utils
-PORTVERSION= 2.2.5
-PORTREVISION= 1
+PORTVERSION= 2.2.6
CATEGORIES= x11-toolkits
MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/
DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION}
@@ -14,8 +13,7 @@ COMMENT= Lightweight library for programming GTK+ programs
LICENSE= LGPL21
GNU_CONFIGURE= yes
-USE_GCC= yes
-USES= pathfix pkgconfig
+USES= compiler:c++11-lib pathfix pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
@@ -31,6 +29,9 @@ DEBUG_CONFIGURE_ON= --enable-debug
.include <bsd.port.options.mk>
+post-configure:
+ @${REINPLACE_CMD} '/^SUBDIRS/ s|tests||' ${WRKSRC}/Makefile
+
post-install:
.if ! ${PORT_OPTIONS:MDEBUG}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcxx-gtk-utils-2-2.2.so.1
diff --git a/x11-toolkits/c++-gtk-utils/distinfo b/x11-toolkits/c++-gtk-utils/distinfo
index daacfc6ed29d..fe07712c57b8 100644
--- a/x11-toolkits/c++-gtk-utils/distinfo
+++ b/x11-toolkits/c++-gtk-utils/distinfo
@@ -1,2 +1,2 @@
-SHA256 (c%2B%2B-gtk-utils-2.2.5.tar.gz) = 6974671940bc4edcd3614dea69724b500d83dc1940cbc7f98c2811e018660353
-SIZE (c%2B%2B-gtk-utils-2.2.5.tar.gz) = 2563416
+SHA256 (c%2B%2B-gtk-utils-2.2.6.tar.gz) = 8e02d05608b8bfd15b88e479ed69de6a3d3f827bb22bc150337b29be5b910c6e
+SIZE (c%2B%2B-gtk-utils-2.2.6.tar.gz) = 2572492