Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/aria2 net/aria2: remove unknown configure options



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b2c06f4a62d
branches:  trunk
changeset: 432314:0b2c06f4a62d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu May 21 07:56:37 2020 +0000

description:
net/aria2: remove unknown configure options

diffstat:

 net/aria2/Makefile   |  6 ++----
 net/aria2/options.mk |  3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r a8ba33474f33 -r 0b2c06f4a62d net/aria2/Makefile
--- a/net/aria2/Makefile        Thu May 21 07:43:00 2020 +0000
+++ b/net/aria2/Makefile        Thu May 21 07:56:37 2020 +0000
@@ -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_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 @@
 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"
diff -r a8ba33474f33 -r 0b2c06f4a62d net/aria2/options.mk
--- a/net/aria2/options.mk      Thu May 21 07:43:00 2020 +0000
+++ b/net/aria2/options.mk      Thu May 21 07:56:37 2020 +0000
@@ -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 @@
 ###
 .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