diff options
author | eik <eik@FreeBSD.org> | 2004-04-19 08:55:12 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-04-19 08:55:12 +0800 |
commit | f93c83e0d037956e19211bc02485c5aad13abdf7 (patch) | |
tree | d422f23ff306242a1863f97ded6819b8ed41bc18 /mail | |
parent | 13cf02cc88e051537d777d0186a9b65c45fd4e1e (diff) | |
download | freebsd-ports-graphics-f93c83e0d037956e19211bc02485c5aad13abdf7.tar.gz freebsd-ports-graphics-f93c83e0d037956e19211bc02485c5aad13abdf7.tar.zst freebsd-ports-graphics-f93c83e0d037956e19211bc02485c5aad13abdf7.zip |
long overdue removal of OpenLDAP 1.2 and dependent ports
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/smunge/Makefile | 30 | ||||
-rw-r--r-- | mail/smunge/distinfo | 2 | ||||
-rw-r--r-- | mail/smunge/files/patch-aa | 19 | ||||
-rw-r--r-- | mail/smunge/pkg-descr | 14 |
5 files changed, 0 insertions, 66 deletions
diff --git a/mail/Makefile b/mail/Makefile index 146ce9c06e5..ca430ef8aab 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -363,7 +363,6 @@ SUBDIR += smtpmail SUBDIR += smtpproxy SUBDIR += smtprc - SUBDIR += smunge SUBDIR += solidpop3d SUBDIR += sortmail SUBDIR += spamass-milter diff --git a/mail/smunge/Makefile b/mail/smunge/Makefile deleted file mode 100644 index 447ef37110c..00000000000 --- a/mail/smunge/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: smunge -# Date created: 20 Jun 2000 -# Whom: Domas Mituzas <midom@dammit.lt> -# -# $FreeBSD$ - -PORTNAME= smunge -PORTVERSION= 1.3.5 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.i2pi.com/smunge/ - -MAINTAINER= midom@dammit.lt -COMMENT= Funneling POP3 proxy server - -FORBIDDEN= Depends on net/openldap12 which is no more. -DEPRECATED= ${FORBIDDEN} -EXPIRATION_DATE= 2004-04-18 - -LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap12 - -USE_GMAKE= true -WRKSRC= ${WRKDIR} -ALL_TARGET= smunged -PLIST_FILES= sbin/smunged - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/smunged ${PREFIX}/sbin/smunged - -.include <bsd.port.mk> diff --git a/mail/smunge/distinfo b/mail/smunge/distinfo deleted file mode 100644 index 15a0d16fb66..00000000000 --- a/mail/smunge/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (smunge-1.3.5.tar.gz) = e204660811481714b8f0604fd44b6ce9 -SIZE (smunge-1.3.5.tar.gz) = 35968 diff --git a/mail/smunge/files/patch-aa b/mail/smunge/files/patch-aa deleted file mode 100644 index 9957a6d9220..00000000000 --- a/mail/smunge/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.old Thu Jul 20 19:50:06 2000 -+++ Makefile Thu Jul 20 19:50:44 2000 -@@ -11,12 +11,12 @@ - - # Solaris - # --CFLAGS= -Wall -O3 -DSOLARIS --LDFLAGS= -lxnet -lnsl -lposix4 -+#CFLAGS= -Wall -O3 -DSOLARIS -+#LDFLAGS= -lxnet -lnsl -lposix4 - - # FreeBSD - # --#CFLAGS= -Wall -O3 -DFREEBSD -DUSE_LDAP -I/usr/local/include --#LDFLAGS= -L/usr/local/lib -lldap -llber -+CFLAGS+= -DFREEBSD -DUSE_LDAP -I/usr/local/include -+LDFLAGS+= -L/usr/local/lib -lldap -llber - - # Linux diff --git a/mail/smunge/pkg-descr b/mail/smunge/pkg-descr deleted file mode 100644 index 1ebd2bb1f87..00000000000 --- a/mail/smunge/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Smunge is a stand alone POP3 funneling proxy server, designed -to allow clients to attach to multiple pop servers as if they -were one. Smunge can be used to join together multiple mailboxes, -or to present different users with different mailboxes (depending -on username). This allows for administrators of pop servers to set -up either load balancing or redundant clusters for pop services. -It was initially designed to smooth over the transition of pop -services from one machine to another, without users losing mail -(by keeping the old server active whilst the new one was being -installed). It also supports DRAC for pop-before-smtp authentication. -Also featured is support for LDAP based authentication and lookups -for mapping users to sets of pop servers. - -WWW: http://www.i2pi.com/smunge/ |