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)
This commit is contained in:
parent
2d8406ebbe
commit
8dc369b60f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258427
@ -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
|
||||
|
11
ftp/filezilla/files/patch-configure
Normal file
11
ftp/filezilla/files/patch-configure
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user