svn commit: r355552 - head/graphics/gtkdps

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 27 18:25:52 UTC 2014


Author: amdmi3
Date: Tue May 27 18:25:51 2014
New Revision: 355552
URL: http://svnweb.freebsd.org/changeset/ports/355552
QAT: https://qat.redports.org/buildarchive/r355552/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

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

Modified: head/graphics/gtkdps/Makefile
==============================================================================
--- head/graphics/gtkdps/Makefile	Tue May 27 18:25:08 2014	(r355551)
+++ head/graphics/gtkdps/Makefile	Tue May 27 18:25:51 2014	(r355552)
@@ -3,11 +3,10 @@
 
 PORTNAME=	gtkdps
 PORTVERSION=	0.3.4
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics
 #		ftp://ftp.gyve.org/pub/gtkDPS/
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	dinoex
+MASTER_SITES=	LOCAL/dinoex
 DISTNAME=	gtkDPS-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
@@ -15,9 +14,9 @@ COMMENT=	Gtk bindings for the Display Gh
 
 LIB_DEPENDS=	libdpstk.so:${PORTSDIR}/x11/dgs
 
+USES=		libtool
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-dps-includes=${LOCALBASE}/include \
 		--with-dps-libraries=${LOCALBASE}/lib
@@ -37,4 +36,7 @@ post-patch:
 	@${REINPLACE_CMD} 's|gnulocaledir)|DESTDIR)$$(&|' \
 		${WRKSRC}/po/Makefile.in.in
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkDPS.so
+
 .include <bsd.port.mk>

Modified: head/graphics/gtkdps/pkg-plist
==============================================================================
--- head/graphics/gtkdps/pkg-plist	Tue May 27 18:25:08 2014	(r355551)
+++ head/graphics/gtkdps/pkg-plist	Tue May 27 18:25:51 2014	(r355552)
@@ -13,9 +13,8 @@ include/gtkDPS/gtkDPSpaintsel.h
 include/gtkDPS/gtkDPSwidget.h
 include/gtkDPS/parseAFM.h
 lib/libgtkDPS.a
-lib/libgtkDPS.la
 lib/libgtkDPS.so
-lib/libgtkDPS.so.1
+lib/libgtkDPS.so.1.0.0
 share/aclocal/gtkDPS.m4
 %%NLS%%share/locale/ja/LC_MESSAGES/gtkDPS.mo
 @dirrm include/gtkDPS


More information about the svn-ports-all mailing list