From owner-dev-commits-ports-all@freebsd.org Sat Jul 24 20:31:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61230666BBC; Sat, 24 Jul 2021 20:31:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXHsF1gQKz3lXq; Sat, 24 Jul 2021 20:31:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F15116BD2; Sat, 24 Jul 2021 20:31:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16OKVSKs004450; Sat, 24 Jul 2021 20:31:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16OKVSY1004449; Sat, 24 Jul 2021 20:31:28 GMT (envelope-from git) Date: Sat, 24 Jul 2021 20:31:28 GMT Message-Id: <202107242031.16OKVSY1004449@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 7e3acffb5ec9 - main - www/aria2: Add STATIC option MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7e3acffb5ec90aac20dcac6a90dc8b70b45d55ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 20:31:29 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e3acffb5ec90aac20dcac6a90dc8b70b45d55ba commit 7e3acffb5ec90aac20dcac6a90dc8b70b45d55ba Author: Po-Chuan Hsieh AuthorDate: 2021-07-24 20:21:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-24 20:21:15 +0000 www/aria2: Add STATIC option PR: 254559 Requested by: Daniel Engberg --- www/aria2/Makefile | 7 ++++--- www/aria2/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 0b1b106292aa..d3590786ed1c 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lib libtool pathfix pkgconfig ssl tar:xz CONFIGURE_ARGS= --disable-epoll \ - --enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-static --enable-threads=posix --enable-websocket \ + --enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \ --with-disk-cache=${ARIA2_DISK_CACHE} \ --with-libz --with-openssl \ --without-appletls --without-gnutls --without-libgcrypt --without-libgmp --without-libnettle @@ -32,10 +32,10 @@ PORTDOCS= * ARIA2_DISK_CACHE?= 16M -OPTIONS_DEFINE= CA_BUNDLE CARES DOCS LIBUV NLS SQLITE SSH2 +OPTIONS_DEFINE= CA_BUNDLE CARES DOCS LIBUV NLS SQLITE SSH2 STATIC OPTIONS_SINGLE= XML OPTIONS_SINGLE_XML= EXPAT LIBXML2 -OPTIONS_DEFAULT=CA_BUNDLE LIBXML2 SQLITE +OPTIONS_DEFAULT=CA_BUNDLE LIBXML2 SQLITE STATIC OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project LIBUV_DESC= Event polling via libuv @@ -61,6 +61,7 @@ SQLITE_CONFIGURE_WITH= sqlite3 SQLITE_USES= sqlite SSH2_CONFIGURE_WITH= libssh2 SSH2_LIB_DEPENDS= libssh2.so:security/libssh2 +STATIC_CONFIGURE_ENABLE=static post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ diff --git a/www/aria2/pkg-plist b/www/aria2/pkg-plist index bf1f1e083c98..88f07c48b293 100644 --- a/www/aria2/pkg-plist +++ b/www/aria2/pkg-plist @@ -1,7 +1,7 @@ bin/aria2c etc/bash_completion.d/aria2c include/aria2/aria2.h -lib/libaria2.a +%%STATIC%%lib/libaria2.a lib/libaria2.so lib/libaria2.so.0 lib/libaria2.so.0.0.0