Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:18:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382503 - head/x11/xorg-minimal
Message-ID:  <201503281518.t2SFI2hp090740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281518.t2SFI2hp090740>