From owner-svn-ports-head@FreeBSD.ORG Tue Dec 31 13:16:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19C382DD; Tue, 31 Dec 2013 13:16:11 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E337F10DE; Tue, 31 Dec 2013 13:16:10 +0000 (UTC) Received: from [192.168.1.113] (c-174-61-88-207.hsd1.fl.comcast.net [174.61.88.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id BF154438BC; Tue, 31 Dec 2013 07:15:58 -0600 (CST) Message-ID: <52C2C37F.7040501@marino.st> Date: Tue, 31 Dec 2013 14:15:43 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Koop Mast Subject: Re: svn commit: r338291 - in head/x11-servers: xorg-nestserver xorg-vfbserver References: <201312311258.rBVCwo00093086@svn.freebsd.org> In-Reply-To: <201312311258.rBVCwo00093086@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org 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: Tue, 31 Dec 2013 13:16:11 -0000 On 12/31/2013 13:58, Koop Mast wrote: > Author: kwm > Date: Tue Dec 31 12:58:50 2013 > New Revision: 338291 > URL: http://svnweb.freebsd.org/changeset/ports/338291 > > Log: > Remove extra bsd.port.options.mk, it already defined in the master port. > Fix typo in vfbserver port. > > Obtained from: xorg-dev repo > > Modified: > head/x11-servers/xorg-nestserver/Makefile > head/x11-servers/xorg-vfbserver/Makefile > > Modified: head/x11-servers/xorg-nestserver/Makefile > ============================================================================== > --- head/x11-servers/xorg-nestserver/Makefile Tue Dec 31 12:56:33 2013 (r338290) > +++ head/x11-servers/xorg-nestserver/Makefile Tue Dec 31 12:58:50 2013 (r338291) > @@ -22,8 +22,6 @@ CONFIGURE_ARGS= --disable-dmx --disable- > SLAVE_PORT= yes > PLIST_FILES= bin/Xnest man/man1/Xnest.1.gz > > -.include > - > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/hw/xnest/Xnest ${STAGEDIR}${PREFIX}/bin/ > .if defined(WITH_NEW_XORG) > > Modified: head/x11-servers/xorg-vfbserver/Makefile > ============================================================================== > --- head/x11-servers/xorg-vfbserver/Makefile Tue Dec 31 12:56:33 2013 (r338290) > +++ head/x11-servers/xorg-vfbserver/Makefile Tue Dec 31 12:58:50 2013 (r338291) > @@ -16,14 +16,12 @@ USE_XORG= x11 xf86driproto glproto randr > xkbui xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans > > CONFIGURE_ARGS= --disable-dmx --disable-xnest \ > - --without-xmlto --disable-docs --disable-devel1-docs \ > + --without-xmlto --disable-docs --disable-devel-docs \ > --localstatedir=/var --without-dtrace > > SLAVE_PORT= yes > PLIST_FILES= bin/Xvfb man/man1/Xvfb.1.gz > > -.include > - > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/hw/vfb/Xvfb ${STAGEDIR}${PREFIX}/bin/ > .if defined(WITH_NEW_XORG) > Koop, Could you take over ports/184952? Your commit is incomplete. Xephyr is affected too. And then the PR can be closed. I've brought up this issue numerous times. Regards, John