1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 20120820

- Fix default build by removing SASL option as libgcrypt dependency is
  now mandatory

Approved by:	culot (mentor)
This commit is contained in:
Jase Thew 2012-08-21 09:29:33 +00:00
parent 08d8225065
commit 9f9de444a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302852
2 changed files with 7 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= weechat
PORTVERSION= 20120817
PORTVERSION= 20120820
CATEGORIES= irc
MASTER_SITES= http://perturb.me.uk/distfiles/ \
${MASTER_SITE_LOCAL}
@ -28,16 +28,17 @@ USE_CMAKE= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
WANT_PERL= yes
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \
gcrypt:${PORTSDIR}/security/libgcrypt
GITREV= e59c181
GITREV= 2944adc
WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV}
# Please note: the DEBUG option is *NOT* empty, it is utilised by
# bsd.cmake.mk to set the cmake build type to Debug instead of
# Release.
OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA GUILE CHARSET BACKTRACE DEBUG ASPELL GNUTLS NLS DOCUMENTATION SASL COLOR256
OPTIONS_DEFINE= RUBY PYTHON PERL TCL LUA GUILE CHARSET BACKTRACE DEBUG ASPELL GNUTLS NLS DOCUMENTATION COLOR256
OPTIONS_DEFAULT=CHARSET BACKTRACE DEBUG
BACKTRACE_DESC= Provide crash backtraces
@ -49,7 +50,6 @@ PERL_DESC= Perl scripting support
PYTHON_DESC= Python scripting support
RUBY_DESC= Ruby scripting support
TCL_DESC= Tcl scripting support
SASL_DESC= SASL with DH-Blowfish support
COLOR256_DESC= Use ncurses port for 256 color support
.include <bsd.port.options.mk>
@ -154,14 +154,6 @@ PLIST_SUB+= DOCUMENTATION="@comment "
LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo
.endif
.if ${PORT_OPTIONS:MSASL}
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt
PLIST_SUB+= SASL=""
.else
CMAKE_ARGS+= -DENABLE_GCRYPT=no
PLIST_SUB+= SASL="@comment "
.endif
.if ${PORT_OPTIONS:MCOLOR256}
WITH_NCURSES_PORT= yes
CMAKE_ARGS+= -DNCURSES_INCLUDE_PATH=${LOCALBASE}/include/ncurses

View File

@ -1,2 +1,2 @@
SHA256 (weechat-devel-e59c181.tar.gz) = 49c16ee930a9285b18e02f201c53b4966f811da11969e3e20be499f90f37e3ff
SIZE (weechat-devel-e59c181.tar.gz) = 2394342
SHA256 (weechat-devel-2944adc.tar.gz) = 4fa6a3198c8172ad4fd5f0b43c43dfd629b7c7fe649505bb689b4c2e91ed907b
SIZE (weechat-devel-2944adc.tar.gz) = 2400812