summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJoseph S. Atkinson <jsa@FreeBSD.org>2010-07-29 10:09:57 +0000
committerJoseph S. Atkinson <jsa@FreeBSD.org>2010-07-29 10:09:57 +0000
commit8dc369b60fb2b2dc58b9dfd42141269d7dc0512a (patch)
tree9cd1673ce2e401c05395db8b4321f50bcf52d65a /ftp
parent- Update to 2.6 (diff)
Bump the port to chase the libgcrypt update and makes changes to use
textproc/tinyxml instead of the port's built in. While I am here, fix my noble attempt to add LICENSE bits by including the missing LICENSE_FILE stanza as well. Approved by: kwm (mentor)
Notes
Notes: svn path=/head/; revision=258427
Diffstat (limited to 'ftp')
-rw-r--r--ftp/filezilla/Makefile9
-rw-r--r--ftp/filezilla/files/patch-configure11
2 files changed, 18 insertions, 2 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index 2e3efd48340c..685c1c869e6a 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -7,6 +7,7 @@
PORTNAME= filezilla
PORTVERSION= 3.3.3
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
@@ -16,10 +17,13 @@ COMMENT= Fast and reliable cross-platform FTP, FTPS and SFTP client
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
BUILD_DEPENDS= ${RUN_DEPENDS}
-LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \
- idn.16:${PORTSDIR}/dns/libidn
+LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \
+ gnutls.40:${PORTSDIR}/security/gnutls \
+ idn.16:${PORTSDIR}/dns/libidn \
+ tinyxml.3:${PORTSDIR}/textproc/tinyxml
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
INSTALLS_ICONS= yes
USE_BZIP2= yes
@@ -29,6 +33,7 @@ WX_CONF_ARGS= relative
WX_UNICODE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+= --with-tinyxml="system"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= filezilla.1 fzputtygen.1 fzsftp.1
diff --git a/ftp/filezilla/files/patch-configure b/ftp/filezilla/files/patch-configure
new file mode 100644
index 000000000000..9371e02ae889
--- /dev/null
+++ b/ftp/filezilla/files/patch-configure
@@ -0,0 +1,11 @@
+--- ./configure.orig 2010-07-28 18:57:24.000000000 -0400
++++ ./configure 2010-07-28 18:57:52.000000000 -0400
+@@ -22686,7 +22686,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ltinyxml $LIBS"
++LIBS="-ltinyxml -lstdc++ $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF