From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 09:44:36 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 5225BAD4; Mon, 3 Feb 2014 09:44:36 +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 2451012B3; Mon, 3 Feb 2014 09:44:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s139iaqj009826; Mon, 3 Feb 2014 09:44:36 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s139iZ4N009822; Mon, 3 Feb 2014 09:44:35 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402030944.s139iZ4N009822@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 09:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342402 - in head: multimedia/v4l-utils science/bft 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.17 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: Mon, 03 Feb 2014 09:44:36 -0000 Author: miwi Date: Mon Feb 3 09:44:35 2014 New Revision: 342402 URL: http://svnweb.freebsd.org/changeset/ports/342402 QAT: https://qat.redports.org/buildarchive/r342402/ Log: - Stage support Modified: head/multimedia/v4l-utils/Makefile head/multimedia/v4l-utils/pkg-plist head/science/bft/Makefile head/science/bft/pkg-plist Modified: head/multimedia/v4l-utils/Makefile ============================================================================== --- head/multimedia/v4l-utils/Makefile Mon Feb 3 09:43:30 2014 (r342401) +++ head/multimedia/v4l-utils/Makefile Mon Feb 3 09:44:35 2014 (r342402) @@ -17,13 +17,11 @@ LIB_DEPENDS= v4l2.0:${PORTSDIR}/multimed MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DPREFIX=\\\"${PREFIX}\\\"" \ LIBDIR="${PREFIX}/lib" LDFLAGS="-L${LOCALBASE}/lib -largp" USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/utils -MAN1= ir-keytable.1 -NO_STAGE= yes .include .if ${OSVERSION} < 800000 Modified: head/multimedia/v4l-utils/pkg-plist ============================================================================== --- head/multimedia/v4l-utils/pkg-plist Mon Feb 3 09:43:30 2014 (r342401) +++ head/multimedia/v4l-utils/pkg-plist Mon Feb 3 09:44:35 2014 (r342402) @@ -114,4 +114,5 @@ etc/rc_keymaps/winfast etc/rc_keymaps/winfast_usbii_deluxe etc/rc_maps.cfg sbin/v4l2-dbg +man/man1/ir-keytable.1.gz @dirrmtry etc/rc_keymaps Modified: head/science/bft/Makefile ============================================================================== --- head/science/bft/Makefile Mon Feb 3 09:43:30 2014 (r342401) +++ head/science/bft/Makefile Mon Feb 3 09:44:35 2014 (r342402) @@ -18,11 +18,8 @@ USE_ZIP= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAN1= bft-config.1 - TESTSBIN= bft_test bft_mem_usage_test bft_printf_test -NO_STAGE= yes pre-configure: # No useful doc there ${REINPLACE_CMD} -e 's|tests doc|tests|' ${WRKSRC}/Makefile.in Modified: head/science/bft/pkg-plist ============================================================================== --- head/science/bft/pkg-plist Mon Feb 3 09:43:30 2014 (r342401) +++ head/science/bft/pkg-plist Mon Feb 3 09:44:35 2014 (r342402) @@ -15,3 +15,4 @@ lib/libbft.a lib/libbft.la lib/libbft.so lib/libbft.so.1 +man/man1/bft-config.1.gz