From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 4 11:40:33 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE8916A4CF for ; Thu, 4 Nov 2004 11:40:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE94143D5F for ; Thu, 4 Nov 2004 11:40:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iA4BeWue087003 for ; Thu, 4 Nov 2004 11:40:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4BeWxH087002; Thu, 4 Nov 2004 11:40:32 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 11:40:32 GMT Resent-Message-Id: <200411041140.iA4BeWxH087002@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, Janos Mohacsi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AFB216A4CE; Thu, 4 Nov 2004 11:36:11 +0000 (GMT) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AE143D1D; Thu, 4 Nov 2004 11:36:08 +0000 (GMT) (envelope-from mohacsi@scone.ki.iif.hu) Received: (from mohacsi@localhost) by scone.ki.iif.hu (8.13.1/8.13.1) id iA4BZPnQ054655; Thu, 4 Nov 2004 12:35:25 +0100 (CET) (envelope-from mohacsi) Message-Id: <200411041135.iA4BZPnQ054655@scone.ki.iif.hu> Date: Thu, 4 Nov 2004 12:35:25 +0100 (CET) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: fenner@FreeBSD.org Subject: ports/73529: [PATCH] mbone/vic: Unbreak vic compilation on FreeBSD 5.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Janos Mohacsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 11:40:33 -0000 >Number: 73529 >Category: ports >Synopsis: [PATCH] mbone/vic: Unbreak vic compilation on FreeBSD 5.x >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 11:40:31 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 5.3-STABLE i386 >Organization: NIIF/HUNGARNET >Environment: System: FreeBSD scone.ki.iif.hu 5.3-STABLE FreeBSD 5.3-STABLE #4: Mon Oct 18 13:14:24 CEST 2004 >Description: Unbreak compilation problem of mbone/vic on FreeBSD 5.x. Using older GCC is only a workaround. Also fixes some formating problem in Makefile. Port maintainer (fenner@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: Apply this diff. >Fix: --- vic-2.8.1.1.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mbone/vic.orig/Makefile /usr/ports/mbone/vic/Makefile --- /usr/ports/mbone/vic.orig/Makefile Wed Sep 29 14:46:14 2004 +++ /usr/ports/mbone/vic/Makefile Thu Nov 4 12:31:00 2004 @@ -16,14 +16,14 @@ COMMENT= MBONE video tool LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -BUILD_DEPENDS= ${LOCALBASE}/lib/libuclmmbase.a:${PORTSDIR}/devel/uclmmbase +BUILD_DEPENDS= ${LOCALBASE}/lib/libuclmmbase.a:${PORTSDIR}/devel/uclmmbase WRKSRC= ${WRKDIR}/vic-2.8ucl-1.1.3/vic USE_AUTOCONF_VER= 213 USE_PERL5_BUILD=yes USE_X_PREFIX= yes -CONFIGURE_ARGS= -x-libraries=${PREFIX}/lib \ +CONFIGURE_ARGS= -x-libraries=${PREFIX}/lib \ -x-includes=${PREFIX}/include \ -without-ucltcl \ -with-tcl=${LOCALBASE} \ @@ -35,7 +35,8 @@ .include .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +#workaround until UCL fix it... +USE_GCC= 3.3 .endif pre-patch: --- vic-2.8.1.1.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: