From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 974F2F29 for ; Wed, 18 Dec 2013 00:20:00 +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 58B5C1B55 for ; Wed, 18 Dec 2013 00:20:00 +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 rBI0K0I8057056 for ; Wed, 18 Dec 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI0K0B7057055; Wed, 18 Dec 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 00:20:00 GMT Resent-Message-Id: <201312180020.rBI0K0B7057055@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino 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 BC117C9F for ; Wed, 18 Dec 2013 00:13:52 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A82B61B1A for ; Wed, 18 Dec 2013 00:13:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBI0DqLY035361 for ; Wed, 18 Dec 2013 00:13:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI0Dq3R035356; Wed, 18 Dec 2013 00:13:52 GMT (envelope-from nobody) Message-Id: <201312180013.rBI0Dq3R035356@oldred.freebsd.org> Date: Wed, 18 Dec 2013 00:13:52 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:20:00 -0000 >Number: 184952 >Category: ports >Synopsis: x11-servers/xorg-server: Slave port makefiles all have same error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: I reported this issue over IRC but apparently it has been forgotten. I am writing this down via PR officially now. x11-servers/xorg-nestserver x11-servers/xorg-vfbserver x11-servers/xephyr are all slave ports of x11-servers, and all have the same issue: They each have this line: .include As these are slave ports, there are no options defined. So at the very best, it's a useless line that needs cleaning up. However, it actually causes duplicate loading of Makefile.* which breaks dports (it causes patches to be applied twice). Please remove these extraneous includes >How-To-Repeat: >Fix: remove ".include " line from each of these three ports. >Release-Note: >Audit-Trail: >Unformatted: