diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-25 11:13:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-25 11:13:39 +0800 |
commit | edeeafa523b2f13cab5f26b38bfe4d8379c8ed26 (patch) | |
tree | ff8897e47196e5ab6d27f5bfc2dcd85aeab63739 /mail/evolution/files/patch-aa | |
parent | ab7b00ac5f5238a5ec8751ab23fdeb2e23d776c9 (diff) | |
download | marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.tar marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.tar.gz marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.tar.bz2 marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.tar.lz marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.tar.xz marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.tar.zst marcuscom-ports-edeeafa523b2f13cab5f26b38bfe4d8379c8ed26.zip |
Remove evolution now that it has been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1259 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files/patch-aa')
-rw-r--r-- | mail/evolution/files/patch-aa | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index 786df3726..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ ---- configure.orig Mon Mar 10 12:01:16 2003 -+++ configure Thu Mar 13 01:31:35 2003 -@@ -11148,7 +11148,7 @@ - CPPFLAGS="$DB3_CFLAGS $CPPFLAGS" - - --for ac_header in db.h db3/db.h -+for ac_header in db3/db.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -11341,9 +11341,9 @@ - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5 --echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;} -- { (exit 1); exit 1; }; } -+#{ { echo "$as_me:$LINENO: error: Found db.h is not version $evolution_db_version" >&5 -+#echo "$as_me: error: Found db.h is not version $evolution_db_version" >&2;} -+# { (exit 1); exit 1; }; } - fi - rm -f conftest.$ac_objext conftest.$ac_ext - -@@ -13495,10 +13495,10 @@ - Example: --with-nspr-libs=/usr/lib" >&2;} - { (exit 1); exit 1; }; } - else -- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" -+ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" - fi - else -- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" -+ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" - fi - - echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5 -@@ -16710,7 +16710,7 @@ - idldir="$datadir/idl/evolution-$BASE_VERSION" - - --serverdir="$libdir/bonobo/servers" -+serverdir="$prefix/libdata/bonobo/servers" - - - evolutionuidir="$privdatadir/ui" |