From owner-svn-ports-head@FreeBSD.ORG Tue Apr 22 10:19:04 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 3F317769; Tue, 22 Apr 2014 10:19:04 +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 11C881194; Tue, 22 Apr 2014 10:19:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MAJ3Qi060545; Tue, 22 Apr 2014 10:19:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3MAJ3lm060543; Tue, 22 Apr 2014 10:19:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404221019.s3MAJ3lm060543@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 22 Apr 2014 10:19:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351800 - head/x11-toolkits/libgnomeprintuimm 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.17 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, 22 Apr 2014 10:19:04 -0000 Author: bapt Date: Tue Apr 22 10:19:03 2014 New Revision: 351800 URL: http://svnweb.freebsd.org/changeset/ports/351800 QAT: https://qat.redports.org/buildarchive/r351800/ Log: Support stage Modified: head/x11-toolkits/libgnomeprintuimm/Makefile head/x11-toolkits/libgnomeprintuimm/pkg-plist Modified: head/x11-toolkits/libgnomeprintuimm/Makefile ============================================================================== --- head/x11-toolkits/libgnomeprintuimm/Makefile Tue Apr 22 10:16:23 2014 (r351799) +++ head/x11-toolkits/libgnomeprintuimm/Makefile Tue Apr 22 10:19:03 2014 (r351800) @@ -3,7 +3,7 @@ PORTNAME= libgnomeprintuimm PORTVERSION= 2.5.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,21 +11,19 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrappers for the GNOME print support library -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gnomeprintmm-2.5.2:${PORTSDIR}/print/libgnomeprintmm +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libgnomeprintmm-2.5.so:${PORTSDIR}/print/libgnomeprintmm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack libgnomeprintui +USES= gmake libtool pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix libgnomeprintui USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="2.5" API_VERSION="2.6" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|2\.0|2.6|' ${WRKSRC}/tools/m4/Makefile.in @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ Modified: head/x11-toolkits/libgnomeprintuimm/pkg-plist ============================================================================== --- head/x11-toolkits/libgnomeprintuimm/pkg-plist Tue Apr 22 10:16:23 2014 (r351799) +++ head/x11-toolkits/libgnomeprintuimm/pkg-plist Tue Apr 22 10:19:03 2014 (r351800) @@ -17,6 +17,7 @@ lib/libgnomeprintuimm-%%VERSION%%.a lib/libgnomeprintuimm-%%VERSION%%.la lib/libgnomeprintuimm-%%VERSION%%.so lib/libgnomeprintuimm-%%VERSION%%.so.3 +lib/libgnomeprintuimm-%%VERSION%%.so.3.0.0 lib/libgnomeprintuimm-%%API_VERSION%%/include/libgnomeprintuimmconfig.h lib/libgnomeprintuimm-%%API_VERSION%%/proc/m4/convert.m4 lib/libgnomeprintuimm-%%API_VERSION%%/proc/m4/convert_libgnomeprintuimm.m4