From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 25 11:40:16 2003 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 8E37916A4B3 for ; Sat, 25 Oct 2003 11:40:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5358043FDF for ; Sat, 25 Oct 2003 11:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9PIeDFY061050 for ; Sat, 25 Oct 2003 11:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9PIeDYa061049; Sat, 25 Oct 2003 11:40:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 25 Oct 2003 11:40:13 -0700 (PDT) Resent-Message-Id: <200310251840.h9PIeDYa061049@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, "Samy Al Bahra" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 096F616A4B3 for ; Sat, 25 Oct 2003 11:32:17 -0700 (PDT) Received: from essence.sdodson.com (67-50-89-87.br2.tbr.ga.frontiernet.net [67.50.89.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B4643F75 for ; Sat, 25 Oct 2003 11:32:15 -0700 (PDT) (envelope-from samy@kerneled.com) Received: from beastie.freebsd.local (dial37-38.sbm.net.sa [212.46.37.38]) by essence.sdodson.com (8.12.10/8.12.10) with ESMTP id h9PDVHeR000733 for ; Sat, 25 Oct 2003 13:31:21 GMT (envelope-from samy@kerneled.com) Message-Id: 1067088753@beastie.freebsd.local Date: Sat, 25 Oct 2003 16:32:46 +0300 From: "Samy Al Bahra" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: gtk-send-pr 0.1 Subject: ports/58532: Fix net/ari-yahoo build on 5.X 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: Sat, 25 Oct 2003 18:40:16 -0000 >Number: 58532 >Category: ports >Synopsis: Fix net/ari-yahoo build on 5.X >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 25 11:40:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Samy Al Bahra >Release: FreeBSD 5.1-CURRENT i386 >Organization: Kerneled >Environment: System: FreeBSD beastie.freebsd.local 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 20 18:35:24 AST 2003 samy@beastie.freebsd.local:/usr/src/sys/i386/compile/KERNELED i386 >Description: For some reason net/ari-yahoo does not detect and include stdarg.h properly. The attached patch forces these options. >How-To-Repeat: Build on a 5.X machine. >Fix: diff -ruN ari-yahoo/Makefile /tmp/ari-yahoo/Makefile --- ari-yahoo/Makefile Sat Oct 25 16:26:52 2003 +++ /tmp/ari-yahoo/Makefile Sat Oct 25 16:26:31 2003 @@ -17,10 +17,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include +.include diff -ruN ari-yahoo/files/patch-Makefile.in /tmp/ari-yahoo/files/patch-Makefile.in --- ari-yahoo/files/patch-Makefile.in Thu Jan 1 03:00:00 1970 +++ /tmp/ari-yahoo/files/patch-Makefile.in Sat Oct 25 16:25:33 2003 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Oct 25 16:25:12 2003 ++++ Makefile.in Sat Oct 25 16:24:26 2003 +@@ -64,7 +64,7 @@ + VERSION = @VERSION@ + + CC = @CC@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ -DHAVE_STDARGS -DHAVE_SNPRINTF + INCLUDES = -I$(srcdir) -I$(srcdir)/libyahoo + + SUBDIRS = libyahoo >Release-Note: >Audit-Trail: >Unformatted: