From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 4 11:30:29 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 133E716A4CF for ; Thu, 4 Nov 2004 11:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A7D43D31 for ; Thu, 4 Nov 2004 11:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iA4BUSLO085802 for ; Thu, 4 Nov 2004 11:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA4BUSQZ085801; Thu, 4 Nov 2004 11:30:28 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 11:30:28 GMT Resent-Message-Id: <200411041130.iA4BUSQZ085801@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 472AD16A4CF for ; Thu, 4 Nov 2004 11:30:24 +0000 (GMT) Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366DF43D48 for ; Thu, 4 Nov 2004 11:30:23 +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 iA4BTeR5054227; Thu, 4 Nov 2004 12:29:40 +0100 (CET) (envelope-from mohacsi) Message-Id: <200411041129.iA4BTeR5054227@scone.ki.iif.hu> Date: Thu, 4 Nov 2004 12:29:40 +0100 (CET) From: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73528: [PATCH] mbone/rat: Unbreak compilation problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 11:30:29 -0000 >Number: 73528 >Category: ports >Synopsis: [PATCH] mbone/rat: Unbreak compilation problem >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:30:28 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 mbone/rat port to compile on FreeBSD 5.x. This is a rather quick workaround. Real solution would be to upgrade autoconf suite used by rat to one the latest version... It is a feature request for original developers. Added file(s): - files/patch-rat_configure.in Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: Apply this diff. >Fix: --- rat-4.2.25_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mbone/rat.orig/Makefile /usr/ports/mbone/rat/Makefile --- /usr/ports/mbone/rat.orig/Makefile Wed Sep 29 14:46:14 2004 +++ /usr/ports/mbone/rat/Makefile Wed Nov 3 10:26:29 2004 @@ -31,10 +31,6 @@ .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${OSVERSION} >= 400014 ENABLE_IPv6= --enable-ipv6 .endif diff -ruN --exclude=CVS /usr/ports/mbone/rat.orig/files/patch-rat_configure.in /usr/ports/mbone/rat/files/patch-rat_configure.in --- /usr/ports/mbone/rat.orig/files/patch-rat_configure.in Thu Jan 1 01:00:00 1970 +++ /usr/ports/mbone/rat/files/patch-rat_configure.in Wed Nov 3 10:32:45 2004 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- rat/configure.in.orig ++++ rat/configure.in +@@ -147,7 +147,7 @@ + [EXTRAOBJ="$EXTRA_OBJ usleep.o" + AC_DEFINE(NEED_USLEEP)]) + +-AC_CHECK_FUNC(snprintf,,AC_DEFINE(NEED_SNPRINTF)) ++#AC_CHECK_FUNC(snprintf,,AC_DEFINE(NEED_SNPRINTF)) + + AC_SUBST(EXTRA_OBJ) + --- rat-4.2.25_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: