From owner-freebsd-ports@FreeBSD.ORG Sun Mar 17 22:14:28 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D48F4F16 for ; Sun, 17 Mar 2013 22:14:28 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id B55A1651 for ; Sun, 17 Mar 2013 22:14:27 +0000 (UTC) Received: from [192.168.1.21] (164.red-88-9-213.dynamicip.rima-tde.net [88.9.213.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 5A5F543CFF; Sun, 17 Mar 2013 17:14:18 -0500 (CDT) Message-ID: <51464033.6010909@marino.st> Date: Sun, 17 Mar 2013 23:14:11 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Chris Petrik Subject: Re: Gnustep group References: <1363554409.51642@da3m0n8t3r.com> <51463C7C.8090405@sdf.org> In-Reply-To: <51463C7C.8090405@sdf.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Mar 2013 22:14:28 -0000 On 3/17/2013 22:58, Chris Petrik wrote: >> >> Yes, after review I notice the GNUstep ports are totally not working.. >> it doesn't work with base clang. >> >> However, clang in ports works, and all the GNUstep modules build from >> svn without issue.. so it really should be a piece of cake to build >> some new GNUstep ports.. if there's interest. >> Here are my notes so far. >> FWIW - All the GNUstep ports build fine in DPorts (ports on DragonFly). However, the compiler uses is the base compiler, which is GCC 4.7 with ObjC built-in. That would imply setting USE_GCC=4.6+ would "fix" gnustep on ports, no? John