From owner-svn-ports-head@FreeBSD.ORG Tue Dec 3 22:04:39 2013 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 22284C45; Tue, 3 Dec 2013 22:04:39 +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 E754C1638; Tue, 3 Dec 2013 22:04:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3M4c8S012089; Tue, 3 Dec 2013 22:04:38 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB3M4cnG012085; Tue, 3 Dec 2013 22:04:38 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201312032204.rB3M4cnG012085@svn.freebsd.org> From: Koop Mast Date: Tue, 3 Dec 2013 22:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335595 - in head/graphics: goocanvas goocanvasmm 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, 03 Dec 2013 22:04:39 -0000 Author: kwm Date: Tue Dec 3 22:04:38 2013 New Revision: 335595 URL: http://svnweb.freebsd.org/changeset/ports/335595 Log: Stageify, add PORTSCOUT macro to ignore these ports, no new versions will appear. Update to new port framework bits. Modified: head/graphics/goocanvas/Makefile head/graphics/goocanvasmm/Makefile head/graphics/goocanvasmm/pkg-plist Modified: head/graphics/goocanvas/Makefile ============================================================================== --- head/graphics/goocanvas/Makefile Tue Dec 3 22:00:29 2013 (r335594) +++ head/graphics/goocanvas/Makefile Tue Dec 3 22:04:38 2013 (r335595) @@ -10,9 +10,11 @@ MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Canvas widget for GTK+ +PORTSCOUT= ignore:1 + USES= pathfix pkgconfig USE_GNOME= gtk20 ltverhack -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_BZIP2= yes @@ -21,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -41,4 +42,7 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.3 + .include Modified: head/graphics/goocanvasmm/Makefile ============================================================================== --- head/graphics/goocanvasmm/Makefile Tue Dec 3 22:00:29 2013 (r335594) +++ head/graphics/goocanvasmm/Makefile Tue Dec 3 22:04:38 2013 (r335595) @@ -4,23 +4,25 @@ PORTNAME= goocanvasmm PORTVERSION= 0.15.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= C++ bindings for the goocanvas widget for GTK -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - goocanvas.3:${PORTSDIR}/graphics/goocanvas +LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}/graphics/goocanvas -USES= pkgconfig -USE_GNOME= gnomehack ltverhack -USE_AUTOTOOLS= libtool +PORTSCOUT= ignore:1 + +USES= gmake pathfix pkgconfig +USE_GNOME= gtkmm24 ltverhack +GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-documentation USE_BZIP2= yes -USE_GMAKE= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.5 + .include Modified: head/graphics/goocanvasmm/pkg-plist ============================================================================== --- head/graphics/goocanvasmm/pkg-plist Tue Dec 3 22:00:29 2013 (r335594) +++ head/graphics/goocanvasmm/pkg-plist Tue Dec 3 22:04:38 2013 (r335595) @@ -61,7 +61,6 @@ include/goocanvasmm-1.0/goocanvasmm/type include/goocanvasmm-1.0/goocanvasmm/widget.h include/goocanvasmm-1.0/goocanvasmm/wrap_init.h lib/goocanvasmm-1.0/include/goocanvasmmconfig.h -lib/libgoocanvasmm-1.0.a lib/libgoocanvasmm-1.0.la lib/libgoocanvasmm-1.0.so lib/libgoocanvasmm-1.0.so.5