From owner-svn-ports-head@FreeBSD.ORG Fri Aug 29 09:08:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A9D7FFA; Fri, 29 Aug 2014 09:08:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ADAC1C97; Fri, 29 Aug 2014 09:08:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7T98lZq028589; Fri, 29 Aug 2014 09:08:47 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7T98kjL028586; Fri, 29 Aug 2014 09:08:46 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408290908.s7T98kjL028586@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 29 Aug 2014 09:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366469 - in head/devel/libhid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 09:08:47 -0000 Author: tijl Date: Fri Aug 29 09:08:46 2014 New Revision: 366469 URL: http://svnweb.freebsd.org/changeset/ports/366469 QAT: https://qat.redports.org/buildarchive/r366469/ Log: - Move BUILD_DEPENDS to the right place - Replace HAS_CONFIGURE with GNU_CONFIGURE - Add USES=libtool and INSTALL_TARGET=install-strip - Replace patch with USES=pathfix Modified: head/devel/libhid/Makefile head/devel/libhid/files/patch-Makefile.in head/devel/libhid/pkg-plist Modified: head/devel/libhid/Makefile ============================================================================== --- head/devel/libhid/Makefile Fri Aug 29 08:52:45 2014 (r366468) +++ head/devel/libhid/Makefile Fri Aug 29 09:08:46 2014 (r366469) @@ -3,23 +3,23 @@ PORTNAME= libhid PORTVERSION= 0.2.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/ MAINTAINER= ntarmos@cs.uoi.gr COMMENT= User-space HID access library written in C -USE_LDCONFIG= yes -USE_PYTHON= yes -USES= gmake - -BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ +BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 -HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen --disable-werror +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-doxygen --disable-werror +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix +USE_LDCONFIG= yes +USE_PYTHON= yes EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb Modified: head/devel/libhid/files/patch-Makefile.in ============================================================================== --- head/devel/libhid/files/patch-Makefile.in Fri Aug 29 08:52:45 2014 (r366468) +++ head/devel/libhid/files/patch-Makefile.in Fri Aug 29 09:08:46 2014 (r366469) @@ -1,14 +1,5 @@ --- Makefile.in.orig 2007-07-16 13:40:13.000000000 +0300 +++ Makefile.in 2007-07-16 13:41:37.000000000 +0300 -@@ -273,7 +273,7 @@ - include/compiler.h \ - include/os.h - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = pkgconfig/libhid.pc - dist_noinst_DATA = \ - debian/changelog \ @@ -293,7 +293,7 @@ README.licence Modified: head/devel/libhid/pkg-plist ============================================================================== --- head/devel/libhid/pkg-plist Fri Aug 29 08:52:45 2014 (r366468) +++ head/devel/libhid/pkg-plist Fri Aug 29 09:08:46 2014 (r366469) @@ -3,15 +3,15 @@ include/hid.h include/hidparser.h include/hidtypes.h lib/libhid.a -lib/libhid.la lib/libhid.so lib/libhid.so.0 +lib/libhid.so.0.0.0 libdata/pkgconfig/libhid.pc man/man1/libhid-detach-device.1.gz -%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0 -%%PYTHON_SITELIBDIR%%/libhid/_hid.so -%%PYTHON_SITELIBDIR%%/libhid/_hid.la %%PYTHON_SITELIBDIR%%/libhid/_hid.a +%%PYTHON_SITELIBDIR%%/libhid/_hid.so +%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0 +%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0.0.0 %%PYTHON_SITELIBDIR%%/libhid/__init__.py %%PYTHON_SITELIBDIR%%/libhid/__init__.pyc %%PYTHON_SITELIBDIR%%/libhid/__init__.pyo