diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-31 15:04:24 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-12-31 15:04:24 +0000 |
commit | 38986901f0780a4f7478861183dd9b54603eb8a5 (patch) | |
tree | 0f1d8765be59bed38fe70e40203114db61cfd244 /mail/sylpheed-claws-maildir/files/patch-configure.ac | |
parent | - Add missing entries to distinfo (diff) |
sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the
latest version. Remove the old ports: [1]
mail/sylpheed-claws-att_remover
mail/sylpheed-claws-cachesaver
mail/sylpheed-claws-etpan_privacy
mail/sylpheed-claws-fetchinfo
mail/sylpheed-claws-gtkhtml2_viewer
mail/sylpheed-claws-maildir
mail/sylpheed-claws-mailmbox
mail/sylpheed-claws-newmail
mail/sylpheed-claws-notification
mail/sylpheed-claws-perl
mail/sylpheed-claws-rssyl
mail/sylpheed-claws-smime
mail/sylpheed-claws-synce
mail/sylpheed-claws-vcalendar
PR: 106576-106589 [1], 107286 [2]
Submitted by: Pawel Pekala (maintainer) [1], me (itetcu) [2]
Repocopies by: marcus@
Notes
Notes:
svn path=/head/; revision=181158
Diffstat (limited to 'mail/sylpheed-claws-maildir/files/patch-configure.ac')
-rw-r--r-- | mail/sylpheed-claws-maildir/files/patch-configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/sylpheed-claws-maildir/files/patch-configure.ac b/mail/sylpheed-claws-maildir/files/patch-configure.ac deleted file mode 100644 index b4d56a1e19ec..000000000000 --- a/mail/sylpheed-claws-maildir/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig Tue May 9 14:35:01 2006 -+++ configure.ac Tue May 9 14:36:08 2006 -@@ -92,7 +92,7 @@ - case "$DBVERS" in - 3) - AC_MSG_RESULT([version 3.x or above]) -- for lib in db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do -+ for lib in db-4.4 db-4.3 db-4.2 db41 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do - if test "x$DBLINKED" = "x0"; then - dnl AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], []) - dnl installations of libdb4 function names are defined in db.h |