From owner-svn-ports-all@FreeBSD.ORG Sun Feb 23 02:16:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F20F2AE; Sun, 23 Feb 2014 02:16:10 +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 79D0D1670; Sun, 23 Feb 2014 02:16:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1N2GAk4072873; Sun, 23 Feb 2014 02:16:10 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1N2GA3u072870; Sun, 23 Feb 2014 02:16:10 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201402230216.s1N2GA3u072870@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 23 Feb 2014 02:16:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345689 - in head/sysutils/atitvout: . 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-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: Sun, 23 Feb 2014 02:16:10 -0000 Author: danilo Date: Sun Feb 23 02:16:09 2014 New Revision: 345689 URL: http://svnweb.freebsd.org/changeset/ports/345689 QAT: https://qat.redports.org/buildarchive/r345689/ Log: - Convert LIB_DEPENDS to new syntax - Add stage support - Add LICENSE Modified: head/sysutils/atitvout/Makefile head/sysutils/atitvout/files/patch-Makefile.bsd Modified: head/sysutils/atitvout/Makefile ============================================================================== --- head/sysutils/atitvout/Makefile Sun Feb 23 01:51:24 2014 (r345688) +++ head/sysutils/atitvout/Makefile Sun Feb 23 02:16:09 2014 (r345689) @@ -10,12 +10,13 @@ MASTER_SITES= http://0pointer.de/lennart MAINTAINER= ports@FreeBSD.org COMMENT= Toggle TV Out on Mach64 graphics cards -LIB_DEPENDS= lrmi:${PORTSDIR}/devel/lrmi +LICENSE= GPLv2 + +LIB_DEPENDS= liblrmi.so:${PORTSDIR}/devel/lrmi WRKSRC= ${WRKDIR}/atitvout MAKEFILE= Makefile.bsd PLIST_FILES+= sbin/atitvout -NO_STAGE= yes .include Modified: head/sysutils/atitvout/files/patch-Makefile.bsd ============================================================================== --- head/sysutils/atitvout/files/patch-Makefile.bsd Sun Feb 23 01:51:24 2014 (r345688) +++ head/sysutils/atitvout/files/patch-Makefile.bsd Sun Feb 23 02:16:09 2014 (r345689) @@ -19,7 +19,7 @@ + ${CC} ${LDFLAGS} ${OBJS} -o ${PROG} ${LIBS} + +install: -+ install -g wheel -o root -m 555 ${PROG} ${PREFIX}/sbin ++ install -m 555 ${PROG} ${DESTDIR}${PREFIX}/sbin + +clean: + rm -rf ${OBJS} ${PROG}