Skip to content

Commit

Permalink
comms/hidapi: Switch from cmake back to autoreconf build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ehaupt committed Oct 7, 2021
1 parent 557ce39 commit a25d8b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
6 changes: 5 additions & 1 deletion comms/hidapi/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hidapi
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= comms

MAINTAINER= ehaupt@FreeBSD.org
Expand All @@ -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
Expand Down
19 changes: 11 additions & 8 deletions 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

0 comments on commit a25d8b2

Please sign in to comment.