pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/aria2
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Aug 14 17:18:37 UTC 2018
Modified Files:
pkgsrc/net/aria2: Makefile
Log Message:
aria2: Work around broken getaddrinfo() detection.
Resolves issue reported in joyent/pkgsrc#21. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/aria2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/aria2/Makefile
diff -u pkgsrc/net/aria2/Makefile:1.75 pkgsrc/net/aria2/Makefile:1.76
--- pkgsrc/net/aria2/Makefile:1.75 Fri Jul 20 03:34:22 2018
+++ pkgsrc/net/aria2/Makefile Tue Aug 14 17:18:37 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2018/07/20 03:34:22 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2018/08/14 17:18:37 jperkin Exp $
DISTNAME= aria2-1.32.0
#PKGREVISION= 1
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=aria2/}
EXTRACT_SUFX= .tar.xz
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --with-included-gettext
CONFIGURE_ARGS+= --with-libexpat
CONFIGURE_ARGS+= --without-libxml2
CONFIGURE_ARGS.SunOS+= --disable-epoll
+CONFIGURE_ENV.SunOS+= ac_cv_func_getaddrinfo=yes
TEST_TARGET= check
USE_FEATURES= getopt_long snprintf
Home |
Main Index |
Thread Index |
Old Index