diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
commit | ecc692c609745ed2590ee410fcf60f8fc5577767 (patch) | |
tree | 804fc05006975ef53fbc334db1f4ffa42ff9359f /mail/evolution-exchange/files | |
parent | 3a142666db7f6854784739853cd212ba74b8b6bd (diff) | |
download | marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.gz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.bz2 marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.lz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.xz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.zst marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.zip |
Remove these ports now that they have been merged into the ports tree.
Next stop, GNOME 2.9!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange/files')
-rw-r--r-- | mail/evolution-exchange/files/patch-configure | 22 | ||||
-rw-r--r-- | mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c | 13 | ||||
-rw-r--r-- | mail/evolution-exchange/files/patch-po::Makefile.in.in | 11 |
3 files changed, 0 insertions, 46 deletions
diff --git a/mail/evolution-exchange/files/patch-configure b/mail/evolution-exchange/files/patch-configure deleted file mode 100644 index 43668716a..000000000 --- a/mail/evolution-exchange/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Fri Aug 20 15:26:49 2004 -+++ configure Fri Aug 20 15:27:21 2004 -@@ -23754,8 +23754,8 @@ - # libldap might depend on OpenSSL... We need to pull - # in the dependency libs explicitly here since we're - # not using libtool for the configure test. -- if test -f $with_openldap/lib/libldap.la; then -- LDAP_LIBS="`. $with_openldap/lib/libldap.la; echo $dependency_libs` $LDAP_LIBS" -+ if test -f $with_openldap/lib/libldap.so; then -+ LDAP_LIBS="`. $with_openldap/lib/libldap.so; echo $dependency_libs` $LDAP_LIBS" - fi - else - LDAP_LIBS="-llber $LDAP_LIBS" -@@ -24006,7 +24006,7 @@ - - - mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5" --heimlibs="-lkrb5 -lcrypto -lasn1 -lcom_err -lroken -lgssapi" -+heimlibs="-lkrb5 -lcrypt -lcrypto -lasn1 -lcom_err -lroken -lgssapi" - echo "$as_me:$LINENO: checking for Kerberos 5" >&5 - echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6 - if test "${ac_cv_lib_kerberos5+set}" = set; then diff --git a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c deleted file mode 100644 index 7576f7123..000000000 --- a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/e2k-autoconfig.c.orig Tue May 11 11:15:58 2004 -+++ lib/e2k-autoconfig.c Thu Jun 17 14:02:58 2004 -@@ -31,6 +31,10 @@ - #include <sys/stat.h> - #include <unistd.h> - -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> -+#include <arpa/inet.h> - #include <netinet/in.h> - #include <arpa/nameser.h> - #include <resolv.h> diff --git a/mail/evolution-exchange/files/patch-po::Makefile.in.in b/mail/evolution-exchange/files/patch-po::Makefile.in.in deleted file mode 100644 index 042bef6eb..000000000 --- a/mail/evolution-exchange/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Sun Jul 25 18:30:57 2004 -+++ po/Makefile.in.in Sun Jul 25 18:31:20 2004 -@@ -32,6 +32,8 @@ - gnulocaledir = $(datadir)/locale - gettextsrcdir = $(datadir)/glib-2.0/gettext/po - subdir = po -+mkdir_p = @mkdir_p@ -+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ |