From owner-svn-ports-all@FreeBSD.ORG Wed Feb 26 07:17:52 2014 Return-Path: Delivered-To: svn-ports-all@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 792739C1; Wed, 26 Feb 2014 07:17:52 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65A0F14EB; Wed, 26 Feb 2014 07:17:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1Q7HqGt068599; Wed, 26 Feb 2014 07:17:52 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1Q7Hqo4068597; Wed, 26 Feb 2014 07:17:52 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402260717.s1Q7Hqo4068597@svn.freebsd.org> From: Martin Wilke Date: Wed, 26 Feb 2014 07:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346122 - head/devel/libhid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 07:17:52 -0000 Author: miwi Date: Wed Feb 26 07:17:51 2014 New Revision: 346122 URL: http://svnweb.freebsd.org/changeset/ports/346122 QAT: https://qat.redports.org/buildarchive/r346122/ Log: - Stage support Modified: head/devel/libhid/Makefile head/devel/libhid/pkg-plist Modified: head/devel/libhid/Makefile ============================================================================== --- head/devel/libhid/Makefile Wed Feb 26 07:15:09 2014 (r346121) +++ head/devel/libhid/Makefile Wed Feb 26 07:17:51 2014 (r346122) @@ -10,8 +10,6 @@ MASTER_SITES= http://alioth.debian.org/f MAINTAINER= ntarmos@cs.uoi.gr COMMENT= User-space HID access library written in C -MAN1= libhid-detach-device.1 -MANCOMPRESSED= no USE_LDCONFIG= yes USE_PYTHON= yes USES= gmake @@ -25,5 +23,4 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} --man EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb -NO_STAGE= yes .include Modified: head/devel/libhid/pkg-plist ============================================================================== --- head/devel/libhid/pkg-plist Wed Feb 26 07:15:09 2014 (r346121) +++ head/devel/libhid/pkg-plist Wed Feb 26 07:17:51 2014 (r346122) @@ -7,6 +7,7 @@ lib/libhid.la lib/libhid.so lib/libhid.so.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