svn commit: r350846 - head/x11-toolkits/libgdiplus

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 10 20:05:32 UTC 2014


Author: bapt
Date: Thu Apr 10 20:05:31 2014
New Revision: 350846
URL: http://svnweb.freebsd.org/changeset/ports/350846
QAT: https://qat.redports.org/buildarchive/r350846/

Log:
  Support stage
  USES=libtool

Modified:
  head/x11-toolkits/libgdiplus/Makefile

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Thu Apr 10 19:59:23 2014	(r350845)
+++ head/x11-toolkits/libgdiplus/Makefile	Thu Apr 10 20:05:31 2014	(r350846)
@@ -3,33 +3,33 @@
 
 PORTNAME=	libgdiplus
 PORTVERSION=	2.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
 
 MAINTAINER=	mono at FreeBSD.org
 COMMENT=	GDI+ API for System.Windows.Forms in Mono
 
-LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
-		gif.5:${PORTSDIR}/graphics/giflib \
-		png15:${PORTSDIR}/graphics/png \
-		cairo.2:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff \
+		libgif.so:${PORTSDIR}/graphics/giflib \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libcairo.so:${PORTSDIR}/graphics/cairo
 
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_GNOME=	gnomehack glib20
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/libgdiplus.a \
 		lib/libgdiplus.la \
 		lib/libgdiplus.so \
 		lib/libgdiplus.so.0 \
+		lib/libgdiplus.so.0.0.0 \
 		libdata/pkgconfig/libgdiplus.pc
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list