ports/66012: [PATCH] net/rdesktop: [make ccache friendly]
michael johnson
ahze at ahze.net
Tue Apr 27 05:00:35 UTC 2004
>Number: 66012
>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 22:00:34 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 at 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:
More information about the freebsd-ports-bugs
mailing list