diff options
Diffstat (limited to 'libetpan/libetpan-0.33pre')
| -rw-r--r-- | libetpan/libetpan-0.33pre/config_iconv.patch | 0 | ||||
| -rw-r--r-- | libetpan/libetpan-0.33pre/destdir.patch | 60 | ||||
| -rw-r--r-- | libetpan/libetpan-0.33pre/gcc34.patch | 16 | ||||
| -rw-r--r-- | libetpan/libetpan-0.33pre/includedir.patch | 0 | ||||
| -rw-r--r-- | libetpan/libetpan-0.33pre/mailstream_socket.patch | 0 | ||||
| -rw-r--r-- | libetpan/libetpan-0.33pre/pkgconfig.patch | 0 | ||||
| -rw-r--r-- | libetpan/libetpan-0.33pre/smtptls.patch | 0 |
7 files changed, 0 insertions, 76 deletions
diff --git a/libetpan/libetpan-0.33pre/config_iconv.patch b/libetpan/libetpan-0.33pre/config_iconv.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/libetpan/libetpan-0.33pre/config_iconv.patch +++ /dev/null diff --git a/libetpan/libetpan-0.33pre/destdir.patch b/libetpan/libetpan-0.33pre/destdir.patch deleted file mode 100644 index c8cc60f709..0000000000 --- a/libetpan/libetpan-0.33pre/destdir.patch +++ /dev/null @@ -1,60 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libetpan-0.33pre/Rules.in~destdir 2004-05-23 18:44:44.000000000 +0200 -+++ libetpan-0.33pre/Rules.in 2004-07-22 14:56:56.132455370 +0200 -@@ -3,6 +3,7 @@ - # each submakefile should define SOURCES and TARGET - # optionnaly HEADRS and INCLUDES - -+DESTDIR = - srcdir = $(top_builddir)/src - prefix = @prefix@ - includedir = @includedir@/libetpan -@@ -37,7 +38,7 @@ - # install headers here only - install: $(HEADERS) install-recursive - for header in $(HEADERS); do \ -- $(INSTALL) -m 644 "$$header" $(includedir) ; \ -+ $(INSTALL) -m 644 $$header $(DESTDIR)$(includedir)/libetpan ; \ - done - - Makefile: $(top_builddir)/Rules ---- libetpan-0.33pre/Makefile.in~destdir 2004-05-23 18:44:44.000000000 +0200 -+++ libetpan-0.33pre/Makefile.in 2004-07-22 14:59:17.321980703 +0200 -@@ -51,13 +51,13 @@ - done && test -z "$$fail" - - install: all install-dirs install-recursive -- $(INSTALL) -m 755 libetpan-config $(bindir) -- $(INSTALL) -m 644 libetpan-config.h $(includedir)/libetpan -+ $(INSTALL) -m 755 libetpan-config $(DESTDIR)$(bindir) -+ $(INSTALL) -m 644 libetpan-config.h $(DESTDIR)$(includedir)/libetpan - - install-dirs: -- $(INSTALL) -d -m 755 $(includedir) -- $(INSTALL) -d -m 755 $(includedir)/libetpan -- $(INSTALL) -d -m 755 $(bindir) -+ $(INSTALL) -d -m 755 $(DESTDIR)$(includedir) -+ $(INSTALL) -d -m 755 $(DESTDIR)$(includedir)/libetpan -+ $(INSTALL) -d -m 755 $(DESTDIR)$(bindir) - - #realclean: maintainer-clean - ---- libetpan-0.33pre/src/Makefile.in~destdir 2004-05-02 18:16:58.000000000 +0200 -+++ libetpan-0.33pre/src/Makefile.in 2004-07-22 15:04:02.581981625 +0200 -@@ -38,10 +38,10 @@ - $(SUBLIBS): all-recursive - - install: all install-dirs install-recursive -- $(LIBTOOL) --mode=install $(INSTALL) -m 644 $(TARGET) $(libdir) -+ $(LIBTOOL) --mode=install $(INSTALL) -m 644 $(TARGET) $(DESTDIR)$(libdir) - - install-dirs: -- $(INSTALL) -d -m 755 $(libdir) -+ $(INSTALL) -d -m 755 $(DESTDIR)$(libdir) - - clean: clean-recursive - rm $(TARGET) diff --git a/libetpan/libetpan-0.33pre/gcc34.patch b/libetpan/libetpan-0.33pre/gcc34.patch deleted file mode 100644 index 5420c2f6d1..0000000000 --- a/libetpan/libetpan-0.33pre/gcc34.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libetpan-0.33pre/src/driver/implementation/imap/imapdriver_cached_message.c~gcc34 2003-12-08 16:36:36.000000000 +0100 -+++ libetpan-0.33pre/src/driver/implementation/imap/imapdriver_cached_message.c 2004-07-22 14:49:02.459902029 +0200 -@@ -212,7 +212,7 @@ - mmap_string_free(gstr); - free_section: - mailmime_section_free(part); -- err: -+ err:; - } - - static void generate_key_from_section(char * key, size_t size, diff --git a/libetpan/libetpan-0.33pre/includedir.patch b/libetpan/libetpan-0.33pre/includedir.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/libetpan/libetpan-0.33pre/includedir.patch +++ /dev/null diff --git a/libetpan/libetpan-0.33pre/mailstream_socket.patch b/libetpan/libetpan-0.33pre/mailstream_socket.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/libetpan/libetpan-0.33pre/mailstream_socket.patch +++ /dev/null diff --git a/libetpan/libetpan-0.33pre/pkgconfig.patch b/libetpan/libetpan-0.33pre/pkgconfig.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/libetpan/libetpan-0.33pre/pkgconfig.patch +++ /dev/null diff --git a/libetpan/libetpan-0.33pre/smtptls.patch b/libetpan/libetpan-0.33pre/smtptls.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/libetpan/libetpan-0.33pre/smtptls.patch +++ /dev/null |
