diff options
author | markd <markd@pkgsrc.org> | 2015-06-15 09:50:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-06-15 09:50:36 +0000 |
commit | f633df461dfe3aac8b132210d902adad480f4f59 (patch) | |
tree | a7aaea805934c460f94184d53d91ced0f5e09a5d | |
parent | b68c6a9e91d75f6237a2e703622b4247c482556e (diff) | |
download | pkgsrc-f633df461dfe3aac8b132210d902adad480f4f59.tar.gz |
Undo last. c-auto.h is installed, just in a different place.
luatex has been taught how to find it. Bump PKGREVISION.
-rw-r--r-- | print/kpathsea/Makefile | 4 | ||||
-rw-r--r-- | print/kpathsea/PLIST | 3 | ||||
-rw-r--r-- | print/kpathsea/distinfo | 3 | ||||
-rw-r--r-- | print/kpathsea/patches/patch-Makefile.in | 12 |
4 files changed, 4 insertions, 18 deletions
diff --git a/print/kpathsea/Makefile b/print/kpathsea/Makefile index 57afdd93e2b..54e6fa22c92 100644 --- a/print/kpathsea/Makefile +++ b/print/kpathsea/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2015/06/14 20:48:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2015/06/15 09:50:36 markd Exp $ DISTNAME= texlive-20150521-source PKGNAME= kpathsea-6.2.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ EXTRACT_SUFX= .tar.xz diff --git a/print/kpathsea/PLIST b/print/kpathsea/PLIST index 73f175f0ffb..d4614aaf91d 100644 --- a/print/kpathsea/PLIST +++ b/print/kpathsea/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2015/06/14 20:48:35 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.12 2015/06/15 09:50:36 markd Exp $ bin/kpseaccess bin/kpsereadlink bin/kpsestat @@ -9,7 +9,6 @@ bin/mktexpk bin/mktextfm bin/texhash include/kpathsea/absolute.h -include/kpathsea/c-auto.h include/kpathsea/c-ctype.h include/kpathsea/c-dir.h include/kpathsea/c-errno.h diff --git a/print/kpathsea/distinfo b/print/kpathsea/distinfo index 482c0463656..bdf4729adb4 100644 --- a/print/kpathsea/distinfo +++ b/print/kpathsea/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.17 2015/06/14 20:48:35 ryoon Exp $ +$NetBSD: distinfo,v 1.18 2015/06/15 09:50:36 markd Exp $ SHA1 (texlive-20150521-source.tar.xz) = a32df8d5d6b61f87f7dab907e864fb51b14f4143 RMD160 (texlive-20150521-source.tar.xz) = fced0e58a7bd15d19e11d72baed23ac14fd2be13 Size (texlive-20150521-source.tar.xz) = 45459552 bytes -SHA1 (patch-Makefile.in) = 998056140eae9a233719cd20fb0c3e747b9d6d0a SHA1 (patch-aa) = b585b9c0755bcac61465d0370540f98312ac06ea SHA1 (patch-ac) = cf7a574f78f13b4ff662e97da4b6a4bcfcd002b0 SHA1 (patch-ad) = 3c2629948dca3157c64078220537e96f66956289 diff --git a/print/kpathsea/patches/patch-Makefile.in b/print/kpathsea/patches/patch-Makefile.in deleted file mode 100644 index 2f006f20627..00000000000 --- a/print/kpathsea/patches/patch-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-Makefile.in,v 1.1 2015/06/14 20:48:35 ryoon Exp $ - ---- Makefile.in.orig 2015-03-16 07:52:01.000000000 +0000 -+++ Makefile.in -@@ -729,6 +729,7 @@ nodist_kpselib_HEADERS = \ - # - direct_headers = \ - absolute.h \ -+ c-auto.h \ - c-dir.h \ - c-fopen.h \ - c-namemx.h \ |