aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-25 19:50:32 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-25 19:50:32 +0800
commitd64ae15a0b2fee90619a169e2c4c645ae9c1df89 (patch)
tree4e5bda56292867d8924ea65b1a7bc0c15747d313 /sysutils
parent06dcf74376d194369601b5aa1e62c9bb1a786c9f (diff)
downloadfreebsd-ports-gnome-d64ae15a0b2fee90619a169e2c4c645ae9c1df89.tar.gz
freebsd-ports-gnome-d64ae15a0b2fee90619a169e2c4c645ae9c1df89.tar.zst
freebsd-ports-gnome-d64ae15a0b2fee90619a169e2c4c645ae9c1df89.zip
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/spiped/Makefile5
-rw-r--r--sysutils/spiped/files/extra-patch-proto_proto__conn.c7
2 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile
index 0f968ec46002..ca42235297ad 100644
--- a/sysutils/spiped/Makefile
+++ b/sysutils/spiped/Makefile
@@ -32,11 +32,6 @@ USE_RC_SUBR= spiped
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900503
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-proto_proto__conn.c
-.endif
-
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
diff --git a/sysutils/spiped/files/extra-patch-proto_proto__conn.c b/sysutils/spiped/files/extra-patch-proto_proto__conn.c
deleted file mode 100644
index fee734cb4fa1..000000000000
--- a/sysutils/spiped/files/extra-patch-proto_proto__conn.c
+++ /dev/null
@@ -1,7 +0,0 @@
---- proto/proto_conn.c.orig 2015-02-28 21:19:18 UTC
-+++ proto/proto_conn.c
-@@ -1,3 +1,4 @@
-+#include <sys/types.h>
- #include <sys/socket.h>
-
- #include <netinet/in.h>