From owner-svn-ports-all@FreeBSD.ORG Sat Mar 28 15:18:02 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66621875; Sat, 28 Mar 2015 15:18:02 +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 51076E8A; Sat, 28 Mar 2015 15:18:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SFI2so090741; Sat, 28 Mar 2015 15:18:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SFI2hp090740; Sat, 28 Mar 2015 15:18:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503281518.t2SFI2hp090740@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 28 Mar 2015 15:18:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382503 - head/x11/xorg-minimal 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-1 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: Sat, 28 Mar 2015 15:18:02 -0000 Author: bapt Date: Sat Mar 28 15:18:01 2015 New Revision: 382503 URL: https://svnweb.freebsd.org/changeset/ports/382503 QAT: https://qat.redports.org/buildarchive/r382503/ Log: Convert to USES=metaport Modified: head/x11/xorg-minimal/Makefile Modified: head/x11/xorg-minimal/Makefile ============================================================================== --- head/x11/xorg-minimal/Makefile Sat Mar 28 15:14:01 2015 (r382502) +++ head/x11/xorg-minimal/Makefile Sat Mar 28 15:18:01 2015 (r382503) @@ -4,17 +4,12 @@ PORTNAME= xorg PORTVERSION= 7.5.2 PORTREVISION= 1 CATEGORIES= x11 x11-servers -MASTER_SITES= # none PKGNAMESUFFIX= -minimal -DISTFILES= # none -EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= X.Org minimal distribution metaport -NO_BUILD= yes -NO_MTREE= yes - +USES= metaport .include VIDEO_DRIVER?= vesa @@ -36,16 +31,4 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modu RUN_DEPENDS+= ${LOCALBASE}/lib/va/i965_drv_video.so:${PORTSDIR}/multimedia/libva-intel-driver .endif -do-install: - -pre-everything:: - @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." - @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" - @${ECHO_MSG} "This port does not ensure things are upgraded; use portmaster if you want to" - @${ECHO_MSG} "upgrade X.Org. The \"vesa\" driver is installed by default. You can choose a" - @${ECHO_MSG} "different one by means of the VIDEO_DRIVER parameter. For example:" - @${ECHO_MSG} "" - @${ECHO_MSG} " make install VIDEO_DRIVER=intel" - @${ECHO_MSG} "" - .include