From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 22:26:39 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 025DAE2A; Sun, 3 Nov 2013 22:26:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) 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 E2E6026F0; Sun, 3 Nov 2013 22:26:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3MQcPa071254; Sun, 3 Nov 2013 22:26:38 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3MQc7r071253; Sun, 3 Nov 2013 22:26:38 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311032226.rA3MQc7r071253@svn.freebsd.org> From: Rene Ladan Date: Sun, 3 Nov 2013 22:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332650 - head/multimedia/linux-ov511-kmod 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.14 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: Sun, 03 Nov 2013 22:26:39 -0000 Author: rene Date: Sun Nov 3 22:26:38 2013 New Revision: 332650 URL: http://svnweb.freebsd.org/changeset/ports/332650 Log: Tentatively convert to USES=kmod Deleted: head/multimedia/linux-ov511-kmod/pkg-plist Modified: head/multimedia/linux-ov511-kmod/Makefile Modified: head/multimedia/linux-ov511-kmod/Makefile ============================================================================== --- head/multimedia/linux-ov511-kmod/Makefile Sun Nov 3 21:21:01 2013 (r332649) +++ head/multimedia/linux-ov511-kmod/Makefile Sun Nov 3 22:26:38 2013 (r332650) @@ -4,7 +4,7 @@ PORTNAME= linux-ov511-kmod PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= multimedia kld +CATEGORIES= multimedia MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/linux/drivers/media/video/ DISTFILES= ov511.c ov511.h DIST_SUBDIR= ${PORTNAME} @@ -22,6 +22,12 @@ NO_PACKAGE= depends on kernel sources # This is our Makefile to be used for build/install. MAKEFILE= Makefile.kld ALL_TARGET= depend all + +PLIST_FILES= ${KMODDIR}/ov511.ko + +# forcibly overwrite KMODDIR being /boot/kernel : +KMODDIR= /boot/modules +USES= kmod # we simply copy the sources from the original site NO_STAGE= yes