From owner-svn-ports-all@FreeBSD.ORG Fri Mar 7 09:27:35 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 A21F389F; Fri, 7 Mar 2014 09:27:35 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7629832A; Fri, 7 Mar 2014 09:27:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s279RZcS047524; Fri, 7 Mar 2014 09:27:35 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s279RZHq047521; Fri, 7 Mar 2014 09:27:35 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403070927.s279RZHq047521@svn.freebsd.org> From: Koop Mast Date: Fri, 7 Mar 2014 09:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347351 - head/graphics/cairomm 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, 07 Mar 2014 09:27:35 -0000 Author: kwm Date: Fri Mar 7 09:27:34 2014 New Revision: 347351 URL: http://svnweb.freebsd.org/changeset/ports/347351 QAT: https://qat.redports.org/buildarchive/r347351/ Log: Stagify. Use USES=libtool pathfix Use USE_GNOME for cairo and libxml++26 depends. Modified: head/graphics/cairomm/Makefile head/graphics/cairomm/pkg-plist Modified: head/graphics/cairomm/Makefile ============================================================================== --- head/graphics/cairomm/Makefile Fri Mar 7 09:19:16 2014 (r347350) +++ head/graphics/cairomm/Makefile Fri Mar 7 09:27:34 2014 (r347351) @@ -11,15 +11,13 @@ MASTER_SITES= http://cairographics.org/r MAINTAINER= gnome@FreeBSD.org COMMENT= C++ interface to cairo -LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ - cairo.2:${PORTSDIR}/graphics/cairo - LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USE_AUTOTOOLS= libtool + +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pkgconfig -USE_GNOME= gnomehack ltverhack +USES= gmake libtool pathfix pkgconfig +USE_GNOME= cairo libxml++26 CONFIGURE_ENV= AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -32,4 +30,7 @@ post-configure: @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcairomm-1.0.so.1.4.0 + .include Modified: head/graphics/cairomm/pkg-plist ============================================================================== --- head/graphics/cairomm/pkg-plist Fri Mar 7 09:19:16 2014 (r347350) +++ head/graphics/cairomm/pkg-plist Fri Mar 7 09:27:34 2014 (r347351) @@ -19,10 +19,10 @@ include/cairomm-1.0/cairomm/win32_font.h include/cairomm-1.0/cairomm/win32_surface.h include/cairomm-1.0/cairomm/xlib_surface.h lib/cairomm-1.0/include/cairommconfig.h -lib/libcairomm-1.0.a lib/libcairomm-1.0.la lib/libcairomm-1.0.so lib/libcairomm-1.0.so.1 +lib/libcairomm-1.0.so.1.4.0 libdata/pkgconfig/cairomm-1.0.pc libdata/pkgconfig/cairomm-ft-1.0.pc libdata/pkgconfig/cairomm-pdf-1.0.pc