[Midnightbsd-cvs] mports: Makefile: license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 20 14:50:20 EDT 2008


Log Message:
-----------
license.

add missing depends.

Modified Files:
--------------
    mports/x11-servers/xorg-vfbserver:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-servers/xorg-vfbserver/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L x11-servers/xorg-vfbserver/Makefile -L x11-servers/xorg-vfbserver/Makefile -u -r1.3 -r1.4
--- x11-servers/xorg-vfbserver/Makefile
+++ x11-servers/xorg-vfbserver/Makefile
@@ -2,32 +2,33 @@
 # Date created:		17 June 2004
 # Whom:			anholt at FreeBSD.org
 #
+# $MidnightBSD$
 # $FreeBSD: ports/x11-servers/xorg-vfbserver/Makefile,v 1.12 2007/09/13 19:44:56 flz Exp $
 #
 
 PORTNAME=	xorg-vfbserver
 PORTVERSION=	1.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-servers
 
-MAINTAINER=	x11 at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	X virtual framebuffer server from X.Org
-
-CONFLICTS=	XFree86-VirtualFramebufferServer-*
+LICENSE=	x11
 
 XORG_CAT=	xserver
 
 LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm
 USE_XORG=	x11 xf86driproto glproto randrproto renderproto fixesproto \
-		damageproto xcmiscproto xextproto xf86miscproto \
+		damageproto xcmiscproto xextproto xf86miscproto inputproto \
 		xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
 		resourceproto fontsproto xf86dgaproto videoproto \
 		compositeproto trapproto recordproto resourceproto \
 		xineramaproto evieproto xkbfile xfont fontenc xkbui xxf86misc \
-		xxf86vm xaw7 xmu xpm xext pixman
+		xxf86vm xaw7 xmu xpm xext pixman xtrans
 
 CONFIGURE_ARGS=	--disable-dmx --disable-xnest --disable-xorg --disable-xprint \
-		--localstatedir=/var
+		--localstatedir=/var --without-dtrace
 
 PLIST_FILES=	bin/Xvfb
 MAN1=		Xvfb.1


More information about the Midnightbsd-cvs mailing list