Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2013 22:04:38 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335595 - in head/graphics: goocanvas goocanvasmm
Message-ID:  <201312032204.rB3M4cnG012085@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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 <bsd.port.mk>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312032204.rB3M4cnG012085>