From owner-svn-ports-head@FreeBSD.ORG Tue Dec 31 13:28:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41AD57DB; Tue, 31 Dec 2013 13:28:24 +0000 (UTC) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id C50BB1192; Tue, 31 Dec 2013 13:28:22 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep22-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131231132820.MEJO17084.viefep22-int.chello.at@edge01.upcmail.net>; Tue, 31 Dec 2013 14:28:20 +0100 Received: from crashalot.rainbow-runner.nl ([95.96.229.21]) by edge01.upcmail.net with edge id 8DUJ1n00W0ULilr01DUJnb; Tue, 31 Dec 2013 14:28:20 +0100 X-SourceIP: 95.96.229.21 Message-ID: <52C2C5DC.7080109@rainbow-runner.nl> Date: Tue, 31 Dec 2013 14:25:48 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: marino@freebsd.org, Koop Mast Subject: Re: svn commit: r338291 - in head/x11-servers: xorg-nestserver xorg-vfbserver References: <201312311258.rBVCwo00093086@svn.freebsd.org> <52C2C37F.7040501@marino.st> In-Reply-To: <52C2C37F.7040501@marino.st> Content-Type: text/plain; charset=UTF-8; format=flowed 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 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:28:24 -0000 On 12/31/13 14:15, John Marino wrote: > 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 > Thanks, I should probably check the PR database first. -Koop