aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-10-13 15:29:43 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-10-13 15:29:43 +0000
commitf44a1ccf4fca8e850eabe076892336853eb4f4c2 (patch)
treeb1595b7bc2015c6cfd792d3d05279fbf95c66040 /ftp
parent2b28f08dcc3868aa21a43152e6820c043a1445ef (diff)
downloadports-f44a1ccf4fca8e850eabe076892336853eb4f4c2.tar.gz
ports-f44a1ccf4fca8e850eabe076892336853eb4f4c2.zip
- Add a patch to fix ipv6 dependancy.
PR: ports/84607 Submitted by: Max Campos <mcampos@bpsw.biz> Approved by: maintainer timeout (2 months) Obtained from: ProFTPD Bug Tracking System
Notes
Notes: svn path=/head/; revision=145276
Diffstat (limited to 'ftp')
-rw-r--r--ftp/proftpd-devel/Makefile2
-rw-r--r--ftp/proftpd-devel/files/patch-configure15
-rw-r--r--ftp/proftpd/Makefile2
-rw-r--r--ftp/proftpd/files/patch-configure15
4 files changed, 32 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index cb28a199e78b..2439071b55f2 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/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-devel/files/patch-configure b/ftp/proftpd-devel/files/patch-configure
new file mode 100644
index 000000000000..0f6d9d857e91
--- /dev/null
+++ b/ftp/proftpd-devel/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;
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;