aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-10-29 06:24:25 +0800
committerrene <rene@FreeBSD.org>2014-10-29 06:24:25 +0800
commit59eac30ef0b269a51719508c0e7cbbf7e1c6db8a (patch)
treeb7fad51bbde3926ad98b807333187deb39da8a31 /net
parente9872e5d353d0c117b5df09458d7f74a925bec0f (diff)
downloadfreebsd-ports-gnome-59eac30ef0b269a51719508c0e7cbbf7e1c6db8a.tar.gz
freebsd-ports-gnome-59eac30ef0b269a51719508c0e7cbbf7e1c6db8a.tar.zst
freebsd-ports-gnome-59eac30ef0b269a51719508c0e7cbbf7e1c6db8a.zip
Remove expired ports:
2014-10-28 lang/kroc: Broken for more than 6 months 2014-10-28 net/slirp: Broken for more than 6 months
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/slirp/Makefile32
-rw-r--r--net/slirp/distinfo2
-rw-r--r--net/slirp/files/patch-configure23
-rw-r--r--net/slirp/files/patch-mkpro15
-rw-r--r--net/slirp/files/patch-ppp-pppdfncs.c11
-rw-r--r--net/slirp/files/patch-ppp.c11
-rw-r--r--net/slirp/pkg-descr6
8 files changed, 0 insertions, 101 deletions
diff --git a/net/Makefile b/net/Makefile
index b3c6db221e65..fb13fb42147a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1085,7 +1085,6 @@
SUBDIR += sixxs-aiccu
SUBDIR += skstream
SUBDIR += sl2tps
- SUBDIR += slirp
SUBDIR += slurm
SUBDIR += smb4k-kde4
SUBDIR += smbldap-tools
diff --git a/net/slirp/Makefile b/net/slirp/Makefile
deleted file mode 100644
index 05eda3c19bfe..000000000000
--- a/net/slirp/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Alain Kalker <A.C.P.M.Kalker@student.utwente.nl>
-# $FreeBSD$
-
-PORTNAME= slirp
-PORTVERSION= 1.0.16
-PORTEPOCH= 1
-CATEGORIES= net
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= (C)SLIP/PPP emulator for users with shell accounts
-
-BROKEN= Does not build
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2014-10-28
-
-# serious LP64 issues
-ONLY_FOR_ARCHS= i386
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-USES= perl5
-USE_PERL5= build
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/slirp man/man1/slirp.1.gz
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/slirp ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/slirp.man ${STAGEDIR}${PREFIX}/man/man1/slirp.1
-
-.include <bsd.port.mk>
diff --git a/net/slirp/distinfo b/net/slirp/distinfo
deleted file mode 100644
index a3cd276e4080..000000000000
--- a/net/slirp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (slirp-1.0.16.tar.gz) = 4e008ed0b28eac5cfd2b4c727dc5c3972a7ce9da4f2448b30247ca7dd9162c02
-SIZE (slirp-1.0.16.tar.gz) = 307169
diff --git a/net/slirp/files/patch-configure b/net/slirp/files/patch-configure
deleted file mode 100644
index 1dce0a5d6626..000000000000
--- a/net/slirp/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig Mon Mar 26 07:47:44 2001
-+++ configure Mon May 19 11:55:11 2003
-@@ -846,9 +846,9 @@
- echo "$ac_t""$CPP" 1>&6
-
- if test x$GCC = xyes; then
-- CFLAGS2="-O2 -Wall -Wno-implicit -Wmissing-prototypes"
-+ CFLAGS2=""
- else
-- CFLAGS2="-O"
-+ CFLAGS2=""
- echo "WARNING: Not using GCC to compile may be hazzardous to your health."
- echo " If you can get Slirp to compile and run w/o GCC, notify us so"
- echo " we can test for which compiler you're using. RedWolf recommends"
-@@ -1927,7 +1927,7 @@
-
-
-
--for ac_func in strdup strerror random srandom index bcmp drand48 memmove setenv inet_aton revoke grantpt fchmod
-+for ac_func in strdup strerror random srandom index bcmp drand48 memmove setenv inet_aton revoke fchmod
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
- echo "configure:1934: checking for $ac_func" >&5
diff --git a/net/slirp/files/patch-mkpro b/net/slirp/files/patch-mkpro
deleted file mode 100644
index 1c4fe24a2b8d..000000000000
--- a/net/slirp/files/patch-mkpro
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- mkpro.orig Mon Jul 22 02:52:35 2002
-+++ mkpro Mon Jul 22 02:54:36 2002
-@@ -42,6 +42,9 @@
-
- # Ignore blank lines
- (/^[ \t]*$/) && next WHILE;
-+
-+ # Skip remaining pre-processor directives
-+ (/^#/) && next WHILE;
-
- # C comments and pre-processor directives are already removed
-
diff --git a/net/slirp/files/patch-ppp-pppdfncs.c b/net/slirp/files/patch-ppp-pppdfncs.c
deleted file mode 100644
index 88e521aa0082..000000000000
--- a/net/slirp/files/patch-ppp-pppdfncs.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ppp/pppdfncs.c.orig Sun Nov 24 03:27:57 2002
-+++ ppp/pppdfncs.c Sun Nov 24 03:27:30 2002
-@@ -28,7 +28,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <syslog.h>
--#include <utmp.h>
-+/* #include <utmp.h> */
- #include <pwd.h>
- #include <sys/param.h>
- #include <sys/types.h>
diff --git a/net/slirp/files/patch-ppp.c b/net/slirp/files/patch-ppp.c
deleted file mode 100644
index 49e04634c6a6..000000000000
--- a/net/slirp/files/patch-ppp.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ppp.c.orig Sun Nov 24 03:26:40 2002
-+++ ppp.c Sun Nov 24 03:26:54 2002
-@@ -38,7 +38,7 @@
- #include <errno.h>
- #include <fcntl.h>
- #include <syslog.h>
--#include <utmp.h>
-+/* #include <utmp.h> */
- #include <pwd.h>
-
- #include <sys/param.h>
diff --git a/net/slirp/pkg-descr b/net/slirp/pkg-descr
deleted file mode 100644
index a9643dc77ce2..000000000000
--- a/net/slirp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-SLiRP is a (C)SLIP/PPP emulator which allows users with normal shell
-accounts act as if they had a (C)SLIP/PPP account. This allows users to use
-Netscape/Mosaic, ftp, telnet, etc. from their home machine, as if they had a
-real (C)SLIP/PPP connection (with limitations).
-
-WWW: http://slirp.sourceforge.net/