diff options
author | ryoon <ryoon> | 2015-06-14 20:48:35 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-06-14 20:48:35 +0000 |
commit | 53e35801c8cdac20f2c65576b9f43e4a29b0ed7b (patch) | |
tree | 97a3de58e2fc8e10bf9ec2ad1b50ed33c154b8d8 | |
parent | 6ddebc3a94b09709f7f9b5c7a8fe53a97da7bea1 (diff) | |
download | pkgsrc-53e35801c8cdac20f2c65576b9f43e4a29b0ed7b.tar.gz |
Bump PKGREVISION.
* Install c-auto.h like older kpathsea.
Fix build of print/luatex.
-rw-r--r-- | print/kpathsea/Makefile | 3 | ||||
-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, 18 insertions, 3 deletions
diff --git a/print/kpathsea/Makefile b/print/kpathsea/Makefile index daa96cc2c67..57afdd93e2b 100644 --- a/print/kpathsea/Makefile +++ b/print/kpathsea/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2015/06/14 11:12:37 markd Exp $ +# $NetBSD: Makefile,v 1.24 2015/06/14 20:48:35 ryoon Exp $ DISTNAME= texlive-20150521-source PKGNAME= kpathsea-6.2.1 +PKGREVISION= 1 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 1a8527e8992..73f175f0ffb 100644 --- a/print/kpathsea/PLIST +++ b/print/kpathsea/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/06/14 11:12:37 markd Exp $ +@comment $NetBSD: PLIST,v 1.11 2015/06/14 20:48:35 ryoon Exp $ bin/kpseaccess bin/kpsereadlink bin/kpsestat @@ -9,6 +9,7 @@ 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 e9df92a29ed..482c0463656 100644 --- a/print/kpathsea/distinfo +++ b/print/kpathsea/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.16 2015/06/14 11:12:37 markd Exp $ +$NetBSD: distinfo,v 1.17 2015/06/14 20:48:35 ryoon 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 new file mode 100644 index 00000000000..2f006f20627 --- /dev/null +++ b/print/kpathsea/patches/patch-Makefile.in @@ -0,0 +1,12 @@ +$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 \ |