svn commit: r352049 - head/print/libijs

Tijl Coosemans tijl at FreeBSD.org
Thu Apr 24 18:42:05 UTC 2014


Author: tijl
Date: Thu Apr 24 18:42:05 2014
New Revision: 352049
URL: http://svnweb.freebsd.org/changeset/ports/352049
QAT: https://qat.redports.org/buildarchive/r352049/

Log:
  Convert to USES=libtool tar:bzip2.

Modified:
  head/print/libijs/Makefile
  head/print/libijs/pkg-plist

Modified: head/print/libijs/Makefile
==============================================================================
--- head/print/libijs/Makefile	Thu Apr 24 18:40:31 2014	(r352048)
+++ head/print/libijs/Makefile	Thu Apr 24 18:42:05 2014	(r352049)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libijs
 PORTVERSION=	0.35
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	http://www.openprinting.org/download/ijs/download/
 DISTNAME=	ijs-${PORTVERSION}
@@ -11,10 +11,10 @@ DIST_SUBDIR=	ghostscript
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C library that supports plugin printer driver for Ghostscript
 
-USES=		pkgconfig gmake
-USE_BZIP2=	yes
-USE_GNOME=	lthack
-USE_AUTOTOOLS=	libtool
+USES=		gmake libtool:keepla pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-shared
+
 .include <bsd.port.mk>

Modified: head/print/libijs/pkg-plist
==============================================================================
--- head/print/libijs/pkg-plist	Thu Apr 24 18:40:31 2014	(r352048)
+++ head/print/libijs/pkg-plist	Thu Apr 24 18:42:05 2014	(r352049)
@@ -8,6 +8,7 @@ lib/libijs.a
 lib/libijs.la
 lib/libijs.so
 lib/libijs.so.1
+lib/libijs.so.1.0.1
 libdata/pkgconfig/ijs.pc
 man/man1/ijs-config.1.gz
 @dirrm include/ijs


More information about the svn-ports-all mailing list