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: rillig
Date: Thu May 21 07:56:37 UTC 2020
Modified Files:
pkgsrc/net/aria2: Makefile options.mk
Log Message:
net/aria2: remove unknown configure options
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/net/aria2/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/aria2/options.mk
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.83 pkgsrc/net/aria2/Makefile:1.84
--- pkgsrc/net/aria2/Makefile:1.83 Sun Apr 12 08:29:03 2020
+++ pkgsrc/net/aria2/Makefile Thu May 21 07:56:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/04/12 08:29:03 adam Exp $
+# $NetBSD: Makefile,v 1.84 2020/05/21 07:56:37 rillig Exp $
DISTNAME= aria2-1.35.0
PKGREVISION= 3
@@ -20,9 +20,9 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= bison msgfmt msgmerge xgettext
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
CONFIGURE_ARGS+= --enable-bittorrent
CONFIGURE_ARGS+= --enable-metalink
-CONFIGURE_ARGS+= --with-included-gettext=no
CONFIGURE_ARGS+= --with-libexpat
CONFIGURE_ARGS+= --without-libxml2
CONFIGURE_ARGS.SunOS+= --disable-epoll
@@ -37,8 +37,6 @@ USE_FEATURES= getopt_long snprintf
BUILDLINK_DEPMETHOD.cppunit= build
BUILDLINK_API_DEPENDS.cppunit+= cppunit>=1.10.2
. include "../../devel/cppunit/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-xmltest
.endif
.include "options.mk"
Index: pkgsrc/net/aria2/options.mk
diff -u pkgsrc/net/aria2/options.mk:1.18 pkgsrc/net/aria2/options.mk:1.19
--- pkgsrc/net/aria2/options.mk:1.18 Wed Jan 1 16:21:02 2020
+++ pkgsrc/net/aria2/options.mk Thu May 21 07:56:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2020/01/01 16:21:02 leot Exp $
+# $NetBSD: options.mk,v 1.19 2020/05/21 07:56:37 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aria2
@@ -38,7 +38,6 @@ USE_TOOLS+= pkg-config
###
.if !empty(PKG_OPTIONS:Msqlite)
CONFIGURE_ARGS+= --with-sqlite3
-CONFIGURE_ARGS+= --with-sqlite3-prefix=${BUILDLINK_PREFIX.sqlite3}
. include "../../databases/sqlite3/buildlink3.mk"
USE_TOOLS+= pkg-config
.else
Home |
Main Index |
Thread Index |
Old Index