diff options
author | markd <markd> | 2015-04-25 10:21:27 +0000 |
---|---|---|
committer | markd <markd> | 2015-04-25 10:21:27 +0000 |
commit | 824cee1559a861f19bd22942e4d65ac3c073bbf4 (patch) | |
tree | 20c43561632c98121838797ebb4208f4bcad87bf /print/xpdfopen | |
parent | 20eac4ac5bf913ce04d480238284cb1accb0cffb (diff) | |
download | pkgsrc-824cee1559a861f19bd22942e4d65ac3c073bbf4.tar.gz |
Update xpdfopen to 0.84
* pdfopen.c: add -p option
Diffstat (limited to 'print/xpdfopen')
-rw-r--r-- | print/xpdfopen/Makefile | 8 | ||||
-rw-r--r-- | print/xpdfopen/distinfo | 10 | ||||
-rw-r--r-- | print/xpdfopen/patches/patch-Makefile.in | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile index f665d43ccd2..a2cb2f82be9 100644 --- a/print/xpdfopen/Makefile +++ b/print/xpdfopen/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2013/12/12 04:21:28 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2015/04/25 10:21:27 markd Exp $ -DISTNAME= texlive-20130530-source -PKGNAME= xpdfopen-0.83 +DISTNAME= texlive-20140525-source +PKGNAME= xpdfopen-0.84 CATEGORIES= print -MASTER_SITES= ftp://tug.org/historic/systems/texlive/2013/ +MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org diff --git a/print/xpdfopen/distinfo b/print/xpdfopen/distinfo index e92a83f8860..5ee14c1a5f9 100644 --- a/print/xpdfopen/distinfo +++ b/print/xpdfopen/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2013/12/12 04:21:28 minskim Exp $ +$NetBSD: distinfo,v 1.3 2015/04/25 10:21:27 markd Exp $ -SHA1 (texlive-20130530-source.tar.xz) = 42f0a6fa3f49435991182f14e01276b2ee3fce61 -RMD160 (texlive-20130530-source.tar.xz) = 2d779ae5de979be86a9258b224dfc15cbcd76b18 -Size (texlive-20130530-source.tar.xz) = 179963948 bytes -SHA1 (patch-Makefile.in) = fd1de7aa7da8247bc4de99aca1f78b289ace41ef +SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8 +RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2 +Size (texlive-20140525-source.tar.xz) = 41657688 bytes +SHA1 (patch-Makefile.in) = d078c9c579caf1cd7400b4db588d2bef093af39b diff --git a/print/xpdfopen/patches/patch-Makefile.in b/print/xpdfopen/patches/patch-Makefile.in index bddac1e66ae..b868c08bef6 100644 --- a/print/xpdfopen/patches/patch-Makefile.in +++ b/print/xpdfopen/patches/patch-Makefile.in @@ -1,13 +1,13 @@ -$NetBSD: patch-Makefile.in,v 1.2 2013/12/12 04:21:28 minskim Exp $ +$NetBSD: patch-Makefile.in,v 1.3 2015/04/25 10:21:27 markd Exp $ ---- Makefile.in.orig 2011-05-19 07:58:35.000000000 +0000 +--- Makefile.in.orig 2014-05-17 10:46:00.000000000 +0000 +++ Makefile.in -@@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@ +@@ -311,7 +311,7 @@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 AM_CPPFLAGS = $(X_CFLAGS) AM_CFLAGS = $(WARNING_CFLAGS) -LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) +LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS) - common_sources = sendx.c sendx.h utils.c utils.h xpdfopen.h + common_sources = externs.h sendx.c sendx.h utils.c utils.h xpdfopen.h pdfopen_SOURCES = pdfopen.c $(common_sources) pdfclose_SOURCES = pdfclose.c $(common_sources) |