aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-07-25 02:36:19 +0800
committerrene <rene@FreeBSD.org>2014-07-25 02:36:19 +0800
commitf791c9d8ac6b9121d88b8aab2e615826eb4dcbed (patch)
tree78419497b9b7f06ed2367445df2b7045727c6e0a /mail
parentdd9461f57714144c86bbb90f59a0f314976d25a9 (diff)
downloadfreebsd-ports-gnome-f791c9d8ac6b9121d88b8aab2e615826eb4dcbed.tar.gz
freebsd-ports-gnome-f791c9d8ac6b9121d88b8aab2e615826eb4dcbed.tar.zst
freebsd-ports-gnome-f791c9d8ac6b9121d88b8aab2e615826eb4dcbed.zip
Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx 2014-07-23 chinese/hztty: Fails to build with new utmpx 2014-07-23 irc/solid-ircd: Fails to build with new utmpx 2014-07-23 korean/eterm: Fails to build with new utmpx 2014-07-23 mail/biffer: Fails to build with new utmpx 2014-07-23 misc/c-hey: Fails to build with new utmpx 2014-07-23 misc/wminfo: Fails to build with new utmpx 2014-07-23 net/sendfile: Fails to build with new utmpx 2014-07-23 net-im/centericq: Fails to build with new utmpx 2014-07-23 security/chkrootkit: Fails to build with new utmpx 2014-07-23 security/openfwtk: Fails to build with new utmpx 2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx 2014-07-23 security/srp: Fails to build with new utmpx 2014-07-23 security/sud: Fails to build with new utmpx 2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx 2014-07-23 sysutils/lookupd: Fails to build with new utmpx 2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx 2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx 2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx 2014-07-23 sysutils/yawho: Fails to build with new utmpx
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/biffer/Makefile44
-rw-r--r--mail/biffer/distinfo2
-rw-r--r--mail/biffer/files/patch-biffer::Makefile13
-rw-r--r--mail/biffer/files/patch-biffer_comsat::Makefile17
-rw-r--r--mail/biffer/files/patch-biffopt::Makefile13
-rw-r--r--mail/biffer/pkg-deinstall14
-rw-r--r--mail/biffer/pkg-descr11
-rw-r--r--mail/biffer/pkg-install46
-rw-r--r--mail/biffer/pkg-plist3
10 files changed, 0 insertions, 164 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 0b8158724277..fa7dc8420261 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -32,7 +32,6 @@
SUBDIR += bayespam
SUBDIR += bbmail
SUBDIR += biabam
- SUBDIR += biffer
SUBDIR += bmf
SUBDIR += bogofilter
SUBDIR += bogofilter-sqlite
diff --git a/mail/biffer/Makefile b/mail/biffer/Makefile
deleted file mode 100644
index c6bee1b0c82d..000000000000
--- a/mail/biffer/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Created by: jsellens
-# $FreeBSD$
-
-PORTNAME= biffer
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://www.generalconcepts.com/resources/software/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Better mail notification server
-
-DEPRECATED= Fails to build with new utmpx
-EXPIRATION_DATE= 2014-07-23
-
-RUN_DEPENDS= xmsg:${PORTSDIR}/x11/xmsg
-
-MAKE_JOBS_UNSAFE= yes
-
-MAN1= biffopt.1
-MAN8= biffer.8 biffer_comsat.8
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900007
-BROKEN= fails to build with new utmpx
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/biffer_comsat/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/biffer/biffer ${PREFIX}/libexec
- ${INSTALL_PROGRAM} ${WRKSRC}/biffopt/biffopt ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/biffopt/biffopt.1 ${MAN1PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/biffer/biffer.8 ${MAN8PREFIX}/man/man8
- cd ${WRKSRC}/biffer_comsat && ${MAKE} ${MFLAGS} install
-
-post-install:
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} \
- POST-INSTALL
-
-.include <bsd.port.post.mk>
diff --git a/mail/biffer/distinfo b/mail/biffer/distinfo
deleted file mode 100644
index 0086445c4306..000000000000
--- a/mail/biffer/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (biffer-1.0.tar.gz) = a47a790a5397e8e62f6605e77e3347708d0324042a4085b01e667a5bcf45db91
-SIZE (biffer-1.0.tar.gz) = 27923
diff --git a/mail/biffer/files/patch-biffer::Makefile b/mail/biffer/files/patch-biffer::Makefile
deleted file mode 100644
index a291d86ebf11..000000000000
--- a/mail/biffer/files/patch-biffer::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- biffer/Makefile.orig Wed Oct 22 17:11:30 2003
-+++ biffer/Makefile Wed Oct 22 17:11:43 2003
-@@ -7,7 +7,9 @@
-
- INCLUDES = ../Include/biffer.h ../Include/biffoptions.h
-
--CFLAGS = -O -I../Include
-+CC ?= cc
-+CFLAGS ?= -O -pipe
-+CFLAGS += -I../Include
-
- LIBS = -lcompat
-
diff --git a/mail/biffer/files/patch-biffer_comsat::Makefile b/mail/biffer/files/patch-biffer_comsat::Makefile
deleted file mode 100644
index 4a720e6cb97d..000000000000
--- a/mail/biffer/files/patch-biffer_comsat::Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- biffer_comsat/Makefile.orig Thu Oct 27 23:23:21 2005
-+++ biffer_comsat/Makefile Thu Oct 27 23:25:14 2005
-@@ -8,9 +8,12 @@
-
- SRCS= comsat.c usebiffer.c
-
--BINDIR= /usr/local/libexec
--MANDIR= /usr/local/man/man
-+PREFIX= /usr/local
-+BINDIR= ${PREFIX}/libexec
-+MANDIR= ${PREFIX}/man/man
-
-+CC?= cc
-+CFLAGS?= -O -pipe
- CFLAGS+= -I../Include
-
- .include <bsd.prog.mk>
diff --git a/mail/biffer/files/patch-biffopt::Makefile b/mail/biffer/files/patch-biffopt::Makefile
deleted file mode 100644
index b8220ba03248..000000000000
--- a/mail/biffer/files/patch-biffopt::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- biffopt/Makefile.orig Wed Oct 22 17:12:06 2003
-+++ biffopt/Makefile Wed Oct 22 17:12:25 2003
-@@ -7,7 +7,9 @@
-
- INCLUDES = ../Include/biffer.h ../Include/biffoptions.h
-
--CFLAGS = -O -I../Include
-+CC ?= cc
-+CFLAGS ?= -O -pipe
-+CFLAGS += -I../Include
-
- LIBS = -lcompat
-
diff --git a/mail/biffer/pkg-deinstall b/mail/biffer/pkg-deinstall
deleted file mode 100644
index 11aa64cf820a..000000000000
--- a/mail/biffer/pkg-deinstall
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-
-echo "Removing biffer from /etc/services ..."
-cp /etc/services /etc/services.bak
-egrep -v '^biffer' /etc/services.bak > /etc/services
-
-echo "Removing biffer and biffer_comsat from /etc/inetd.conf ..."
-cp /etc/inetd.conf /etc/inetd.conf.bak
-egrep -v '^biffer' /etc/inetd.conf.bak | egrep -v \
- '^comsat[[:space:]]+.*[[:space:]]+biffer_comsat' > /etc/inetd.conf
diff --git a/mail/biffer/pkg-descr b/mail/biffer/pkg-descr
deleted file mode 100644
index 5149bb203c4d..000000000000
--- a/mail/biffer/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-biffer replaces and enhances the normal result of "biff(1)". It
-can forward notifications between machines and userids (even if
-the mail recipient is not currently signed on), ignore messages
-that match user-specified patterns in mail headers, do text or X
-notifications, and also run an arbitrary program.
-
-Needs a slight modification to the stock comsat, included here
-as biffer_comsat.
-
-Written at the University of Waterloo circa 1988, and in use since
-then with some modifications.
diff --git a/mail/biffer/pkg-install b/mail/biffer/pkg-install
deleted file mode 100644
index e4b3b5d682ef..000000000000
--- a/mail/biffer/pkg-install
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-
-if [ x$2 != xPOST-INSTALL ]; then
- exit
-fi
-
-needHUP="no"
-
-echo -n "/etc/services needs to mention biffer, checking... "
-egrep '^biffer[[:space:]]+1243/tcp' /etc/services > /dev/null
-if [ $? -eq 0 ]; then
- echo "already there"
-else
- echo "adding entry"
- echo 'biffer 1243/tcp # biffer(8) under inetd' >> \
- /etc/services
-fi
-
-echo -n "/etc/inetd.conf needs to mention biffer, checking... "
-egrep '^biffer[[:space:]]+stream' /etc/inetd.conf > /dev/null
-if [ $? -eq 0 ]; then
- echo "already there"
-else
- echo "adding entry"
- echo "biffer stream tcp nowait root ${PKG_PREFIX}/libexec/biffer biffer" >> /etc/inetd.conf
- needHUP="yes"
-fi
-
-echo -n "/etc/inetd.conf needs to mentionn biffer_comsat, checking... "
-egrep '^comsat[[:space:]]+.*[[:space:]]+biffer_comsat' /etc/inetd.conf > /dev/null
-if [ $? -eq 0 ]; then
- echo "already there"
-else
- echo "adding entry"
- echo "comsat stream tcp nowait root ${PKG_PREFIX}/libexec/biffer_comsat biffer_comsat" >> /etc/inetd.conf
- needHUP="yes"
-fi
-
-if [ "$needHUP" = "yes" ]; then
- echo
- echo "------------------------------------------------------------------"
- echo "inetd(8) needs to re-read /etc/inetd.conf. Please either kill -HUP"
- echo "the inetd process, or reboot to allow biffer(8) to work."
- echo "------------------------------------------------------------------"
- echo
-fi
diff --git a/mail/biffer/pkg-plist b/mail/biffer/pkg-plist
deleted file mode 100644
index 1a3f5eee1fcf..000000000000
--- a/mail/biffer/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/biffopt
-libexec/biffer
-libexec/biffer_comsat