summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2015-12-12 19:23:59 +0000
committermarkd <markd@pkgsrc.org>2015-12-12 19:23:59 +0000
commitd11de024d5d560b23c0a4691bc7d009ba3967a19 (patch)
treee5039935c2c256fca5975d0e3c24e33374d55d48 /print
parentbff22d39e09c7435b1f803b50bc21506f0c097a7 (diff)
downloadpkgsrc-d11de024d5d560b23c0a4691bc7d009ba3967a19.tar.gz
Update to 0.86
version from texlive 2015 minir changes.
Diffstat (limited to 'print')
-rw-r--r--print/xpdfopen/Makefile8
-rw-r--r--print/xpdfopen/distinfo12
-rw-r--r--print/xpdfopen/patches/patch-Makefile.in14
3 files changed, 17 insertions, 17 deletions
diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile
index a2cb2f82be9..bf8641261ec 100644
--- a/print/xpdfopen/Makefile
+++ b/print/xpdfopen/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2015/04/25 10:21:27 markd Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/12 19:23:59 markd Exp $
-DISTNAME= texlive-20140525-source
-PKGNAME= xpdfopen-0.84
+DISTNAME= texlive-20150521-source
+PKGNAME= xpdfopen-0.86
CATEGORIES= print
-MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
+MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
EXTRACT_SUFX= .tar.xz
MAINTAINER= minskim@NetBSD.org
diff --git a/print/xpdfopen/distinfo b/print/xpdfopen/distinfo
index 87fc68fa325..ec461ca33b1 100644
--- a/print/xpdfopen/distinfo
+++ b/print/xpdfopen/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:03:03 agc Exp $
+$NetBSD: distinfo,v 1.5 2015/12/12 19:23:59 markd Exp $
-SHA1 (texlive-20140525-source.tar.xz) = 8cb283ad26b1fe18e1089820cf64ecc63d8224e8
-RMD160 (texlive-20140525-source.tar.xz) = c9fb954e63e700d06aa0cf40c37cdb40eaac84a2
-SHA512 (texlive-20140525-source.tar.xz) = 09169af15d806abd721e55ffc20ed684c0a7ad60783272d49fabfe9c88857c4abd15b60f30e3f5511ceda1982fdc1d33db8265f97e374bfa5b250dbb5612f8ad
-Size (texlive-20140525-source.tar.xz) = 41657688 bytes
-SHA1 (patch-Makefile.in) = d078c9c579caf1cd7400b4db588d2bef093af39b
+SHA1 (texlive-20150521-source.tar.xz) = a32df8d5d6b61f87f7dab907e864fb51b14f4143
+RMD160 (texlive-20150521-source.tar.xz) = fced0e58a7bd15d19e11d72baed23ac14fd2be13
+SHA512 (texlive-20150521-source.tar.xz) = 9d06bb88c489715787ce619c4c6b5e2d4251e1db8d48ae7fe2d1a253634c76bc6d7282ef9c93c77847845cae01eafb58dfb37ba3fb83a6d223f0d7fe8f5d3855
+Size (texlive-20150521-source.tar.xz) = 45459552 bytes
+SHA1 (patch-Makefile.in) = 36bd7f20f0aa8901dbc6f6972451cd9b1b748d3d
diff --git a/print/xpdfopen/patches/patch-Makefile.in b/print/xpdfopen/patches/patch-Makefile.in
index b868c08bef6..9bf526c3e69 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.3 2015/04/25 10:21:27 markd Exp $
+$NetBSD: patch-Makefile.in,v 1.4 2015/12/12 19:24:00 markd Exp $
---- Makefile.in.orig 2014-05-17 10:46:00.000000000 +0000
+--- Makefile.in.orig 2015-02-16 14:32:53.000000000 +0000
+++ Makefile.in
-@@ -311,7 +311,7 @@ top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I ../../m4
+@@ -333,7 +333,7 @@ NEVER_NAMES_SUB = -o -name .deps -o -nam
+ NEVER_NAMES_LT = -o -name .libs -o -name '*.lo'
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 = externs.h sendx.c sendx.h utils.c utils.h xpdfopen.h
- pdfopen_SOURCES = pdfopen.c $(common_sources)
- pdfclose_SOURCES = pdfclose.c $(common_sources)
+ common_sources = \
+ @XPDFOPEN_TREE@/sendx.c \
+ @XPDFOPEN_TREE@/utils.c