svn commit: r382503 - head/x11/xorg-minimal

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:18:02 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list