aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-06-05 16:27:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-06-05 16:27:56 +0000
commitd72717b687eb9c589a36ca176c3509a6cfb3c33a (patch)
tree2057ff4bb734116578a08e57d7ab7ba520921951 /x11-toolkits
parente2b8062b2fb7b4f3023b10279cc8c471e443378f (diff)
downloadports-d72717b687eb9c589a36ca176c3509a6cfb3c33a.tar.gz
ports-d72717b687eb9c589a36ca176c3509a6cfb3c33a.zip
Update gdl to 3.22.0.
* Review dependancies * Switch to USES=localbase
Notes
Notes: svn path=/head/; revision=442676
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gdl/Makefile8
-rw-r--r--x11-toolkits/gdl/distinfo5
-rw-r--r--x11-toolkits/gdl/files/patch-configure12
3 files changed, 18 insertions, 7 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
index dbfb12d34813..ec0edbd61919 100644
--- a/x11-toolkits/gdl/Makefile
+++ b/x11-toolkits/gdl/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gdl
-PORTVERSION= 3.18.0
+PORTVERSION= 3.22.0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -15,12 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limitw:1,even
-USE_GNOME= gtk30 intlhack introspection:build
-USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2
+USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo
index f1e081864be1..5acef2d6739e 100644
--- a/x11-toolkits/gdl/distinfo
+++ b/x11-toolkits/gdl/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gnome3/gdl-3.18.0.tar.xz) = 1499884e4fce375a963cf2b98b90e6724144f9b1f1ac8b84d765f4c85a2140b2
-SIZE (gnome3/gdl-3.18.0.tar.xz) = 527728
+TIMESTAMP = 1496672932
+SHA256 (gnome3/gdl-3.22.0.tar.xz) = cc5b360e1392292186924f0f9a8efc0f4db7e6e56dc7042037466b5cc839660c
+SIZE (gnome3/gdl-3.22.0.tar.xz) = 529072
diff --git a/x11-toolkits/gdl/files/patch-configure b/x11-toolkits/gdl/files/patch-configure
new file mode 100644
index 000000000000..d211eba44ed9
--- /dev/null
+++ b/x11-toolkits/gdl/files/patch-configure
@@ -0,0 +1,12 @@
+--- configure.orig 2017-06-05 16:34:42.639211000 +0200
++++ configure 2017-06-05 16:38:29.273414000 +0200
+@@ -17437,6 +17437,9 @@
+ fi
+
+ ;;
++ *freebsd*|*dragonfly*)
++ DATADIRNAME=share
++ ;;
+ *)
+ DATADIRNAME=lib
+ ;;