From owner-svn-ports-all@FreeBSD.ORG Fri May 2 17:00:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 883EC7F3; Fri, 2 May 2014 17:00:02 +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 758FB12CA; Fri, 2 May 2014 17:00:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42H02nu048781; Fri, 2 May 2014 17:00:02 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42H01im048775; Fri, 2 May 2014 17:00:01 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405021700.s42H01im048775@svn.freebsd.org> From: Koop Mast Date: Fri, 2 May 2014 17:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352828 - in head: graphics/gtk-update-icon-cache x11-toolkits/gtk20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 17:00:02 -0000 Author: kwm Date: Fri May 2 17:00:01 2014 New Revision: 352828 URL: http://svnweb.freebsd.org/changeset/ports/352828 QAT: https://qat.redports.org/buildarchive/r352828/ Log: USE_BZIP2 -> USES=tar:bzip2 USE_GNOME=ltverhack -> USES=libtool:keepla use INSTALL_TARGET=install-strip for stripping. Modified: head/graphics/gtk-update-icon-cache/Makefile head/x11-toolkits/gtk20/Makefile head/x11-toolkits/gtk20/pkg-plist Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Fri May 2 16:35:17 2014 (r352827) +++ head/graphics/gtk-update-icon-cache/Makefile Fri May 2 17:00:01 2014 (r352828) @@ -19,13 +19,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme -USE_XZ= yes -USES= gettext gmake pathfix perl5 pkgconfig +USES= gettext gmake libtool:keepla pathfix perl5 pkgconfig tar:xz USE_PERL5= build MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= atk pango gdkpixbuf2 introspection:build ltverhack +USE_GNOME= atk pango gdkpixbuf2 introspection:build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite PATCHDIR= ${.CURDIR}/../../x11-toolkits/gtk20/files Modified: head/x11-toolkits/gtk20/Makefile ============================================================================== --- head/x11-toolkits/gtk20/Makefile Fri May 2 16:35:17 2014 (r352827) +++ head/x11-toolkits/gtk20/Makefile Fri May 2 17:00:01 2014 (r352828) @@ -4,7 +4,7 @@ PORTNAME= gtk PORTVERSION= 2.24.22 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11-toolkits MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,7 +17,7 @@ COMMENT= Gimp Toolkit for X11 GUI (previ LICENSE= LGPL20 -USE_XZ= yes +USES= tar:xz PORTSCOUT= limitw:0,even @@ -27,9 +27,9 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/ma ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ python:${PORTSDIR}/lang/python -USES= gettext gmake pathfix perl5 pkgconfig +USES+= gettext gmake libtool:keepla pathfix perl5 pkgconfig GNU_CONFIGURE= yes -USE_GNOME= atk pango gdkpixbuf2 introspection:build ltverhack \ +USE_GNOME= atk pango gdkpixbuf2 introspection:build \ gtk-update-icon-cache USE_LDCONFIG= yes USE_PERL5= build @@ -38,6 +38,7 @@ USE_XORG= xext xrender x11 xinerama xi x CONFIGURE_ARGS= --with-xinput=yes --enable-explicit-deps CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip OPTIONS_DEFINE= CUPS DEBUG OPTIONS_DEFAULT=CUPS @@ -50,6 +51,8 @@ DEBUG_CONFIGURE_ON= --enable-debug=yes .include +PLIST_SUB+= LIBGAILVER=18.0.1 LIBGVER=0.2400.22 + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${GREP} -l lgmodule | \ ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' Modified: head/x11-toolkits/gtk20/pkg-plist ============================================================================== --- head/x11-toolkits/gtk20/pkg-plist Fri May 2 16:35:17 2014 (r352827) +++ head/x11-toolkits/gtk20/pkg-plist Fri May 2 17:00:01 2014 (r352828) @@ -301,12 +301,15 @@ lib/gtk-2.0/modules/libgail.so lib/libgailutil.la lib/libgailutil.so lib/libgailutil.so.18 +lib/libgailutil.so.%%LIBGAILVER%% lib/libgdk-x11-2.0.la lib/libgdk-x11-2.0.so lib/libgdk-x11-2.0.so.0 +lib/libgdk-x11-2.0.so.%%LIBGVER%% lib/libgtk-x11-2.0.la lib/libgtk-x11-2.0.so lib/libgtk-x11-2.0.so.0 +lib/libgtk-x11-2.0.so.%%LIBGVER%% libdata/pkgconfig/gail.pc libdata/pkgconfig/gdk-2.0.pc libdata/pkgconfig/gdk-x11-2.0.pc