diff options
author | cy <cy@FreeBSD.org> | 2006-07-15 02:37:11 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-07-15 02:37:11 +0800 |
commit | f422af9010c2b3ae324b9902c7758f6b8cafd2fc (patch) | |
tree | b86d311c6a3c4df3432ec319bf6e6e60d5d02817 /security/krb5/files | |
parent | f02b0d96f7427ce9fc73ff70ad8153593b96dbe1 (diff) | |
download | freebsd-ports-gnome-f422af9010c2b3ae324b9902c7758f6b8cafd2fc.tar.gz freebsd-ports-gnome-f422af9010c2b3ae324b9902c7758f6b8cafd2fc.tar.zst freebsd-ports-gnome-f422af9010c2b3ae324b9902c7758f6b8cafd2fc.zip |
Update 1.4.3 --> 1.5
Diffstat (limited to 'security/krb5/files')
-rw-r--r-- | security/krb5/files/patch-ax | 11 | ||||
-rw-r--r-- | security/krb5/files/patch-ay | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/krb5/files/patch-ax b/security/krb5/files/patch-ax index 0307d8372b35..472c40035307 100644 --- a/security/krb5/files/patch-ax +++ b/security/krb5/files/patch-ax @@ -1,12 +1,13 @@ ---- ../doc/Makefile.orig Fri Sep 20 10:35:27 2002 -+++ ../doc/Makefile Tue Jul 29 18:53:08 2003 -@@ -1,7 +1,7 @@ - SRCDIR=../src +--- ../doc/Makefile.orig Thu Apr 21 16:02:59 2005 ++++ ../doc/Makefile Sat Jul 1 06:08:13 2006 +@@ -2,8 +2,8 @@ DVI=texi2dvi DVIPS=dvips -o "$@" + PSPDF=ps2pdf -INFO=makeinfo -+INFO=makeinfo --no-validate --no-split -HTML=makeinfo --html ++INFO=makeinfo --no-validate --no-split +HTML=makeinfo --html --no-split RM=rm -f TAR=tar -chvf + GZIP=gzip -9 diff --git a/security/krb5/files/patch-ay b/security/krb5/files/patch-ay index 54c041e205f1..a6cb9ebbfd13 100644 --- a/security/krb5/files/patch-ay +++ b/security/krb5/files/patch-ay @@ -1,5 +1,5 @@ ---- util/pty/getpty.c.orig Wed Jan 9 14:28:37 2002 -+++ util/pty/getpty.c Thu Jan 10 21:30:40 2002 +--- appl/libpty/getpty.c.orig Wed Jan 9 14:28:37 2002 ++++ appl/libpty/getpty.c Thu Jan 10 21:30:40 2002 @@ -24,13 +24,26 @@ #include "libpty.h" #include "pty-int.h" |