From db245febce759ef354791882b991f4c9edf4b02a Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Wed, 15 Dec 2004 10:24:30 +0000 Subject: Fixed typo in patch that caused libpst.h to be installed in /usr/inclue. --- net-mail/libpst/files/digest-libpst-0.4.1 | 1 - net-mail/libpst/files/digest-libpst-0.4.1-r1 | 1 + net-mail/libpst/files/libpst-0.4.1-gentoo.diff | 16 +++++----------- 3 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 net-mail/libpst/files/digest-libpst-0.4.1 create mode 100644 net-mail/libpst/files/digest-libpst-0.4.1-r1 (limited to 'net-mail/libpst/files') diff --git a/net-mail/libpst/files/digest-libpst-0.4.1 b/net-mail/libpst/files/digest-libpst-0.4.1 deleted file mode 100644 index c419726f1858..000000000000 --- a/net-mail/libpst/files/digest-libpst-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c574f5c6938cb73bccf7b661b0ad1329 libpst_0.4.1.tgz 47443 diff --git a/net-mail/libpst/files/digest-libpst-0.4.1-r1 b/net-mail/libpst/files/digest-libpst-0.4.1-r1 new file mode 100644 index 000000000000..c419726f1858 --- /dev/null +++ b/net-mail/libpst/files/digest-libpst-0.4.1-r1 @@ -0,0 +1 @@ +MD5 c574f5c6938cb73bccf7b661b0ad1329 libpst_0.4.1.tgz 47443 diff --git a/net-mail/libpst/files/libpst-0.4.1-gentoo.diff b/net-mail/libpst/files/libpst-0.4.1-gentoo.diff index 600092509946..c95866bdd882 100644 --- a/net-mail/libpst/files/libpst-0.4.1-gentoo.diff +++ b/net-mail/libpst/files/libpst-0.4.1-gentoo.diff @@ -1,17 +1,13 @@ -Files libpst_0.4.1.orig/debug.o and libpst_0.4.1/debug.o differ -Files libpst_0.4.1.orig/getidblock and libpst_0.4.1/getidblock differ -Files libpst_0.4.1.orig/libpst.o and libpst_0.4.1/libpst.o differ -Files libpst_0.4.1.orig/libstrfunc.o and libpst_0.4.1/libstrfunc.o differ diff -urN libpst_0.4.1.orig/Makefile libpst_0.4.1/Makefile ---- libpst_0.4.1.orig/Makefile 2004-12-04 04:39:40.815705272 -0500 -+++ libpst_0.4.1/Makefile 2004-12-04 04:45:40.340049264 -0500 +--- libpst_0.4.1.orig/Makefile 2004-12-14 23:22:39.649274808 -0500 ++++ libpst_0.4.1/Makefile 2004-12-14 23:24:22.831588712 -0500 @@ -1,27 +1,41 @@ +CC = gcc +INSTALL = install +MYFLAGS = -Wall +PREFIX = /usr +BINDIR = $(PREFIX)/bin -+INCLUDEDIR = $(PREFIX)/inclue ++INCLUDEDIR = $(PREFIX)/include +LIBDIR = $(PREFIX)/lib + all: readpst getidblock @@ -53,10 +49,9 @@ diff -urN libpst_0.4.1.orig/Makefile libpst_0.4.1/Makefile + $(INSTALL) readpst getidblock $(DESTDIR)/$(BINDIR) + $(INSTALL) -m0644 libpst.h $(DESTDIR)/$(INCLUDEDIR) + $(INSTALL) -m0644 libpst.o $(DESTDIR)/$(LIBDIR) -Files libpst_0.4.1.orig/readpst and libpst_0.4.1/readpst differ diff -urN libpst_0.4.1.orig/readpst.c libpst_0.4.1/readpst.c ---- libpst_0.4.1.orig/readpst.c 2004-12-04 04:39:41.086664080 -0500 -+++ libpst_0.4.1/readpst.c 2004-12-04 04:39:40.755714392 -0500 +--- libpst_0.4.1.orig/readpst.c 2004-12-14 23:22:39.655273896 -0500 ++++ libpst_0.4.1/readpst.c 2004-12-14 23:24:06.430082120 -0500 @@ -718,6 +718,7 @@ //return that value char *dir, *out_name, *index; @@ -65,4 +60,3 @@ diff -urN libpst_0.4.1.orig/readpst.c libpst_0.4.1/readpst.c if (kmail_chdir != NULL && chdir(kmail_chdir)) { x = errno; DIE(("mk_kmail_dir: Cannot change to directory %s: %s\n", dir, strerror(x))); -Files libpst_0.4.1.orig/timeconv.o and libpst_0.4.1/timeconv.o differ -- cgit v1.2.3-65-gdbad