Module Name:    othersrc
Committed By:   lukem
Date:           Sun May  5 13:29:59 UTC 2013

Modified Files:
        othersrc/usr.bin/tnftp: configure
        othersrc/usr.bin/tnftp/src: Makefile.in

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 othersrc/usr.bin/tnftp/configure
cvs rdiff -u -r1.12 -r1.13 othersrc/usr.bin/tnftp/src/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/configure
diff -u othersrc/usr.bin/tnftp/configure:1.38 othersrc/usr.bin/tnftp/configure:1.39
--- othersrc/usr.bin/tnftp/configure:1.38	Sun May  5 13:21:06 2013
+++ othersrc/usr.bin/tnftp/configure	Sun May  5 13:29:58 2013
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 1.23 .
+# From configure.ac Revision: 1.24 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for tnftp 20100108.
 #
@@ -1419,7 +1419,8 @@ Optional Features:
                           [default=enabled]
   --enable-ipv6           enable IPv6 support (if your OS supports it)
                           [default=enabled]
-  --enable-ssl            enable SSL support [default=auto]
+  --enable-ssl            enable SSL support (requires --with-openssl)
+                          [default=auto]
   --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors
   --enable-shared[=PKGS]  build shared libraries [default=yes]
@@ -12833,7 +12834,7 @@ for ac_header in arpa/ftp.h arpa/inet.h 
                   fcntl.h libgen.h limits.h locale.h malloc.h \
                   netinet/in.h netinet/in_systm.h netinet/ip.h \
                   netinet/tcp.h \
-		  paths.h poll.h pwd.h sys/poll.h regex.h \
+                  paths.h poll.h pwd.h sys/poll.h regex.h \
                   setjmp.h signal.h stddef.h termcap.h termios.h \
                   unistd.h utime.h vis.h
 do :

Index: othersrc/usr.bin/tnftp/src/Makefile.in
diff -u othersrc/usr.bin/tnftp/src/Makefile.in:1.12 othersrc/usr.bin/tnftp/src/Makefile.in:1.13
--- othersrc/usr.bin/tnftp/src/Makefile.in:1.12	Sun May  5 13:21:07 2013
+++ othersrc/usr.bin/tnftp/src/Makefile.in	Sun May  5 13:29:58 2013
@@ -280,6 +280,7 @@ EXTRA_DIST = \
 	ftp.1 \
 	ftp_var.h \
 	progressbar.h \
+	ssl.h \
 	version.h
 
 all: all-am

Reply via email to