remove tftp-proxy, it was just imported into src. don't bother with
COMES_WITH since this port was only around for a week.
This commit is contained in:
parent
f515d3920f
commit
a8890dab21
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.396 2005/12/26 13:24:42 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.397 2005/12/28 19:55:33 jolan Exp $
|
||||
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
|
||||
#
|
||||
|
||||
@ -300,7 +300,7 @@
|
||||
SUBDIR += tcpstat
|
||||
SUBDIR += tcptrace
|
||||
SUBDIR += tcptraceroute
|
||||
SUBDIR += tftp-proxy
|
||||
# SUBDIR += tftp-proxy
|
||||
SUBDIR += thcrut
|
||||
SUBDIR += tightvnc
|
||||
SUBDIR += tintin++
|
||||
|
@ -1,21 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2005/12/23 17:33:42 jolan Exp $
|
||||
|
||||
COMMENT= "tftp proxy for pf"
|
||||
DISTNAME= tftp-proxy-1.6
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://jcs.org/code/
|
||||
|
||||
# ISC
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
MAKE_ENV+= CC="${CC}"
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
MD5 (tftp-proxy-1.6.tar.gz) = 85106677fbb1a9371fac674ea9dec882
|
||||
RMD160 (tftp-proxy-1.6.tar.gz) = 55672129d59b6325aee00d442efb3d2413cfbbb4
|
||||
SHA1 (tftp-proxy-1.6.tar.gz) = b2f18ea488ece68fa30b150d31c3e4a6826cd0dc
|
||||
SIZE (tftp-proxy-1.6.tar.gz) = 7915
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2005/12/23 17:33:42 jolan Exp $
|
||||
--- Makefile.orig Fri Dec 16 11:50:27 2005
|
||||
+++ Makefile Fri Dec 23 11:30:32 2005
|
||||
@@ -4,8 +4,8 @@
|
||||
PROG = tftp-proxy
|
||||
OBJS = tftp-proxy.o filter.o
|
||||
|
||||
-CC = cc
|
||||
-CFLAGS = -O2 -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes
|
||||
+#CC = cc
|
||||
+CFLAGS += -Wall -Wunused -Wmissing-prototypes -Wstrict-prototypes
|
||||
|
||||
PREFIX = /usr/local
|
||||
LEDIR = $(DESTDIR)$(PREFIX)/libexec
|
@ -1 +0,0 @@
|
||||
tftp-proxy is a tftp proxy for pf.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/21 04:00:28 jolan Exp $
|
||||
libexec/tftp-proxy
|
||||
@man man/man8/tftp-proxy.8
|
Loading…
Reference in New Issue
Block a user