Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 14:10:49 +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: r350708 - head/graphics/goocanvasmm2
Message-ID:  <201404091410.s39EAnVS063446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Apr  9 14:10:48 2014
New Revision: 350708
URL: http://svnweb.freebsd.org/changeset/ports/350708
QAT: https://qat.redports.org/buildarchive/r350708/

Log:
  Stagify, switch to USES=libtool tar:xz gmake

Modified:
  head/graphics/goocanvasmm2/Makefile
  head/graphics/goocanvasmm2/pkg-plist

Modified: head/graphics/goocanvasmm2/Makefile
==============================================================================
--- head/graphics/goocanvasmm2/Makefile	Wed Apr  9 14:04:38 2014	(r350707)
+++ head/graphics/goocanvasmm2/Makefile	Wed Apr  9 14:10:48 2014	(r350708)
@@ -4,6 +4,7 @@
 
 PORTNAME=	goocanvasmm
 PORTVERSION=	1.90.9
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
@@ -11,15 +12,13 @@ PKGNAMESUFFIX=	2
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	C++ bindings for the goocanvas widget for GTK
 
-LIB_DEPENDS=	goocanvas-2.0:${PORTSDIR}/graphics/goocanvas2
+LIB_DEPENDS=	libgoocanvas-2.0.so:${PORTSDIR}/graphics/goocanvas2
 
-USES=		pathfix pkgconfig
-USE_GNOME=	ltverhack gtkmm30
-USE_AUTOTOOLS=	libtool
+USES=		libtool gmake pathfix pkgconfig tar:xz
+USE_GNOME=	gtkmm30
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-documentation
-USE_XZ=		yes
-USE_GMAKE=	yes
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/graphics/goocanvasmm2/pkg-plist
==============================================================================
--- head/graphics/goocanvasmm2/pkg-plist	Wed Apr  9 14:04:38 2014	(r350707)
+++ head/graphics/goocanvasmm2/pkg-plist	Wed Apr  9 14:10:48 2014	(r350708)
@@ -61,10 +61,10 @@ include/goocanvasmm-2.0/goocanvasmm/type
 include/goocanvasmm-2.0/goocanvasmm/widget.h
 include/goocanvasmm-2.0/goocanvasmm/wrap_init.h
 lib/goocanvasmm-2.0/include/goocanvasmmconfig.h
-lib/libgoocanvasmm-2.0.a
 lib/libgoocanvasmm-2.0.la
 lib/libgoocanvasmm-2.0.so
 lib/libgoocanvasmm-2.0.so.6
+lib/libgoocanvasmm-2.0.so.6.0.0
 libdata/pkgconfig/goocanvasmm-2.0.pc
 @dirrm lib/goocanvasmm-2.0/include
 @dirrm lib/goocanvasmm-2.0



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