From owner-freebsd-x11@FreeBSD.ORG Sun Dec 29 09:09:53 2013 Return-Path: Delivered-To: freebsd-x11@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 EC6B7F61 for ; Sun, 29 Dec 2013 09:09:53 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id B090D1538 for ; Sun, 29 Dec 2013 09:09:29 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id rBT91dAo064124; Sun, 29 Dec 2013 02:01:51 -0700 (MST) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id rBT90vh1049023; Sun, 29 Dec 2013 02:01:07 -0700 (MST) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id rBT90UPk049017; Sun, 29 Dec 2013 02:00:30 -0700 (MST) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21183.58537.796160.772330@gromit.timing.com> Date: Sun, 29 Dec 2013 02:00:25 -0700 From: John Hein To: J M Subject: Re: build xorg stopped in x11-fonts/font-bh-ttf In-Reply-To: References: <52BDE065.3020402@rainbow-runner.nl> <52BE9D8F.1010003@rainbow-runner.nl> <52BECD27.7020009@rainbow-runner.nl> X-Mailer: VM 8.2.0b-trunk-1484 under 24.3.1 (i386-portbld-freebsd8.3) Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 09:09:54 -0000 This will fix the man page issue (just a simple typo): Index: pkg-plist =================================================================== --- pkg-plist (revision 337484) +++ pkg-plist (working copy) @@ -7,7 +7,7 @@ lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm man/man1/xdm.1.gz -%%XDMSHELL%%man/man1/xmdshell.1.gz +%%XDMSHELL%%man/man1/xdmshell.1.gz share/X11/app-defaults/Chooser @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi For the /var/lib/xdm stuff, it seems to be an idiosyncracy of the current pkgng tool. meta_dirrm() in pkg_ports.c is adding the stage dir as a prefix for the absolute paths under /var/lib/xdm mentioned in pkg-plist. It looks like it is not preventing the package installation, but it should probably be addressed by someone maintaining pkgng. J M wrote at 01:54 +0800 on Dec 29, 2013: > /xdm/authdir > ====> Compressing man pages (compress-man) > ===> Installing for xdm-1.1.11 > ===> Checking if x11/xdm already installed > ===> Registering installation for xdm-1.1.11 > pkg-static: > lstat(/usr/ports/x11/xdm/work/stage/usr/local/man/man1/xmdshell.1.gz): No > such file or directory > pkg-static: > lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/authdir/authfiles/): No > such file or directory > pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/authdir/): No > such file or directory > pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/xdm/): No such file > or directory > pkg-static: lstat(/usr/ports/x11/xdm/work/stage/var/lib/): No such file or > directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/x11/xdm > *** Error code 1 > > Stop. > make: stopped in /usr/ports/x11/xdm > > > > On Sat, Dec 28, 2013 at 9:07 PM, Koop Mast wrote: > > > On 12/28/13 13:33, J M wrote: > > > >> The problem of font-bh-ttf is gone, but xdmshell option of xdm is not. > >> So deselect xdmshell can avoid it. > >> > >> > > There is a problem in xdm which shows up when building as a non-root > > users. And I will fix that. But can you show me the error message like I > > asked in the previous mail? So I can see if the problem I found is the > > problem you are having. > > > > -Koop > > > > On Sat, Dec 28, 2013 at 5:44 PM, Koop Mast >> > wrote: > >> > >> On 27-12-2013 21:42, J M wrote: > >> > >>> Thank you. The same problem happened to xdm if the xdmshell of xdm > >>> option is selected. > >>> > >>> > >>> On Sat, Dec 28, 2013 at 4:17 AM, Koop Mast >>> > wrote: > >>> > >>> On 12/27/13 21:09, J M wrote: > >>> > >>> *** no such file or directory *** (I am sorry I didn't > >>> record the errors.) > >>> It maybe because it is not compatible of the stage > >>> Add NO_STAGE=yes into /etc/make.conf and build > >>> x11-fonts/font-bh-ttf > >>> separately, then remove NO_STAGE=yes from /etc/make.conf > >>> and cd > >>> /usr/ports/x11/xorg and build continue. > >>> > >>> > >>> Please update fontconfig to 2.11.0_1 which should fix this > >>> problem. If it still broken let us know. > >>> > >>> Btw NO_STAGE=yes is not a variable to set in /etc/make.conf, > >>> it should _only_ be set in the ports that are not yet > >>> converted to support stage. > >>> > >>> > >>> I would really like a confirmation that the problem is gone or the > >> actualy error so I can determin if this is fixed now or the problem > >> is something else. > >> > >> -Koop From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 02:58:55 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 19BCA4ED; Mon, 30 Dec 2013 02:58:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E18321DA8; Mon, 30 Dec 2013 02:58:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBU2wsL7035528; Mon, 30 Dec 2013 02:58:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBU2wsdh035527; Mon, 30 Dec 2013 02:58:54 GMT (envelope-from linimon) Date: Mon, 30 Dec 2013 02:58:54 GMT Message-Id: <201312300258.rBU2wsdh035527@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/185182: x11/xorg of 10-RC2 has blank screen on APU-3400 system X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 02:58:55 -0000 Old Synopsis: xorg of 10-RC2 has blank screen on APU-3400 system New Synopsis: x11/xorg of 10-RC2 has blank screen on APU-3400 system Responsible-Changed-From-To: freebsd-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Mon Dec 30 02:58:29 UTC 2013 Responsible-Changed-Why: make this a ports PR and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=185182 From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 07:38:33 2013 Return-Path: Delivered-To: freebsd-x11@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 5279BF1B for ; Mon, 30 Dec 2013 07:38:33 +0000 (UTC) Received: from forward3l.mail.yandex.net (forward3l.mail.yandex.net [IPv6:2a02:6b8:0:1819::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11E8D1FE6 for ; Mon, 30 Dec 2013 07:38:33 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward3l.mail.yandex.net (Yandex) with ESMTP id 315F41500D4F; Mon, 30 Dec 2013 11:38:22 +0400 (MSK) Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id D213E7E0318; Mon, 30 Dec 2013 11:38:21 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 6gdSTNaSwu-cLOuUYM1; Mon, 30 Dec 2013 11:38:21 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 2cfbc1f1-e54f-4095-b8d7-2403f1d75838 Message-ID: <52C122EC.7080704@passap.ru> Date: Mon, 30 Dec 2013 11:38:20 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Andrea Venturoli , freebsd-x11@freebsd.org Subject: Re: xorg-server install References: <52C077B0.2020403@netfence.it> In-Reply-To: <52C077B0.2020403@netfence.it> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 07:38:33 -0000 (x11@ cc'ed for archieves and otherwise you will not receive this answer) 29.12.2013 23:27, Andrea Venturoli пишет: > Hello. > >>> Will you please try the attached patch? >> >> Hm, for the lists archieves, here is the patch inline: > > I found your mail on the web since, somehow, I didn't get it. That's why: ----- A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. Reason: spam filter or virus scanner rejected message because: 553 5.3.0 ... 553TLD ru domain is abused by spammers The following address(es) failed: andreaml@localhost SMTP error: 553 5.3.0 ... 553TLD ru domain is abused by spammers Reporting-MTA: dns; soth.ventu Final-Recipient: rfc822; andreaml@localhost Last-Attempt-Date: Fri, 27 Dec 2013 14:48:18 +0100 (CET) Action: failed Status: 5.3.0 Diagnostic-Code: 553 5.3.0 ... 553TLD ru domain is abused by spammers ----- > I tried your patch and I was able to install xorg-server again. OK, nobody complained at x11@ (anybody?) so far. I think I'll commit the fix. Thanks for the report, test and confirmation. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 07:54:55 2013 Return-Path: Delivered-To: freebsd-x11@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 E3F78199 for ; Mon, 30 Dec 2013 07:54:55 +0000 (UTC) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97C85113D for ; Mon, 30 Dec 2013 07:54:55 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward13.mail.yandex.net (Yandex) with ESMTP id 5D9B2140321 for ; Mon, 30 Dec 2013 11:54:45 +0400 (MSK) Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 3BF721B60212 for ; Mon, 30 Dec 2013 11:54:45 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id RraEWxRfa2-siF8Y3To; Mon, 30 Dec 2013 11:54:44 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: 61c57245-1435-476d-af3f-dd46fa0e0103 Message-ID: <52C126C4.3090501@passap.ru> Date: Mon, 30 Dec 2013 11:54:44 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: xorg-server install References: <52C077B0.2020403@netfence.it> <52C122EC.7080704@passap.ru> In-Reply-To: <52C122EC.7080704@passap.ru> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 07:54:56 -0000 30.12.2013 11:38, Boris Samorodov пишет: > 29.12.2013 23:27, Andrea Venturoli пишет: >> I tried your patch and I was able to install xorg-server again. > OK, nobody complained at x11@ (anybody?) so far. I think I'll commit > the fix. OK, this is an obvious fix. But I don't like to break someone's patches. So, would anybody complain if I commit this patch (add a space after @comment): ----- Index: x11-servers/xorg-server/Makefile =================================================================== --- x11-servers/xorg-server/Makefile (revision 337683) +++ x11-servers/xorg-server/Makefile (working copy) @@ -111,7 +111,7 @@ PLIST_SUB+= SUID="" .else CONFIGURE_ARGS+=--enable-install-setuid=no -PLIST_SUB+= SUID="@comment" +PLIST_SUB+= SUID="@comment " .endif .if ${ARCH} == i386 ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 10:44:07 2013 Return-Path: Delivered-To: x11@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 E573681A for ; Mon, 30 Dec 2013 10:44:07 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D12CB1EE2 for ; Mon, 30 Dec 2013 10:44:07 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUAi7fA038700 for ; Mon, 30 Dec 2013 10:44:07 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBUAi7bT038696; Mon, 30 Dec 2013 10:44:07 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312301044.rBUAi7bT038696@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 30 Dec 2013 10:44:07 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 10:44:08 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-servers/xephyr | 1.7.7 | 1.15.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-dmx | 1.7.7 | 1.15.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-nestserver | 1.7.7 | 1.15.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-server | 1.7.7 | 1.15.0 ------------------------------------------------+-----------------+------------ x11-servers/xorg-vfbserver | 1.7.7 | 1.15.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 10:59:58 2013 Return-Path: Delivered-To: freebsd-x11@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 40268C55 for ; Mon, 30 Dec 2013 10:59:58 +0000 (UTC) Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 84B2B1FAD for ; Mon, 30 Dec 2013 10:59:57 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep23-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131230105949.SAWK15161.viefep23-int.chello.at@edge02.upcmail.net>; Mon, 30 Dec 2013 11:59:49 +0100 Received: from crashalot.rainbow-runner.nl ([95.96.229.21]) by edge02.upcmail.net with edge id 7mzn1n01P0ULilr02mzpd4; Mon, 30 Dec 2013 11:59:49 +0100 X-SourceIP: 95.96.229.21 Message-ID: <52C1518F.5050700@rainbow-runner.nl> Date: Mon, 30 Dec 2013 11:57:19 +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: Boris Samorodov , freebsd-x11@freebsd.org Subject: Re: xorg-server install References: <52C077B0.2020403@netfence.it> <52C122EC.7080704@passap.ru> <52C126C4.3090501@passap.ru> In-Reply-To: <52C126C4.3090501@passap.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 10:59:58 -0000 On 12/30/13 08:54, Boris Samorodov wrote: > 30.12.2013 11:38, Boris Samorodov пишет: >> 29.12.2013 23:27, Andrea Venturoli пишет: > >>> I tried your patch and I was able to install xorg-server again. > >> OK, nobody complained at x11@ (anybody?) so far. I think I'll commit >> the fix. > > OK, this is an obvious fix. But I don't like to break someone's patches. > So, would anybody complain if I commit this patch (add a space after > @comment): Approved, and this would probaly be my fault :) > ----- > Index: x11-servers/xorg-server/Makefile > =================================================================== > --- x11-servers/xorg-server/Makefile (revision 337683) > +++ x11-servers/xorg-server/Makefile (working copy) > @@ -111,7 +111,7 @@ > PLIST_SUB+= SUID="" > .else > CONFIGURE_ARGS+=--enable-install-setuid=no > -PLIST_SUB+= SUID="@comment" > +PLIST_SUB+= SUID="@comment " > .endif > > .if ${ARCH} == i386 > ----- > From owner-freebsd-x11@FreeBSD.ORG Mon Dec 30 11:06:57 2013 Return-Path: Delivered-To: freebsd-x11@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 557189A for ; Mon, 30 Dec 2013 11:06:57 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 411A41119 for ; Mon, 30 Dec 2013 11:06:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBUB6vPw058315 for ; Mon, 30 Dec 2013 11:06:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBUB6uvb058313 for freebsd-x11@FreeBSD.org; Mon, 30 Dec 2013 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Dec 2013 11:06:56 GMT Message-Id: <201312301106.rBUB6uvb058313@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Dec 2013 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/185182 x11 x11/xorg of 10-RC2 has blank screen on APU-3400 system o ports/185105 x11 [patch update] x11/xcb-proto 1.9 -> 1.10 o ports/185104 x11 [patch update] update x11/libxcb 1.9.3 -> 1.10 o ports/185090 x11 [UPDATE] x11/pixman, add license information o ports/184967 x11 graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 o ports/184957 x11 [patch] fid graphics/dri, graphics/libdrm for powerpc o ports/184952 x11 x11-servers/xorg-server: Slave port makefiles all have o ports/184104 x11 x11/xorg: i830 display code hangs during startup o ports/183478 x11 x11-servers/xorg-server: DEVD backend is broken, here' o ports/183435 x11 x11/xorg: 100% CPU use of xorg using firefox when show o ports/182969 x11 x11/xorg: Xorg crashes on -configure o ports/182875 x11 graphics/dri: make: "/usr/ports/graphics/dri/Makefile" o ports/182609 x11 [patch] x11-servers/xorg-server: really init and confi o ports/182002 x11 x11-wm/xcompmgr shadow rendering patch o ports/181660 x11 [patch] x11-servers/xorg-server: fix typos and new xor o ports/181318 x11 x11-servers/xorg-server does not compile or ARM o ports/181202 x11 x11-servers/xorg: xorg-7.x meta package missing o ports/181140 x11 [patch]x11/pixman fix typo & build issue on arm o ports/180023 x11 x11-servers/xorg: xorg (WITH_NEW_XORG) on 10-CURRENT i o ports/178670 x11 x11/xorg: X does not refresh upper 1/4 screen in some a ports/178170 x11 [patch] x11-servers/xorg-server: xkb misbehaviour on k o ports/176705 x11 graphics/libGL : Fix complitation (not useability) on o ports/176703 x11 graphics/dri : Fix complitation (not useability) on AR f ports/175532 x11 x11/xdm: /bin/cp -n /usr/local/share/examples/xdm/Give o ports/171422 x11 graphics/libGL build error with python3.2 o ports/170852 x11 [PATCH] x11-fonts/encodings: encodings.dir includes bo o ports/170690 x11 x11-servers/xorg-server eats memory o ports/169794 x11 x11/xdm, several /usr/local/lib/X11/xdm/ files missing o ports/169561 x11 [patch] x11-toolkits/libXmu: disable specs o ports/169560 x11 [patch] x11/libICE: disable specs o ports/169559 x11 [patch] x11-fonts/fontsproto: disable specs o ports/166163 x11 graphics/dri: gthumb port crashes (SIGSEGV) within the o ports/160963 x11 [patch] x11/bigreqsproto: disable specs a ports/159792 x11 [patch] USB HID devices support for x11-drivers/xf86-i f ports/158513 x11 Broken Xvideo in x11-drivers/xf86-video-intel drivers s ports/156405 x11 x11-drivers/xf86-video-ati driver: no hardware renderi o ports/155696 x11 [patch] x11-servers/xorg-server: chase AIGLX altered d o ports/154502 x11 x11/xdm authorization failure when used with E17 windo o ports/149743 x11 x11/xorg: garbled window since Xorg-7.5 o ports/148591 x11 information note for x11-drivers/xf86-input-synaptics 40 problems total. From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 13:22:44 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 7937B5AE; Tue, 31 Dec 2013 13:22:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC931166; Tue, 31 Dec 2013 13:22:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVDMiKJ046992; Tue, 31 Dec 2013 13:22:44 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVDMiT9046991; Tue, 31 Dec 2013 13:22:44 GMT (envelope-from kwm) Date: Tue, 31 Dec 2013 13:22:44 GMT Message-Id: <201312311322.rBVDMiT9046991@freefall.freebsd.org> To: freebsd@marino.st, kwm@FreeBSD.org, freebsd-x11@FreeBSD.org From: kwm@FreeBSD.org Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 13:22:44 -0000 Synopsis: x11-servers/xorg-server: Slave port makefiles all have same error State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Tue Dec 31 13:22:27 UTC 2013 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184952 From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 13:30:02 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 75C399A3 for ; Tue, 31 Dec 2013 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6313911A3 for ; Tue, 31 Dec 2013 13:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVDU2LI047579 for ; Tue, 31 Dec 2013 13:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVDU2mH047578; Tue, 31 Dec 2013 13:30:02 GMT (envelope-from gnats) Date: Tue, 31 Dec 2013 13:30:02 GMT Message-Id: <201312311330.rBVDU2mH047578@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184952: commit references a PR X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 13:30:02 -0000 The following reply was made to PR ports/184952; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184952: commit references a PR Date: Tue, 31 Dec 2013 13:22:24 +0000 (UTC) Author: kwm Date: Tue Dec 31 13:22:14 2013 New Revision: 338299 URL: http://svnweb.freebsd.org/changeset/ports/338299 Log: Remove extra bsd.port.options.mk, it already defined in the master port. PR: ports/184952 Submitted by: marino@ Modified: head/x11-servers/xephyr/Makefile Modified: head/x11-servers/xephyr/Makefile ============================================================================== --- head/x11-servers/xephyr/Makefile Tue Dec 31 13:17:05 2013 (r338298) +++ head/x11-servers/xephyr/Makefile Tue Dec 31 13:22:14 2013 (r338299) @@ -21,8 +21,6 @@ CONFIGURE_ARGS= --enable-kdrive --enable SLAVE_PORT= yes PLIST_FILES= bin/Xephyr man/man1/Xephyr.1.gz -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${STAGEDIR}${PREFIX}/bin/ .if defined(WITH_NEW_XORG) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 13:57:05 2013 Return-Path: Delivered-To: x11@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 95CBEFFE for ; Tue, 31 Dec 2013 13:57:05 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 814B21376 for ; Tue, 31 Dec 2013 13:57:05 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVDv5dG013616 for ; Tue, 31 Dec 2013 13:57:05 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id rBVDv52M013613; Tue, 31 Dec 2013 13:57:05 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201312311357.rBVDv52M013613@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 31 Dec 2013 13:57:05 +0000 From: portscout@FreeBSD.org To: x11@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 13:57:05 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/x11@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ x11-drivers/xf86-video-intel | 2.7.1 | 2.99.907 ------------------------------------------------+-----------------+------------ x11-drivers/xf86-video-intel29 | 2.9.1 | 2.99.907 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 18:30:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 9BE9EB0A for ; Tue, 31 Dec 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E6FF1651 for ; Tue, 31 Dec 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVIU1d4038590 for ; Tue, 31 Dec 2013 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVIU1Qp038589; Tue, 31 Dec 2013 18:30:01 GMT (envelope-from gnats) Date: Tue, 31 Dec 2013 18:30:01 GMT Message-Id: <201312311830.rBVIU1Qp038589@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Niclas Zeising Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Niclas Zeising List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 18:30:01 -0000 The following reply was made to PR ports/184952; it has been noted by GNATS. From: Niclas Zeising To: bug-followup@FreeBSD.org, freebsd@marino.st, kwm@freebsd.org Cc: Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error Date: Tue, 31 Dec 2013 19:23:59 +0100 This breaks detection of WITH_NEW_XORG= and needs to be reverted. Regards! -- Niclas Zeising From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 19:50:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 A0C7A405 for ; Tue, 31 Dec 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A51F1B14 for ; Tue, 31 Dec 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVJo1fK054858 for ; Tue, 31 Dec 2013 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVJo18W054843; Tue, 31 Dec 2013 19:50:01 GMT (envelope-from gnats) Date: Tue, 31 Dec 2013 19:50:01 GMT Message-Id: <201312311950.rBVJo18W054843@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: John Marino Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: John Marino List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 19:50:01 -0000 The following reply was made to PR ports/184952; it has been noted by GNATS. From: John Marino To: Niclas Zeising Cc: bug-followup@FreeBSD.org, freebsd@marino.st, kwm@freebsd.org, Baptiste Daroussin Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error Date: Tue, 31 Dec 2013 20:43:00 +0100 On 12/31/2013 19:23, Niclas Zeising wrote: > This breaks detection of WITH_NEW_XORG= and needs to be reverted. > Regards! Then your WITH_NEW_XORG detection is wrong. Having bsd.ports.options.mk loaded multiple times causes problems, such as applying the same patches multiple times (if patches are present). It was detected independently by myself and kwm. By the way, the "detection" broke DragonFly too because of the use of OSVERSION without OPSYS. I'd say the detection is what needs to be reverted. (DragonFly has /etc/defaults/make.conf so we put WITH_NEW_XORG defaults there) John From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 20:20:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 5462595A for ; Tue, 31 Dec 2013 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DD061DC8 for ; Tue, 31 Dec 2013 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVKK1In061652 for ; Tue, 31 Dec 2013 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVKK178061648; Tue, 31 Dec 2013 20:20:01 GMT (envelope-from gnats) Date: Tue, 31 Dec 2013 20:20:01 GMT Message-Id: <201312312020.rBVKK178061648@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: Niclas Zeising Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Niclas Zeising List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 20:20:01 -0000 The following reply was made to PR ports/184952; it has been noted by GNATS. From: Niclas Zeising To: marino@freebsd.org Cc: John Marino , bug-followup@FreeBSD.org, freebsd@marino.st, kwm@freebsd.org, Baptiste Daroussin Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error Date: Tue, 31 Dec 2013 21:17:23 +0100 On 12/31/13 20:43, John Marino wrote: > On 12/31/2013 19:23, Niclas Zeising wrote: >> This breaks detection of WITH_NEW_XORG= and needs to be reverted. >> Regards! > > Then your WITH_NEW_XORG detection is wrong. > Having bsd.ports.options.mk loaded multiple times causes problems, such > as applying the same patches multiple times (if patches are present). > It was detected independently by myself and kwm. > > By the way, the "detection" broke DragonFly too because of the use of > OSVERSION without OPSYS. > > I'd say the detection is what needs to be reverted. > > (DragonFly has /etc/defaults/make.conf so we put WITH_NEW_XORG defaults > there) FreeBSD has no such thing, so that is not an option. Currently WITH_NEW_XORG is defined in bsd.port.mk, which is included from bsd.port.options.mk. This needs to be included WITH_NEW_XORG is checked. Bapt said that the best way was to include bsd.port.options.mk before checking for WITH_NEW_XORG. I will leave this as-is for now, since I'm not in a position to develop a better solution currently, however, this has to be revisisted asap. Regards! -- Niclas Zeising From owner-freebsd-x11@FreeBSD.ORG Tue Dec 31 21:40:01 2013 Return-Path: Delivered-To: freebsd-x11@smarthost.ysv.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 908962A5 for ; Tue, 31 Dec 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BDF21242 for ; Tue, 31 Dec 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBVLe1fW078491 for ; Tue, 31 Dec 2013 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBVLe1NX078490; Tue, 31 Dec 2013 21:40:01 GMT (envelope-from gnats) Date: Tue, 31 Dec 2013 21:40:01 GMT Message-Id: <201312312140.rBVLe1NX078490@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org Cc: From: John Marino Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: John Marino List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2013 21:40:01 -0000 The following reply was made to PR ports/184952; it has been noted by GNATS. From: John Marino To: Niclas Zeising Cc: marino@freebsd.org, bug-followup@FreeBSD.org, freebsd@marino.st, kwm@freebsd.org, Baptiste Daroussin Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error Date: Tue, 31 Dec 2013 22:33:03 +0100 On 12/31/2013 21:17, Niclas Zeising wrote: > On 12/31/13 20:43, John Marino wrote: >> On 12/31/2013 19:23, Niclas Zeising wrote: >>> This breaks detection of WITH_NEW_XORG= and needs to be reverted. >>> Regards! >> >> Then your WITH_NEW_XORG detection is wrong. >> Having bsd.ports.options.mk loaded multiple times causes problems, such >> as applying the same patches multiple times (if patches are present). >> It was detected independently by myself and kwm. >> >> By the way, the "detection" broke DragonFly too because of the use of >> OSVERSION without OPSYS. >> >> I'd say the detection is what needs to be reverted. >> >> (DragonFly has /etc/defaults/make.conf so we put WITH_NEW_XORG defaults >> there) > > > FreeBSD has no such thing, so that is not an option. Yes, I was surprised to discover this when I investigated earlier. > Currently WITH_NEW_XORG is defined in bsd.port.mk, which is included from > bsd.port.options.mk. This needs to be included WITH_NEW_XORG is > checked. Bapt said that the best way was to include bsd.port.options.mk > before checking for WITH_NEW_XORG. I will leave this as-is for now, > since I'm not in a position to develop a better solution currently, > however, this has to be revisisted asap. If bsd.ports.options.mk is loaded at least once, why does removing it from xephry/nested/vbf slave ports break the detection? Should not it still work since xorg-server loads it? John