diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-08 17:23:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-08 17:23:46 +0000 |
commit | 07cc535eb15ad539ace08e3070b141f5b958b8c5 (patch) | |
tree | 9c3765b2564fd3bf58f00eeba44242f543791c1d /textproc/t1lib/patches | |
parent | ad357825f8e0e863100d3ea3ca04b802b7819e29 (diff) | |
download | pkgsrc-07cc535eb15ad539ace08e3070b141f5b958b8c5.tar.gz |
update to 1.0.1
Changes from 1.0:
- A few bug Fixes.
- lenIV=-1 is now handled. According to an undocumented Adobe convention
lenIV=-1 indicates suppressing of charstring encryption.
- Patches to compile t1lib und MS Visual C++ 6.0. In case something goes
wrong, please contact Nakano Hideo (hideo@mb.infoeddy.ne.jp).
Diffstat (limited to 'textproc/t1lib/patches')
-rw-r--r-- | textproc/t1lib/patches/patch-ac | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/textproc/t1lib/patches/patch-ac b/textproc/t1lib/patches/patch-ac index b4c8f95f40e..a50a56d1403 100644 --- a/textproc/t1lib/patches/patch-ac +++ b/textproc/t1lib/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.4 1999/12/02 21:19:13 fredb Exp $ +$NetBSD: patch-ac,v 1.5 2000/05/08 17:23:48 drochner Exp $ ---- lib/Makefile.in.orig Sun Oct 24 04:57:22 1999 -+++ lib/Makefile.in Thu Dec 2 14:44:58 1999 +--- lib/Makefile.in.orig Sun Jan 23 08:03:45 2000 ++++ lib/Makefile.in Sat Apr 29 10:23:49 2000 @@ -15,7 +15,7 @@ # # Modified by H.Kakugawa to use libtool @@ -11,18 +11,22 @@ $NetBSD: patch-ac,v 1.4 1999/12/02 21:19:13 fredb Exp $ SHELL = /bin/sh CC = @CC@ CPP = @CPP@ -@@ -162,13 +162,13 @@ +@@ -160,17 +160,17 @@ + install: dummy + $(MKINSTALLDIRS) $(libdir) + $(MKINSTALLDIRS) $(includedir) +- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ ++# $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ + $(LIBTOOL) --mode=install \ $(INSTALL_DATA) $(MAIN_TARGET) $(libdir) $(LIBTOOL) --mode=install \ $(INSTALL_DATA) $(MAIN_HEADER) $(includedir) -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ - if (test -f @T1LIB_DATA_DIR@/t1lib.config) \ - then \ - echo "Alert: Global configuration file exists, installation skipped!"; \ - else \ - $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \ - fi; -+# $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ +# if (test -f @T1LIB_DATA_DIR@/t1lib.config) \ +# then \ +# echo "Alert: Global configuration file exists, installation skipped!"; \ |