pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/avenger Changes 0.8.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/662cc83d4312
branches: trunk
changeset: 576126:662cc83d4312
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jun 02 12:39:44 2010 +0000
description:
Changes 0.8.1:
* A new, more permissive license allows people to distribute versions of
Mail Avenger that are linked with OpenSSL.
* Some minor corrections to manual pages, thanks to Dererk.
Changes 0.8.0:
* Minor changes for compilation under gcc 4.3.0.
* Fsync the destination directory and expliticly update its times when
delivering a message to a maildir.
diffstat:
mail/avenger/Makefile | 23 ++++++++++++-----------
mail/avenger/distinfo | 10 +++++-----
mail/avenger/patches/patch-aa | 19 +++++++++----------
3 files changed, 26 insertions(+), 26 deletions(-)
diffs (89 lines):
diff -r eb4a692722bd -r 662cc83d4312 mail/avenger/Makefile
--- a/mail/avenger/Makefile Wed Jun 02 12:38:29 2010 +0000
+++ b/mail/avenger/Makefile Wed Jun 02 12:39:44 2010 +0000
@@ -1,25 +1,26 @@
-# $NetBSD: Makefile,v 1.7 2008/09/08 10:16:06 shannonjr Exp $
-#
+# $NetBSD: Makefile,v 1.8 2010/06/02 12:39:44 adam Exp $
-DISTNAME= avenger-0.7.9
+DISTNAME= avenger-0.8.1
CATEGORIES= mail
MASTER_SITES= http://www.mailavenger.org/dist/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.mailavenger.org/dist/
+HOMEPAGE= http://www.mailavenger.org/
COMMENT= SMTP server with filtering capabilities
PKG_DESTDIR_SUPPORT= user-destdir
-PKG_SYSCONFSUBDIR= avenger
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}
+BDB_ACCEPTED= db4 db5
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= perl
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-db=${BDBBASE}
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= perl
+CONFIGURE_ENV+= BDB_TYPE="${BDB_TYPE}"
+PKG_SYSCONFSUBDIR= avenger
.include "options.mk"
-.include "../../databases/db4/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r eb4a692722bd -r 662cc83d4312 mail/avenger/distinfo
--- a/mail/avenger/distinfo Wed Jun 02 12:38:29 2010 +0000
+++ b/mail/avenger/distinfo Wed Jun 02 12:39:44 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2008/09/08 10:16:06 shannonjr Exp $
+$NetBSD: distinfo,v 1.4 2010/06/02 12:39:44 adam Exp $
-SHA1 (avenger-0.7.9.tar.gz) = 7de26e40bae1aab2d0e56eeaa6e9db3d4a99c61c
-RMD160 (avenger-0.7.9.tar.gz) = 2c2cace1eba30059e2a55119ebb7e62ccdf2dc99
-Size (avenger-0.7.9.tar.gz) = 831252 bytes
-SHA1 (patch-aa) = 7df2d9ac15feaf69bbc93e33de59ca25891c4223
+SHA1 (avenger-0.8.1.tar.gz) = 0ee3b47fbb444644e504fe8a6010a3757afd9b55
+RMD160 (avenger-0.8.1.tar.gz) = a3faf1ed31546d91107d9a9e1315555d8959a966
+Size (avenger-0.8.1.tar.gz) = 830234 bytes
+SHA1 (patch-aa) = e4ed84071813fd0d4266d540c3d46f073bf0f6d5
SHA1 (patch-ab) = 831944e8447433b2697db2b3a58650aab19f4a19
SHA1 (patch-ac) = 9b3625a090e0f9091468b86a99d0bea6535ac371
diff -r eb4a692722bd -r 662cc83d4312 mail/avenger/patches/patch-aa
--- a/mail/avenger/patches/patch-aa Wed Jun 02 12:38:29 2010 +0000
+++ b/mail/avenger/patches/patch-aa Wed Jun 02 12:39:44 2010 +0000
@@ -1,18 +1,17 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/10/25 14:05:31 rillig Exp $
+$NetBSD: patch-aa,v 1.2 2010/06/02 12:39:44 adam Exp $
---- configure.orig 2006-10-23 13:49:50.000000000 +0200
-+++ configure 2006-10-23 13:57:09.000000000 +0200
-@@ -27069,9 +27069,10 @@ test -z "${with_db+set}" && with_db=yes
+--- configure.orig 2010-04-13 01:23:37.000000000 +0000
++++ configure
+@@ -23861,9 +23861,9 @@ test -z "${with_db+set}" && with_db=yes
- echo "$as_me:$LINENO: checking for BerkeleyDB library" >&5
- echo $ECHO_N "checking for BerkeleyDB library... $ECHO_C" >&6
+ { $as_echo "$as_me:$LINENO: checking for BerkeleyDB library" >&5
+ $as_echo_n "checking for BerkeleyDB library... " >&6; }
-if test "$DB_DIR" -a "$with_db" = yes; then
- CPPFLAGS="$CPPFLAGS "'-I$(top_builddir)/'"$DB_DIR/dist"
- DB_LIB='$(top_builddir)/'"$DB_DIR/dist/.libs/libdb-*.a"
+if true; then
-+ # let's cheat a bit -- the detection is much too complicated.
+ DB_DIR="${prefix}"
-+ DB_LIB="-ldb4"
- echo "$as_me:$LINENO: result: using distribution in $DB_DIR subdirectory" >&5
- echo "${ECHO_T}using distribution in $DB_DIR subdirectory" >&6
++ DB_LIB="-l${BDB_TYPE}"
+ { $as_echo "$as_me:$LINENO: result: using distribution in $DB_DIR subdirectory" >&5
+ $as_echo "using distribution in $DB_DIR subdirectory" >&6; }
elif test x"$with_db" != xno; then
Home |
Main Index |
Thread Index |
Old Index