summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/files/patch-al
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 09:11:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 09:11:34 +0000
commit991d09aec4e9b0ba9f12122d49ef31aa6de71e7b (patch)
tree289e5f7c28d6cfd0a4a81901b06639dd791602a3 /ftp/wu-ftpd/files/patch-al
parentRemove unmaintained expired ports from graphics (diff)
Remove unmaintained expired ports from ftp
2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available 2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273464
Diffstat (limited to 'ftp/wu-ftpd/files/patch-al')
-rw-r--r--ftp/wu-ftpd/files/patch-al20
1 files changed, 0 insertions, 20 deletions
diff --git a/ftp/wu-ftpd/files/patch-al b/ftp/wu-ftpd/files/patch-al
deleted file mode 100644
index 1a9774087352..000000000000
--- a/ftp/wu-ftpd/files/patch-al
+++ /dev/null
@@ -1,20 +0,0 @@
---- support/makefiles/Makefile.fbs.orig Sat Jul 1 22:22:55 2000
-+++ support/makefiles/Makefile.fbs Wed Oct 10 07:11:36 2001
-@@ -33,7 +33,14 @@
- LIBC = /usr/lib/libc.a
- IFLAGS =
- LFLAGS =
--CFLAGS = -O ${IFLAGS} ${LFLAGS}
-+CFLAGS += ${IFLAGS} ${LFLAGS}
-
--SRCS = strcasestr.c authuser.c ftw.c
--OBJS = strcasestr.o authuser.o ftw.o
-+SRCS = authuser.c ftw.c
-+OBJS = authuser.o ftw.o
-+
-+HAVE_STRSTR!= (nm ${LIBC} | grep -q strcasestr) || echo "NO"
-+
-+.if ${HAVE_STRSTR} == "NO"
-+SRCS += strcasestr.c
-+OBJS += strcasestr.o
-+.endif