From owner-svn-ports-all@FreeBSD.ORG Fri May 30 16:08:36 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 9C150A0D; Fri, 30 May 2014 16:08: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 894C9256F; Fri, 30 May 2014 16:08:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UG8aLu037662; Fri, 30 May 2014 16:08:36 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UG8aBK037660; Fri, 30 May 2014 16:08:36 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201405301608.s4UG8aBK037660@svn.freebsd.org> From: Juergen Lock Date: Fri, 30 May 2014 16:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355870 - head/multimedia/pwcview 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.18 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: Fri, 30 May 2014 16:08:36 -0000 Author: nox Date: Fri May 30 16:08:35 2014 New Revision: 355870 URL: http://svnweb.freebsd.org/changeset/ports/355870 QAT: https://qat.redports.org/buildarchive/r355870/ Log: Stagify. Approved by: hselasky (maintainer) Modified: head/multimedia/pwcview/Makefile head/multimedia/pwcview/pkg-plist Modified: head/multimedia/pwcview/Makefile ============================================================================== --- head/multimedia/pwcview/Makefile Fri May 30 16:06:53 2014 (r355869) +++ head/multimedia/pwcview/Makefile Fri May 30 16:08:35 2014 (r355870) @@ -14,17 +14,15 @@ MAINTAINER= hselasky@FreeBSD.org COMMENT= The Video4Linux PWC webcam viewer BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - v4l1.0:${PORTSDIR}/multimedia/libv4l +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libv4l1.so:${PORTSDIR}/multimedia/libv4l CONFLICTS= pwcbsd-[0-9]* USE_SDL= sdl -MAN1= pwcview.1 WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes .include post-patch: @@ -32,8 +30,8 @@ post-patch: -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pwcview ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/pwcsnap ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/pwcview ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/pwcsnap ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/multimedia/pwcview/pkg-plist ============================================================================== --- head/multimedia/pwcview/pkg-plist Fri May 30 16:06:53 2014 (r355869) +++ head/multimedia/pwcview/pkg-plist Fri May 30 16:08:35 2014 (r355870) @@ -1,2 +1,3 @@ bin/pwcview bin/pwcsnap +man/man1/pwcview.1.gz