summaryrefslogtreecommitdiff
path: root/ftp/spegla/files
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-10-05 12:30:44 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-10-05 12:30:44 +0000
commit37d5e627fdd6805c2dfad3edba485c4e1b639181 (patch)
treec227f161324dfcc0b0823f187efc8cf59bade4a2 /ftp/spegla/files
parentUpdate to 0.6.2.3 (diff)
- Fix NOPORTEXAMPLES=yes case.
- Add WITH_IPV6 option.
Notes
Notes: svn path=/head/; revision=221234
Diffstat (limited to 'ftp/spegla/files')
-rw-r--r--ftp/spegla/files/patch-Makefile32
-rw-r--r--ftp/spegla/files/patch-ac12
2 files changed, 32 insertions, 12 deletions
diff --git a/ftp/spegla/files/patch-Makefile b/ftp/spegla/files/patch-Makefile
new file mode 100644
index 000000000000..ba9ee5b21f53
--- /dev/null
+++ b/ftp/spegla/files/patch-Makefile
@@ -0,0 +1,32 @@
+--- Makefile.orig 2008-10-05 21:20:36.000000000 +0900
++++ Makefile 2008-10-05 21:22:33.000000000 +0900
+@@ -8,7 +8,8 @@
+
+ PROG = spegla
+ SRCS = jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c \
+- que_syms.c e_err.c
++ que_syms.c e_err.c \
++ regcomp.c regerror.c regexec.c regfree.c
+ .if !(defined(HAVE_STRLCPY) && ${HAVE_STRLCPY} == "yes")
+ SRCS += strlcpy.c
+ CPPFLAGS += -DNO_STRLCPY
+@@ -16,14 +17,6 @@
+
+ MAN = spegla.1
+
+-FILES = spegla.sh spegla.conf
+-FILESDIR = ${PREFIX}/share/examples/spegla
+-
+-filesinstall:: ${PREFIX}/share/examples/spegla
+-
+-${PREFIX}/share/examples/spegla:
+- mkdir -p ${PREFIX}/share/examples/spegla
+-
+ #WARNS = 2
+ CFLAGS += -Wall
+ LDADD += -lcompat
+@@ -73,3 +66,4 @@
+ cp ${.CURDIR}/../tgetopt/tgetopt.c tgetopt.c
+ .endif
+
++.PATH: ${.CURDIR}/regex
diff --git a/ftp/spegla/files/patch-ac b/ftp/spegla/files/patch-ac
deleted file mode 100644
index 35675a1276bc..000000000000
--- a/ftp/spegla/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.dist Sat May 27 22:50:20 2000
-+++ Makefile Thu Jun 29 20:06:23 2000
-@@ -8,7 +8,8 @@
-
- PROG = spegla
- SRCS = jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c \
-- que_syms.c e_err.c
-+ que_syms.c e_err.c \
-+ regcomp.c regerror.c regexec.c regfree.c
- .if !(defined(HAVE_STRLCPY) && ${HAVE_STRLCPY} == "yes")
- SRCS += strlcpy.c
- CPPFLAGS += -DNO_STRLCPY