Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 11:21:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374889 - head/comms/hidapi
Message-ID:  <201412181121.sBIBLsKV006090@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 18 11:21:53 2014
New Revision: 374889
URL: https://svnweb.freebsd.org/changeset/ports/374889
QAT: https://qat.redports.org/buildarchive/r374889/

Log:
  Convert to USES=autoreconf
  Strip binaries
  Track PORTDOCS files

Modified:
  head/comms/hidapi/Makefile

Modified: head/comms/hidapi/Makefile
==============================================================================
--- head/comms/hidapi/Makefile	Thu Dec 18 11:08:23 2014	(r374888)
+++ head/comms/hidapi/Makefile	Thu Dec 18 11:21:53 2014	(r374889)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hidapi
 DISTVERSION=	0.8.0-rc1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms
 
 MAINTAINER=	tijl@FreeBSD.org
@@ -16,10 +16,10 @@ GH_ACCOUNT=	signal11
 GH_TAGNAME=	${PORTNAME}-${DISTVERSION}
 GH_COMMIT=	40cf516
 
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
-AUTOMAKE_ARGS=	--add-missing --copy
-
-USES=		iconv:wchar_t libtool
+USES=		autoreconf iconv:wchar_t libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+PORTDOCS=	*
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181121.sBIBLsKV006090>