From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 26 23:30:07 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 9422B16A4D0 for ; Mon, 26 Apr 2004 23:30:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7707D43D46 for ; Mon, 26 Apr 2004 23:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3R6U7uG054106 for ; Mon, 26 Apr 2004 23:30:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i3R6U7oC054060; Mon, 26 Apr 2004 23:30:07 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 26 Apr 2004 23:30:07 -0700 (PDT) Resent-Message-Id: <200404270630.i3R6U7oC054060@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, "Matt Douhan" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B26A916A4CE for ; Mon, 26 Apr 2004 23:23:38 -0700 (PDT) Received: from mandarin.fruitsalad.org (pc117.net160.koping.net [81.16.160.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F48D43D60 for ; Mon, 26 Apr 2004 23:23:37 -0700 (PDT) (envelope-from matt@hasta.se) Received: from [192.168.15.68] (helo=fmd) by mandarin.fruitsalad.org with smtp (Exim 4.30; FreeBSD) id 1BIM0F-000IR0-Re; Tue, 27 Apr 2004 08:23:35 +0200 Message-Id: Date: Tue, 27 Apr 2004 08:22:17 +0200 From: "Matt Douhan" To: "michael johnson" , In-Reply-To: <20040427050013.EE279645D@ahze.ahze.net> Subject: ports/66015: SV: [PATCH] net/rdesktop: [make ccache friendly] 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: Tue, 27 Apr 2004 06:30:07 -0000 >Number: 66015 >Category: ports >Synopsis: [PATCH] net/rdesktop: [make ccache friendly] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 26 23:30:06 PDT 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #43: Thu Apr 22 05:38:22 EDT 2004 >Description: - Make ccache friendly Port maintainer (matt@fruitsalad.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- rdesktop-1.3.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 4 Feb 2004 05:08:20 -0000 1.25 +++ Makefile 27 Apr 2004 04:57:31 -0000 @@ -20,6 +20,7 @@ USE_OPENSSL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} +MAKE_ENV= CC="${CC}" DOCS= doc/AUTHORS doc/TODO doc/*.txt MAN1= rdesktop.1 Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/files/patch-configure,v retrieving revision 1.2 diff -u -r1.2 patch-configure --- files/patch-configure 30 Oct 2003 11:54:37 -0000 1.2 +++ files/patch-configure 27 Apr 2004 04:57:47 -0000 @@ -1,7 +1,10 @@ ---- configure.orig Wed Oct 29 23:49:52 2003 -+++ configure Thu Oct 30 11:04:20 2003 -@@ -115,7 +115,7 @@ - echo "CC = $cc" >>Makeconf +--- configure.orig Thu Dec 11 09:59:54 2003 ++++ configure Tue Apr 27 00:57:00 2004 +@@ -112,10 +112,9 @@ + exit 1 + fi + +-echo "CC = $cc" >>Makeconf if $cc -v 2>&1 |grep '^gcc' >/dev/null; then - cflags="$cflags -Wall -O2" @@ -9,7 +12,7 @@ else cflags="$cflags -O" fi -@@ -291,9 +291,9 @@ +@@ -294,8 +293,8 @@ esac @@ -20,4 +23,3 @@ echo "TARGETS = $targets" >>Makeconf echo "configure complete - now run make" - --- rdesktop-1.3.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: Hi Sorry for topposting but this webmailclient is a bit weird when replying, this works for me on STABLE but I have no CURRENT machine running at the moment to test it on, if someone could please test that, then this has maintainer approval to be committed rgds Matt -----Ursprungligt meddelande----- Från: michael johnson [mailto:ahze@ahze.net] Skickat: den 27 april 2004 07:00 Till: FreeBSD-gnats-submit@freebsd.org Kopia: matt@fruitsalad.org Ämne: [PATCH] net/rdesktop: [make ccache friendly]