svn commit: r352168 - head/print/libspectre
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 25 23:14:30 UTC 2014
Author: bapt
Date: Fri Apr 25 23:14:29 2014
New Revision: 352168
URL: http://svnweb.freebsd.org/changeset/ports/352168
QAT: https://qat.redports.org/buildarchive/r352168/
Log:
Support stage
Modified:
head/print/libspectre/Makefile
head/print/libspectre/pkg-plist
Modified: head/print/libspectre/Makefile
==============================================================================
--- head/print/libspectre/Makefile Fri Apr 25 23:11:19 2014 (r352167)
+++ head/print/libspectre/Makefile Fri Apr 25 23:14:29 2014 (r352168)
@@ -4,21 +4,22 @@
PORTNAME= libspectre
PORTVERSION= 0.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://libspectre.freedesktop.org/releases/
MAINTAINER= gnome at FreeBSD.org
-COMMENT= A small library for rendering Postscript documents
+COMMENT= Small library for rendering Postscript documents
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
-USE_AUTOTOOLS= libtool
+USES= libtool:keepla pathfix
USE_LDCONFIG= yes
-USE_GNOME= gnomehack gnomeprefix ltverhack
+USE_GNOME= gnomeprefix
USE_GHOSTSCRIPT=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/print/libspectre/pkg-plist
==============================================================================
--- head/print/libspectre/pkg-plist Fri Apr 25 23:11:19 2014 (r352167)
+++ head/print/libspectre/pkg-plist Fri Apr 25 23:14:29 2014 (r352168)
@@ -10,5 +10,6 @@ lib/libspectre.a
lib/libspectre.la
lib/libspectre.so
lib/libspectre.so.1
+lib/libspectre.so.1.1.6
libdata/pkgconfig/libspectre.pc
@dirrm include/libspectre
More information about the svn-ports-all
mailing list