From nobody Thu Oct 07 15:52:09 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4959E17EFB5C; Thu, 7 Oct 2021 15:52:09 +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 4HQG6K1g6yz3mZL; Thu, 7 Oct 2021 15:52:09 +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 1904916778; Thu, 7 Oct 2021 15:52:09 +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 197Fq9EN060219; Thu, 7 Oct 2021 15:52:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 197Fq9pE060218; Thu, 7 Oct 2021 15:52:09 GMT (envelope-from git) Date: Thu, 7 Oct 2021 15:52:09 GMT Message-Id: <202110071552.197Fq9pE060218@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: a25d8b2a6811 - main - comms/hidapi: Switch from cmake back to autoreconf build List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a25d8b2a68117b2fae70a8fc46df808b58e5dd60 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a25d8b2a68117b2fae70a8fc46df808b58e5dd60 commit a25d8b2a68117b2fae70a8fc46df808b58e5dd60 Author: Emanuel Haupt AuthorDate: 2021-10-07 15:52:00 +0000 Commit: Emanuel Haupt CommitDate: 2021-10-07 15:52:05 +0000 comms/hidapi: Switch from cmake back to autoreconf build Switch from cmake back to to autoreconf build as this broke comms/py-hidapi. Once this has been investigated and fixed we can switch back to cmake. Notified by: pkg-fallout --- comms/hidapi/Makefile | 6 +++++- comms/hidapi/pkg-plist | 19 +++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/comms/hidapi/Makefile b/comms/hidapi/Makefile index aefe928eabd9..6f8e21853f59 100644 --- a/comms/hidapi/Makefile +++ b/comms/hidapi/Makefile @@ -1,6 +1,7 @@ PORTNAME= hidapi DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= comms MAINTAINER= ehaupt@FreeBSD.org @@ -9,11 +10,14 @@ COMMENT= Library to access USB HID-class devices LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= dual -USES= cmake gettext-tools iconv:wchar_t libtool localbase pkgconfig +USES= autoreconf gettext-tools iconv:wchar_t libtool localbase \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= libusb +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/comms/hidapi/pkg-plist b/comms/hidapi/pkg-plist index e835d67b0d96..dd74e0e56603 100644 --- a/comms/hidapi/pkg-plist +++ b/comms/hidapi/pkg-plist @@ -1,10 +1,13 @@ include/hidapi/hidapi.h include/hidapi/hidapi_libusb.h -lib/cmake/hidapi/hidapi-config-version.cmake -lib/cmake/hidapi/hidapi-config.cmake -lib/cmake/hidapi/hidapi-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/hidapi/hidapi.cmake -lib/libhidapi-libusb.so -lib/libhidapi-libusb.so.0 -lib/libhidapi-libusb.so.0.11.0 -libdata/pkgconfig/hidapi-libusb.pc +lib/libhidapi.a +lib/libhidapi.so +lib/libhidapi.so.0 +lib/libhidapi.so.0.0.0 +libdata/pkgconfig/hidapi.pc +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-bsd.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-gpl3.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE-orig.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt +%%PORTDOCS%%%%DOCSDIR%%/README.md