From owner-svn-ports-all@FreeBSD.ORG Mon Jan 6 13:09:00 2014 Return-Path: Delivered-To: svn-ports-all@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 151BE79D; Mon, 6 Jan 2014 13:09:00 +0000 (UTC) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28A9A1F65; Mon, 6 Jan 2014 13:08:59 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d17so7886317eek.11 for ; Mon, 06 Jan 2014 05:08:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8kR8EpewxumsMefJZ9efEU0JpzIq2Rolo6VvKUhhHsc=; b=wH1wSnlohu6lOiQ1ENBfcES3Rn6hak+tfm2PEUi9esnsAwKeQmF6aQJc+okIagYxR8 0UvDuMSNKTPCoUVIzMMcQjpMvVxXAgQjqRXvnva3iBDkgkoG6AOt0rdYAW6DMn/Y1aEW kzp8Nu0SNvGwiQIy7XJtLvDT1999EVuE1w2/gyFlFCQIwQ+sbfKTjCk3LbXcoGUAIt2e TU25oiHwCAQLI/I2GGTYOLSkMf1RUKOhQzamGD+/R7ch4m5l7hW6CDJO+QqYjL8+UUwP ybgrBYYERdv2TsReaPxXhupJ2eoCEoxHvR9T5oNHPBkWZkUXu1ZktjRLatxyq//+BVle x+Fg== X-Received: by 10.14.175.131 with SMTP id z3mr16601046eel.65.1389013737120; Mon, 06 Jan 2014 05:08:57 -0800 (PST) Received: from [192.168.178.28] (a82-161-212-209.adsl.xs4all.nl. [82.161.212.209]) by mx.google.com with ESMTPSA id 7sm25898588eee.12.2014.01.06.05.08.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 Jan 2014 05:08:56 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <52CAAAE6.8070102@freebsd.org> Date: Mon, 06 Jan 2014 14:08:54 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= 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 Subject: Re: svn commit: r338864 - head/games/el References: <201401061146.s06Bk2Vd016817@svn.freebsd.org> <52CA9BD7.5090305@marino.st> In-Reply-To: <52CA9BD7.5090305@marino.st> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 13:09:00 -0000 On 01/06/2014 13:04, John Marino wrote: > On 1/6/2014 12:46, Rene Ladan wrote: >> Author: rene >> Date: Mon Jan 6 11:46:02 2014 >> New Revision: 338864 >> URL: http://svnweb.freebsd.org/changeset/ports/338864 >> >> Log: >> Try to build after games/el-data is resurrected. >> >> Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN: >> > LINK el.bin >> > /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition >> > /usr/local/lib/libX11.so.6: could not read symbols: Bad value >> > That's usually a trivial fix. > Often "LDFLAGS+= -L${LOCALBASE}/lib -lX11" would fix that. In any case, > it needs at least one additional linker flag. That did the trick, see r338874. René