diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-10-13 15:29:43 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-10-13 15:29:43 +0000 |
commit | f44a1ccf4fca8e850eabe076892336853eb4f4c2 (patch) | |
tree | b1595b7bc2015c6cfd792d3d05279fbf95c66040 /ftp/proftpd | |
parent | 2b28f08dcc3868aa21a43152e6820c043a1445ef (diff) | |
download | ports-f44a1ccf4fca8e850eabe076892336853eb4f4c2.tar.gz ports-f44a1ccf4fca8e850eabe076892336853eb4f4c2.zip |
Notes
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/files/patch-configure | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index cb28a199e78b..2439071b55f2 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.0rc2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ diff --git a/ftp/proftpd/files/patch-configure b/ftp/proftpd/files/patch-configure new file mode 100644 index 000000000000..0f6d9d857e91 --- /dev/null +++ b/ftp/proftpd/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Fri Aug 5 23:18:35 2005 ++++ configure Fri Aug 5 23:19:29 2005 +@@ -19685,11 +19685,11 @@ + if test "${enable_ipv6+set}" = set; then + enableval="$enable_ipv6" + +- ++ if test x"$enableval" = xyes ; then + cat >>confdefs.h <<\_ACEOF + #define PR_USE_IPV6 1 + _ACEOF +- ++ fi; + + fi; |