Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 18:42:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352049 - head/print/libijs
Message-ID:  <201404241842.s3OIg5ok078853@svn.freebsd.org>

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



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