diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 11:15:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-20 11:15:57 +0000 |
commit | 627d72d304aa0003127c2f37bf38f55b74e36a1c (patch) | |
tree | f6e71d0b186eac96fdaecc7f79dd204355daf421 /print | |
parent | 87e507cd98b64e6315cdbe35f19bf7b0236cc360 (diff) | |
download | ports-627d72d304aa0003127c2f37bf38f55b74e36a1c.tar.gz ports-627d72d304aa0003127c2f37bf38f55b74e36a1c.zip |
- Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=358556
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 2 | ||||
-rw-r--r-- | print/c2ps/Makefile | 2 | ||||
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/dvipdfmx/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9-agpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9/Makefile | 2 | ||||
-rw-r--r-- | print/html2ps/Makefile | 1 | ||||
-rw-r--r-- | print/libpaper/Makefile | 6 | ||||
-rw-r--r-- | print/libpaper/pkg-plist | 4 | ||||
-rw-r--r-- | print/lprps/Makefile | 1 | ||||
-rw-r--r-- | print/papersize-default-a4/Makefile | 1 | ||||
-rw-r--r-- | print/psutils/Makefile | 2 | ||||
-rw-r--r-- | print/tex-dvipdfmx/Makefile | 6 | ||||
-rw-r--r-- | print/tex-dvipsk/Makefile | 4 | ||||
-rw-r--r-- | print/tex-xdvik/Makefile | 2 |
16 files changed, 22 insertions, 18 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index c5d71ca7241c..f93f224ee794 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -3,7 +3,7 @@ PORTNAME= a2ps PORTVERSION= 4.13b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_LOCAL:S/$/:i18n/} diff --git a/print/c2ps/Makefile b/print/c2ps/Makefile index 3ccd8de62050..ac1a53942695 100644 --- a/print/c2ps/Makefile +++ b/print/c2ps/Makefile @@ -3,7 +3,7 @@ PORTNAME= c2ps PORTVERSION= 4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 737cf4b29a8d..49c77b11e043 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -61,7 +61,7 @@ CUPS_SUFFIX= -image LICENSE= LGPL21 OPTIONS_DEFINE= GNUTLS .else -PORTREVISION= 1 +PORTREVISION= 2 CUPS_SUFFIX= -base OPTIONS_DEFINE= GNUTLS LIBPAPER PHP PYTHON PAM DBUS LIBUSB XDG_OPEN AVAHI MDNSRESPONDER ICONS OPTIONS_DEFAULT= LIBPAPER MDNSRESPONDER ICONS diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 7b8d8c870ef0..bf4d6f5a8d8d 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -3,6 +3,7 @@ PORTNAME= dvipdfmx PORTVERSION= 20110311 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ http://project.ktug.or.kr/dvipdfmx/snapshot/latest/ \ diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 629f7f42ad3e..d58df32f5360 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghostscript PORTVERSION= 8.71 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/ghostscript9-agpl/Makefile b/print/ghostscript9-agpl/Makefile index 8eca6544c8fc..8f12e9104994 100644 --- a/print/ghostscript9-agpl/Makefile +++ b/print/ghostscript9-agpl/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.07 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index cb628a732164..118a50843baf 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.06 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 63225784835d..62eec6f8aef9 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -3,6 +3,7 @@ PORTNAME= html2ps DISTVERSION= 1.0b7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print www perl5 MASTER_SITES= http://user.it.uu.se/~jan/ \ diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile index 2112f8b963b7..54a6e42836ad 100644 --- a/print/libpaper/Makefile +++ b/print/libpaper/Makefile @@ -3,16 +3,16 @@ PORTNAME= libpaper PORTVERSION= 1.1.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/libp/libpaper DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= hrs@FreeBSD.org -COMMENT= A library providing routines for paper size management +COMMENT= Library providing routines for paper size management -USE_AUTOTOOLS= libtool +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/print/libpaper/pkg-plist b/print/libpaper/pkg-plist index 973cf6ab3453..3dbcdf213510 100644 --- a/print/libpaper/pkg-plist +++ b/print/libpaper/pkg-plist @@ -3,9 +3,9 @@ etc/papersize.a4 etc/papersize.letter include/paper.h lib/libpaper.a -lib/libpaper.la lib/libpaper.so -lib/libpaper.so.2 +lib/libpaper.so.1 +lib/libpaper.so.1.1.2 sbin/paperconfig man/man1/paperconf.1.gz man/man3/defaultpapername.3.gz diff --git a/print/lprps/Makefile b/print/lprps/Makefile index db049b3c411d..e4594c8676be 100644 --- a/print/lprps/Makefile +++ b/print/lprps/Makefile @@ -3,6 +3,7 @@ PORTNAME= lprps PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.jclark.com/pub/lprps/ EXTRACT_SUFX= .tar.Z diff --git a/print/papersize-default-a4/Makefile b/print/papersize-default-a4/Makefile index 03bddcd9f9f2..b12f507bbe40 100644 --- a/print/papersize-default-a4/Makefile +++ b/print/papersize-default-a4/Makefile @@ -3,6 +3,7 @@ PORTNAME= papersize-default PORTVERSION= 0.0.20120302 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= # none PKGNAMESUFFIX= -${DEFAULTPAPERSIZE:tl} diff --git a/print/psutils/Makefile b/print/psutils/Makefile index cc15b524c3cc..e9990d965cdc 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= psutils PORTVERSION= 1.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ \ ftp://ftp.knackered.org/pub/psutils/ \ diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index b605783136c4..443a78179738 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -3,7 +3,7 @@ PORTNAME= dvipdfmx PORTVERSION= 20120420 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- @@ -18,8 +18,8 @@ COMMENT= DVI Previewer(kpathsearch) for X LICENSE= GPLv2 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - paper:${PORTSDIR}/print/libpaper +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libpaper.so:${PORTSDIR}/print/libpaper RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps USES= gmake pkgconfig tar:xz diff --git a/print/tex-dvipsk/Makefile b/print/tex-dvipsk/Makefile index bdd314740d88..e8a123c92347 100644 --- a/print/tex-dvipsk/Makefile +++ b/print/tex-dvipsk/Makefile @@ -2,7 +2,7 @@ PORTNAME= dvipsk PORTVERSION= 5.992 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- @@ -17,7 +17,7 @@ COMMENT= Convert a TeX DVI file to PostScript LICENSE= GPLv2 -LIB_DEPENDS= paper:${PORTSDIR}/print/libpaper +LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper USES= gmake tar:xz USE_TEX= texlive kpathsea web2c texmf texhash diff --git a/print/tex-xdvik/Makefile b/print/tex-xdvik/Makefile index 7e9c2143992b..ceb278b68cf9 100644 --- a/print/tex-xdvik/Makefile +++ b/print/tex-xdvik/Makefile @@ -3,7 +3,7 @@ PORTNAME= xdvik PORTVERSION= 22.86 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= SF/xdvi/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= tex- |