From owner-freebsd-ports@FreeBSD.ORG Sat Sep 27 13:00:25 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 484D916A4B3 for ; Sat, 27 Sep 2003 13:00:25 -0700 (PDT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C6E44034 for ; Sat, 27 Sep 2003 13:00:19 -0700 (PDT) (envelope-from freebsd-ports@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A3LEo-0003aw-00 for ; Sat, 27 Sep 2003 22:00:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A3LBa-0003Yl-00 for ; Sat, 27 Sep 2003 21:56:58 +0200 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1A3LBa-0003eH-00 for ; Sat, 27 Sep 2003 21:56:58 +0200 From: bremner@unb.ca Date: Sat, 27 Sep 2003 16:56:57 -0300 Lines: 20 Message-ID: <0tvfregg3a.wl@nohost.unb.ca> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Complaints-To: usenet@sea.gmane.org Gmane-From: bremner@unb.ca User-Agent: SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) Sender: news Subject: QT ports requiring gcc3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 20:00:25 -0000 I am attempting to update the ipe port to version 6. But two things are new: It seems to require gcc 3.x to compile (I am using 3.3. I have not tested 3.1 and 3.2) It uses QT I saw a previous discussion that said that there is essentially nothing to be done other than compile the qt libraries with gcc3. Leaving aside what a nightmare this is for a port, is there even a way to specify this dependancy in the ports system? Is the short answer that is not worth the effort to make a port on FreeBSD 4.8 for qt applications that require gcc 3? Wanting to the right thing, db