svn commit: r351821 - head/x11-toolkits/gdl

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 22 12:28:30 UTC 2014


Author: bapt
Date: Tue Apr 22 12:28:29 2014
New Revision: 351821
URL: http://svnweb.freebsd.org/changeset/ports/351821
QAT: https://qat.redports.org/buildarchive/r351821/

Log:
  Support stage

Modified:
  head/x11-toolkits/gdl/Makefile
  head/x11-toolkits/gdl/pkg-plist

Modified: head/x11-toolkits/gdl/Makefile
==============================================================================
--- head/x11-toolkits/gdl/Makefile	Tue Apr 22 12:24:29 2014	(r351820)
+++ head/x11-toolkits/gdl/Makefile	Tue Apr 22 12:28:29 2014	(r351821)
@@ -4,20 +4,19 @@
 
 PORTNAME=	gdl
 PORTVERSION=	2.30.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Components intended to be shared between GNOME development tools
 
-USE_BZIP2=	yes
-USE_GNOME=	gnomeprefix gnomehack gtk20
-USES=		gettext gmake pkgconfig
+USE_GNOME=	gnomeprefix gtk20
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/x11-toolkits/gdl/pkg-plist
==============================================================================
--- head/x11-toolkits/gdl/pkg-plist	Tue Apr 22 12:24:29 2014	(r351820)
+++ head/x11-toolkits/gdl/pkg-plist	Tue Apr 22 12:28:29 2014	(r351821)
@@ -12,6 +12,7 @@ include/libgdl-1.0/gdl/libgdltypebuiltin
 lib/libgdl-1.la
 lib/libgdl-1.so
 lib/libgdl-1.so.3
+lib/libgdl-1.so.3.0.0
 libdata/pkgconfig/gdl-1.0.pc
 %%DOCSDIR%%/gdl-gdl-dock-bar.html
 %%DOCSDIR%%/gdl-gdl-dock-item.html


More information about the svn-ports-all mailing list