Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2004 08:22:17 +0200
From:      "Matt Douhan" <matt@hasta.se>
To:        "michael johnson" <ahze@ahze.net>, <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/66015: SV: [PATCH] net/rdesktop: [make ccache friendly]
Message-ID:  <BLEEIOPBIICNNGCFBBKOMEJDCAAA.matt@hasta.se>
Resent-Message-ID: <200404270630.i3R6U7oC054060@freefall.freebsd.org>
In-Reply-To: <20040427050013.EE279645D@ahze.ahze.net>

next in thread | previous in thread | raw e-mail | index | archive | help

>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]
 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLEEIOPBIICNNGCFBBKOMEJDCAAA.matt>