svn commit: r347997 - head/www/aria2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Mar 12 18:53:43 UTC 2014
Author: sunpoet
Date: Wed Mar 12 18:53:42 2014
New Revision: 347997
URL: http://svnweb.freebsd.org/changeset/ports/347997
QAT: https://qat.redports.org/buildarchive/r347997/
Log:
- Use USES=tar:xz
- Cosmetic change
Modified:
head/www/aria2/Makefile
Modified: head/www/aria2/Makefile
==============================================================================
--- head/www/aria2/Makefile Wed Mar 12 18:49:03 2014 (r347996)
+++ head/www/aria2/Makefile Wed Mar 12 18:53:42 2014 (r347997)
@@ -22,16 +22,17 @@ CONFIGURE_ARGS= --disable-epoll --enable
--with-libxml2 --with-libz --with-openssl --without-gnutls \
--without-libcares --without-libexpat --without-libgcrypt \
--without-libgmp --without-libnettle
-CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
- ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz" \
+CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \
+ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
+ ZLIB_CFLAGS=-I${INCLUDEDIR} \
+ ZLIB_LIBS="-L${LIBDIR} -lz" \
ac_cv_path_RST2HTML=no
GNU_CONFIGURE= yes
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
USE_OPENSSL= yes
-USE_XZ= yes
-USES= compiler:c++11-lib pathfix pkgconfig
+USES= compiler:c++11-lib pathfix pkgconfig tar:xz
CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle
CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
More information about the svn-ports-all
mailing list