From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 8 10:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD9A9E21 for ; Tue, 8 Apr 2014 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAB9F1DEB for ; Tue, 8 Apr 2014 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s38AK1VI050316 for ; Tue, 8 Apr 2014 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s38AK1Y9050315; Tue, 8 Apr 2014 10:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Apr 2014 10:20:01 GMT Resent-Message-Id: <201404081020.s38AK1Y9050315@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, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30DD8DED for ; Tue, 8 Apr 2014 10:17:20 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB3F1DD3 for ; Tue, 8 Apr 2014 10:17:20 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s38AHIWR007222 for ; Tue, 8 Apr 2014 10:17:18 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s38AHI9o007215; Tue, 8 Apr 2014 10:17:18 GMT (envelope-from nobody) Message-Id: <201404081017.s38AHI9o007215@cgiserv.freebsd.org> Date: Tue, 8 Apr 2014 10:17:18 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188375: [patch] net-im/pidgin-latex broken on systems without gcc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 10:20:02 -0000 >Number: 188375 >Category: ports >Synopsis: [patch] net-im/pidgin-latex broken on systems without gcc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 08 10:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: stable/10 >Organization: private >Environment: FreeBSD AprilRyan.norad 10.0-STABLE FreeBSD 10.0-STABLE #0 r264134: Fri Apr 4 23:28:42 CEST 2014 root@AprilRyan.norad:/usr/obj/S403/amd64/usr/src/sys/S403 amd64 >Description: The plugin Makefile has CC:=gcc hard-coded. >How-To-Repeat: Try to build on a FreeBSD 10 or newer system. >Fix: Patch attached with submission follows: Index: net-im/pidgin-latex/files/patch-Makefile =================================================================== --- net-im/pidgin-latex/files/patch-Makefile (revision 0) +++ net-im/pidgin-latex/files/patch-Makefile (working copy) @@ -0,0 +1,10 @@ +--- Makefile.orig 2014-04-08 12:11:00.000000000 +0200 ++++ Makefile 2014-04-08 12:11:13.000000000 +0200 +@@ -22,7 +22,6 @@ + # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + # + +-CC := gcc + LIBTOOL := libtool + + ifeq ($(PREFIX),) Property changes on: net-im/pidgin-latex/files/patch-Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property >Release-Note: >Audit-Trail: >Unformatted: