From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 21:20:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4CE0C4F; Tue, 29 Jul 2014 21:20:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1AD526BA; Tue, 29 Jul 2014 21:20:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6TLK5f4064236; Tue, 29 Jul 2014 21:20:05 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6TLK5Z9064229; Tue, 29 Jul 2014 21:20:05 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201407292120.s6TLK5Z9064229@svn.freebsd.org> From: Antoine Brodin Date: Tue, 29 Jul 2014 21:20:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363393 - in head: devel/glib20 devel/libsoup x11-toolkits/pangomm x11-toolkits/vte3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2014 21:20:06 -0000 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@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@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