Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:14:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352168 - head/print/libspectre
Message-ID:  <201404252314.s3PNETNl096186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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