diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-11-06 11:08:18 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-11-06 11:08:18 +0000 |
commit | e647e3e6c262886bc6b860bdd3d0a3f321e55f35 (patch) | |
tree | f9dd9090ab7e0a27379b4211b0d1f10766c0c514 /mail | |
parent | 02580b2f51709cd23ad0f6064f86eeeca5da24a4 (diff) | |
download | ports-e647e3e6c262886bc6b860bdd3d0a3f321e55f35.tar.gz ports-e647e3e6c262886bc6b860bdd3d0a3f321e55f35.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/perdition/Makefile | 8 | ||||
-rw-r--r-- | mail/perdition/distinfo | 6 | ||||
-rw-r--r-- | mail/perdition/files/patch-etc-Makefile.in | 22 | ||||
-rw-r--r-- | mail/perdition/files/patch-etc-perdition-Makefile.in | 35 | ||||
-rw-r--r-- | mail/perdition/files/patch-makebdb-Makefile.in | 18 | ||||
-rw-r--r-- | mail/perdition/files/patch-perdition-db-bdb-Makefile.in | 14 | ||||
-rw-r--r-- | mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap | 18 | ||||
-rw-r--r-- | mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in | 35 | ||||
-rw-r--r-- | mail/perdition/files/patch-perdition::db::daemon::Makefile.in | 11 | ||||
-rw-r--r-- | mail/perdition/pkg-plist | 1 |
10 files changed, 76 insertions, 92 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 14ee9b5c5687..d2c8696f04f9 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -6,7 +6,7 @@ # PORTNAME= perdition -PORTVERSION= 1.17 +PORTVERSION= 1.17.1 CATEGORIES= mail net security MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/ @@ -31,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= DOCSDIR=${DOCSDIR} CONFIGURE_ARGS+= --disable-daemon-map -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes ## ## Available knobs: @@ -122,7 +122,9 @@ PLIST_SUB+= PGSQL="@comment " .if defined(WITH_OPENLDAP) USE_OPENLDAP= YES -CONFIGURE_ARGS+= --enable-ldap --with-ldap-schema-directory=${LOCALBASE}/etc/openldap/schema/ +CONFIGURE_ARGS+= --enable-ldap \ + --with-ldap-schema-directory=${LOCALBASE}/etc/openldap/schema/ \ + --disable-ldap-doc PLIST_SUB+= OPENLDAP="" MAN8+= perditiondb_ldap_makedb.8 .else diff --git a/mail/perdition/distinfo b/mail/perdition/distinfo index a62a713f482b..83ea1a5121e8 100644 --- a/mail/perdition/distinfo +++ b/mail/perdition/distinfo @@ -1,3 +1,3 @@ -MD5 (perdition-1.17.tar.gz) = 6cef90e55bde9eb2d0a17acccb3516f3 -SHA256 (perdition-1.17.tar.gz) = 38f1bfe1cb7db8b16fc6a3febc293460b6a5ae49312c6a08b757c89b1ae73879 -SIZE (perdition-1.17.tar.gz) = 552149 +MD5 (perdition-1.17.1.tar.gz) = 5464c517f8be810519b6187b694c9d98 +SHA256 (perdition-1.17.1.tar.gz) = e2abd57aa76b106591056ef835e26816c71c3b39dc55bc3aeba6dfeefac7af26 +SIZE (perdition-1.17.1.tar.gz) = 638162 diff --git a/mail/perdition/files/patch-etc-Makefile.in b/mail/perdition/files/patch-etc-Makefile.in index e648e4e103de..7f5b47c5e7da 100644 --- a/mail/perdition/files/patch-etc-Makefile.in +++ b/mail/perdition/files/patch-etc-Makefile.in @@ -1,11 +1,11 @@ ---- etc/Makefile.in.orig Wed Jun 22 06:32:39 2005 -+++ etc/Makefile.in Mon Dec 19 09:31:41 2005 -@@ -137,7 +137,7 @@ - - @PAM_BUILD_TRUE@PAM_DIR = pam.d - --SUBDIRS = perdition $(PAM_DIR) rc.d sysconfig -+SUBDIRS = perdition - - EXTRA_DIST = - +--- etc/Makefile.in.orig 2007-11-02 15:37:51.000000000 +0100 ++++ etc/Makefile.in 2007-11-02 15:38:45.000000000 +0100 +@@ -78,7 +78,7 @@ + distclean-recursive maintainer-clean-recursive + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = perdition pam.d rc.d sysconfig ++DIST_SUBDIRS = perdition + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + ACLOCAL = @ACLOCAL@ + AMTAR = @AMTAR@ diff --git a/mail/perdition/files/patch-etc-perdition-Makefile.in b/mail/perdition/files/patch-etc-perdition-Makefile.in index d46c01ec9e5b..c655aa0612d3 100644 --- a/mail/perdition/files/patch-etc-perdition-Makefile.in +++ b/mail/perdition/files/patch-etc-perdition-Makefile.in @@ -1,18 +1,23 @@ ---- etc/perdition/Makefile.in.orig Sun Jun 15 19:07:06 2003 -+++ etc/perdition/Makefile.in Sun Jun 15 19:07:13 2003 -@@ -169,11 +169,11 @@ - $(mkinstalldirs) $(DESTDIR)$(perditionconfdir) +--- etc/perdition/Makefile.in.orig 2007-11-02 15:40:32.000000000 +0100 ++++ etc/perdition/Makefile.in 2007-11-02 15:45:43.000000000 +0100 +@@ -259,16 +259,16 @@ @list='$(perditionconf_DATA)'; for p in $$list; do \ - if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(perditionconfdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(perditionconfdir)/$$p; \ -+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(perditionconfdir)/$$p-dist"; \ -+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(perditionconfdir)/$$p-dist; \ - else if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(perditionconfdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(perditionconfdir)/$$p; \ -+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(perditionconfdir)/$$p-dist"; \ -+ $(INSTALL_DATA) $$p $(DESTDIR)$(perditionconfdir)/$$p-dist; \ - fi; fi; \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +- echo " $(perditionconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perditionconfdir)/$$f'"; \ +- $(perditionconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perditionconfdir)/$$f"; \ ++ echo " $(perditionconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(perditionconfdir)/$$f-dist'"; \ ++ $(perditionconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(perditionconfdir)/$$f-dist"; \ done + uninstall-perditionconfDATA: + @$(NORMAL_UNINSTALL) + @list='$(perditionconf_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ +- echo " rm -f '$(DESTDIR)$(perditionconfdir)/$$f'"; \ +- rm -f "$(DESTDIR)$(perditionconfdir)/$$f"; \ ++ echo " rm -f '$(DESTDIR)$(perditionconfdir)/$$f-dist'"; \ ++ rm -f "$(DESTDIR)$(perditionconfdir)/$$f-dist"; \ + done + tags: TAGS + TAGS: diff --git a/mail/perdition/files/patch-makebdb-Makefile.in b/mail/perdition/files/patch-makebdb-Makefile.in index 72a418893844..082c9b7d57d5 100644 --- a/mail/perdition/files/patch-makebdb-Makefile.in +++ b/mail/perdition/files/patch-makebdb-Makefile.in @@ -1,11 +1,11 @@ ---- makebdb/Makefile.in.orig Sun Jun 15 18:30:18 2003 -+++ makebdb/Makefile.in Sun Jun 15 18:30:35 2003 -@@ -145,7 +145,7 @@ - makebdb_SOURCES = makebdb.c options.c options.h - - --makebdb_LDADD = -L../libjain -L../libjain/.libs/ -ljain -ldb -lpopt @dmalloc_lib@ -+makebdb_LDADD = -L../libjain -L../libjain/.libs/ -ljain -ldb3 -lpopt @dmalloc_lib@ - +--- makebdb/Makefile.in.orig 2007-11-02 15:47:34.000000000 +0100 ++++ makebdb/Makefile.in 2007-11-02 15:48:33.000000000 +0100 +@@ -231,7 +231,7 @@ + options.c \ + options.h + +-makebdb_LDADD = -L../libjain -L../libjain/.libs/ -ljain -ldb -lpopt \ ++makebdb_LDADD = -L../libjain -L../libjain/.libs/ -ljain -ldb3 -lpopt \ + @dmalloc_lib@ INCLUDES = -I$(top_srcdir)/libjain diff --git a/mail/perdition/files/patch-perdition-db-bdb-Makefile.in b/mail/perdition/files/patch-perdition-db-bdb-Makefile.in index 55679148906e..669d77dbf1a2 100644 --- a/mail/perdition/files/patch-perdition-db-bdb-Makefile.in +++ b/mail/perdition/files/patch-perdition-db-bdb-Makefile.in @@ -1,11 +1,11 @@ ---- perdition/db/bdb/Makefile.in.orig Tue Dec 6 15:56:55 2005 -+++ perdition/db/bdb/Makefile.in Tue Dec 6 15:57:17 2005 -@@ -142,7 +142,7 @@ +--- perdition/db/bdb/Makefile.in.orig 2007-11-02 15:49:39.000000000 +0100 ++++ perdition/db/bdb/Makefile.in 2007-11-02 15:50:20.000000000 +0100 +@@ -235,7 +235,7 @@ + perditiondb_bdb.h libperditiondb_bdb_la_LDFLAGS = -version-info 0:0:0 - -libperditiondb_bdb_la_LIBADD = -ldb +libperditiondb_bdb_la_LIBADD = -ldb3 - - INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/perdition -I$(top_srcdir)/libjain -DPERDITIONDB_BDB_SYSCONFDIR=\"$(sysconfdir)/perdition\" @ssl_includes@ - + INCLUDES = \ + -I$(top_srcdir)/ \ + -I$(top_srcdir)/perdition \ diff --git a/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap b/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap deleted file mode 100644 index 6da3393089bc..000000000000 --- a/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap +++ /dev/null @@ -1,18 +0,0 @@ ---- perdition/db/ldap/perditiondb_ldap.c.orig Tue Dec 6 22:32:57 2005 -+++ perdition/db/ldap/perditiondb_ldap.c Tue Dec 6 22:38:31 2005 -@@ -334,9 +334,12 @@ - } - - /* Open LDAP connection */ --#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) -- if (ldap_initialize(&connection, pldap_filter) != LDAP_SUCCESS) { -- VANESSA_LOGGER_DEBUG_ERRNO("ldap_initialize"); -+#if 0 -+//#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000) -+ err = ldap_initialize(&connection, pldap_filter); -+ if (err != LDAP_SUCCESS) { -+ VANESSA_LOGGER_DEBUG_UNSAFE("ldap_initialize: %s", -+ ldap_err2string(err)); - goto leave; - } - #else diff --git a/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in b/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in index 1672be3d1e38..eee89ef3705f 100644 --- a/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in +++ b/mail/perdition/files/patch-perdition-db-posix_regex-Makefile.in @@ -1,18 +1,23 @@ ---- perdition/db/posix_regex/Makefile.in.orig Tue Dec 6 16:05:43 2005 -+++ perdition/db/posix_regex/Makefile.in Tue Dec 6 16:08:04 2005 -@@ -269,11 +269,11 @@ - $(mkinstalldirs) $(DESTDIR)$(confdir) +--- perdition/db/posix_regex/Makefile.in.orig 2007-11-02 15:53:56.000000000 +0100 ++++ perdition/db/posix_regex/Makefile.in 2007-11-02 15:55:31.000000000 +0100 +@@ -355,16 +355,16 @@ @list='$(conf_DATA)'; for p in $$list; do \ - if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p; \ -+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p-dist"; \ -+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(confdir)/$$p-dist; \ - else if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p; \ -+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p-dist"; \ -+ $(INSTALL_DATA) $$p $(DESTDIR)$(confdir)/$$p-dist; \ - fi; fi; \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ +- echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \ +- $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \ ++ echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f-dist'"; \ ++ $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f-dist"; \ done + uninstall-confDATA: + @$(NORMAL_UNINSTALL) + @list='$(conf_DATA)'; for p in $$list; do \ + f=$(am__strip_dir) \ +- echo " rm -f '$(DESTDIR)$(confdir)/$$f'"; \ +- rm -f "$(DESTDIR)$(confdir)/$$f"; \ ++ echo " rm -f '$(DESTDIR)$(confdir)/$$f-dist'"; \ ++ rm -f "$(DESTDIR)$(confdir)/$$f-dist"; \ + done + + ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) diff --git a/mail/perdition/files/patch-perdition::db::daemon::Makefile.in b/mail/perdition/files/patch-perdition::db::daemon::Makefile.in deleted file mode 100644 index f7ea51995bfc..000000000000 --- a/mail/perdition/files/patch-perdition::db::daemon::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- perdition/db/daemon/Makefile.in.orig Tue Dec 6 16:10:19 2005 -+++ perdition/db/daemon/Makefile.in Tue Dec 6 16:11:15 2005 -@@ -144,7 +144,7 @@ - libperditiondb_daemon_la_SOURCES = perditiondb_daemon.c perditiondb_daemon.h unix_socket.c unix_socket.h - - libperditiondb_daemon_la_LDFLAGS = -version-info 0:0:0 --libperditiondb_daemon_la_LIBADD = -ldb -L. -lperditiondb_daemon_packet -+libperditiondb_daemon_la_LIBADD = -lgdbm -L. -lperditiondb_daemon_packet - - noinst_PROGRAMS = client server - diff --git a/mail/perdition/pkg-plist b/mail/perdition/pkg-plist index 91632eb4eeb7..f19c3f71a4df 100644 --- a/mail/perdition/pkg-plist +++ b/mail/perdition/pkg-plist @@ -9,6 +9,7 @@ etc/perdition/perdition.conf-dist etc/perdition/popmap-dist etc/perdition/Makefile.popmap-dist etc/perdition/Makefile +etc/pam.d/perdition include/jain.h lib/libjain.so.0 lib/libjain.so |