Update xpdfopen to 0.84
* pdfopen.c: add -p option
This commit is contained in:
parent
a3e0d91d38
commit
7c74facddd
3 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue