svn commit: r363393 - in head: devel/glib20 devel/libsoup x11-toolkits/pangomm x11-toolkits/vte3
Antoine Brodin
antoine at FreeBSD.org
Tue Jul 29 21:20:06 UTC 2014
Author: antoine
Date: Tue Jul 29 21:20:04 2014
New Revision: 363393
URL: http://svnweb.freebsd.org/changeset/ports/363393
QAT: https://qat.redports.org/buildarchive/r363393/
Log:
Unbreak some reference ports
Pointy hat: adamw
Modified:
head/devel/glib20/Makefile
head/devel/libsoup/Makefile
head/x11-toolkits/pangomm/Makefile
head/x11-toolkits/vte3/Makefile
Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile Tue Jul 29 21:07:39 2014 (r363392)
+++ head/devel/glib20/Makefile Tue Jul 29 21:20:04 2014 (r363393)
@@ -14,6 +14,7 @@ COMMENT= Some useful routines of C progr
LICENSE= LGPL20
+USES= tar:xz
PORTSCOUT= limitw:1,even
.if !defined(REFERENCE_PORT)
@@ -25,7 +26,7 @@ USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
# (wchar_t is used by glibmm, rawtherapee triggered this)
-USES= gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5 tar:xz
+USES+= gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5
USE_GNOME= ltverhack
USE_PYTHON= yes
PYTHON_PY3K_PLIST_HACK= yes
Modified: head/devel/libsoup/Makefile
==============================================================================
--- head/devel/libsoup/Makefile Tue Jul 29 21:07:39 2014 (r363392)
+++ head/devel/libsoup/Makefile Tue Jul 29 21:20:04 2014 (r363393)
@@ -16,10 +16,11 @@ BUILD_DEPENDS= glib-networking>=2.29.18:
LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
RUN_DEPENDS= glib-networking>=2.29.18:${PORTSDIR}/net/glib-networking
+USES= tar:xz
.if !defined(REFERENCE_PORT)
-USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
+USES+= gettext gmake libtool:keepla pathfix pkgconfig
USE_GNOME= gnomehier glib20 libxml2 referencehack intltool
USE_SQLITE= 3
USE_LDCONFIG= yes
Modified: head/x11-toolkits/pangomm/Makefile
==============================================================================
--- head/x11-toolkits/pangomm/Makefile Tue Jul 29 21:07:39 2014 (r363392)
+++ head/x11-toolkits/pangomm/Makefile Tue Jul 29 21:20:04 2014 (r363393)
@@ -12,6 +12,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= C++ wrapper for Pango
+USES= tar:xz
.if !defined(REFERENCE_PORT)
@@ -19,7 +20,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= gmake pathfix pkgconfig tar:xz
+USES+= gmake pathfix pkgconfig
USE_GNOME= cairomm glibmm pango
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: head/x11-toolkits/vte3/Makefile
==============================================================================
--- head/x11-toolkits/vte3/Makefile Tue Jul 29 21:07:39 2014 (r363392)
+++ head/x11-toolkits/vte3/Makefile Tue Jul 29 21:20:04 2014 (r363393)
@@ -15,6 +15,7 @@ DIST_SUBDIR= gnome3
MAINTAINER?= gnome at FreeBSD.org
COMMENT?= Gtk 3 based terminal widget with accessibility and I18N support
+USES= tar:xz
.if !defined(REFERENCE_PORT)
VTE3_SLAVE?= no
@@ -23,7 +24,7 @@ VTE3_SLAVE?= no
RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
.endif
-USES= bison gettext gmake pathfix pkgconfig tar:xz
+USES+= bison gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack introspection:build
More information about the svn-ports-head
mailing list