From root@ahze.net  Mon Apr 26 21:59:29 2004
Return-Path: <root@ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A22F116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Apr 2004 21:59:29 -0700 (PDT)
Received: from ahze.ahze.net (adsl-068-209-163-003.sip.clt.bellsouth.net [68.209.163.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 52C4D43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Apr 2004 21:59:29 -0700 (PDT)
	(envelope-from root@ahze.net)
Received: by ahze.ahze.net (Postfix, from userid 0)
	id EE279645D; Tue, 27 Apr 2004 01:00:13 -0400 (EDT)
Message-Id: <20040427050013.EE279645D@ahze.ahze.net>
Date: Tue, 27 Apr 2004 01:00:13 -0400 (EDT)
From: michael johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: matt@fruitsalad.org
Subject: [PATCH] net/rdesktop: [make ccache friendly]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         66012
>Category:       ports
>Synopsis:       [PATCH] net/rdesktop: [make ccache friendly]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 26 22:00:34 PDT 2004
>Closed-Date:    Tue Apr 27 11:40:24 PDT 2004
>Last-Modified:  Tue Apr 27 11:40:24 PDT 2004
>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:

From: Michael Johnson <ahze@ahze.net>
To: michael johnson <ahze@ahze.net>, freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/66012: [PATCH] net/rdesktop: [make ccache friendly]
Date: Tue, 27 Apr 2004 01:38:53 -0400

 i forgot i already sent this in under pr ports/65111
 I guess it should be closed.
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Apr 27 11:40:13 PDT 2004 
State-Changed-Why:  
Duplicate of ports/65111 

http://www.freebsd.org/cgi/query-pr.cgi?pr=66012 
>Unformatted:
