Date: Tue, 8 Jul 2014 18:45:24 +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: r361275 - in head: print/pecl-ps print/pslib science/gnudatalanguage Message-ID: <201407081845.s68IjOsG026697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue Jul 8 18:45:24 2014 New Revision: 361275 URL: http://svnweb.freebsd.org/changeset/ports/361275 QAT: https://qat.redports.org/buildarchive/r361275/ Log: - Convert print/pslib to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Replace LDFLAGS with LIBS Modified: head/print/pecl-ps/Makefile head/print/pslib/Makefile head/print/pslib/pkg-plist head/science/gnudatalanguage/Makefile Modified: head/print/pecl-ps/Makefile ============================================================================== --- head/print/pecl-ps/Makefile Tue Jul 8 18:18:08 2014 (r361274) +++ head/print/pecl-ps/Makefile Tue Jul 8 18:45:24 2014 (r361275) @@ -3,7 +3,7 @@ PORTNAME= ps PORTVERSION= 1.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/print/pslib/Makefile ============================================================================== --- head/print/pslib/Makefile Tue Jul 8 18:18:08 2014 (r361274) +++ head/print/pslib/Makefile Tue Jul 8 18:45:24 2014 (r361275) @@ -3,12 +3,12 @@ PORTNAME= pslib PORTVERSION= 0.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF MAINTAINER= mva@FreeBSD.org -COMMENT= A C-library for generating multi page PostScript documents +COMMENT= C-library for generating multi page PostScript documents LICENSE= GPLv2 @@ -16,12 +16,13 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libpng15.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff -USES= pathfix pkgconfig gettext gmake +USES= gettext gmake libtool pathfix pkgconfig USE_GNOME= intlhack -USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lintl +INSTALL_TARGET= install-strip OPTIONS_DEFINE= EXAMPLES MANPAGES NLS OPTIONS_DEFAULT= MANPAGES NLS Modified: head/print/pslib/pkg-plist ============================================================================== --- head/print/pslib/pkg-plist Tue Jul 8 18:18:08 2014 (r361274) +++ head/print/pslib/pkg-plist Tue Jul 8 18:45:24 2014 (r361275) @@ -2,9 +2,9 @@ include/libps/pslib-mp.h include/libps/pslib.h include/libps/psversion.h lib/libps.a -lib/libps.la lib/libps.so -lib/libps.so.4 +lib/libps.so.0 +lib/libps.so.0.4.5 libdata/pkgconfig/libps.pc man/man3/PS_add_bookmark.3.gz man/man3/PS_add_kerning.3.gz Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue Jul 8 18:18:08 2014 (r361274) +++ head/science/gnudatalanguage/Makefile Tue Jul 8 18:45:24 2014 (r361275) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081845.s68IjOsG026697>