summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-08 18:45:24 +0000
committertijl <tijl@FreeBSD.org>2014-07-08 18:45:24 +0000
commit11038627e0d19047e035cf76808b18c42b626db2 (patch)
treea33182712876e34a1ee09c3602c574373f386d4c
parentdb78cc61de36a8607779129a5d8402295cdcc4a2 (diff)
downloadFreeBSD-ports-11038627e0d19047e035cf76808b18c42b626db2.zip
FreeBSD-ports-11038627e0d19047e035cf76808b18c42b626db2.tar.gz
- Convert print/pslib to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip - Replace LDFLAGS with LIBS
-rw-r--r--print/pecl-ps/Makefile2
-rw-r--r--print/pslib/Makefile13
-rw-r--r--print/pslib/pkg-plist4
-rw-r--r--science/gnudatalanguage/Makefile2
4 files changed, 11 insertions, 10 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile
index 8710863..a95240e 100644
--- a/print/pecl-ps/Makefile
+++ b/print/pecl-ps/Makefile
@@ -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-
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index 4a2a67c..250d3c4 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -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}/graphics/jpeg \
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
diff --git a/print/pslib/pkg-plist b/print/pslib/pkg-plist
index 0fa791f..0302822 100644
--- a/print/pslib/pkg-plist
+++ b/print/pslib/pkg-plist
@@ -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
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index 68ee2e8..bdaf1b2 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -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)
OpenPOWER on IntegriCloud