From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 20 09:50: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 78BEC156 for ; Tue, 20 May 2014 09:50: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 63F432207 for ; Tue, 20 May 2014 09:50: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 s4K9o1WE083781 for ; Tue, 20 May 2014 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4K9o1Wa083780; Tue, 20 May 2014 09:50:01 GMT (envelope-from gnats) Date: Tue, 20 May 2014 09:50:01 GMT Message-Id: <201405200950.s4K9o1Wa083780@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Dominic Fandrey Subject: Re: ports/188375: [patch] net-im/pidgin-latex broken on systems without gcc Reply-To: Dominic Fandrey X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 09:50:01 -0000 The following reply was made to PR ports/188375; it has been noted by GNATS. From: Dominic Fandrey To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de Cc: Subject: Re: ports/188375: [patch] net-im/pidgin-latex broken on systems without gcc Date: Tue, 20 May 2014 11:45:25 +0200 This is a multi-part message in MIME format. --------------090704080402020901050604 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Apparently the patch was committed, but with an additional Makefile change that breaks it for CC containing spaces. A fix is attached. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? --------------090704080402020901050604 Content-Type: text/plain; charset=UTF-8; name="patch-ports-net-im-pidgin-latex.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-ports-net-im-pidgin-latex.txt" Index: net-im/pidgin-latex/Makefile =================================================================== --- net-im/pidgin-latex/Makefile (revision 354619) +++ net-im/pidgin-latex/Makefile (working copy) @@ -21,7 +21,6 @@ USES= gmake pkgconfig tar:bzip2 USE_TEX= latex USE_GNOME= gtk20 -MAKE_ARGS= CC=${CC} PLIST_FILES= lib/pidgin/LaTeX.so --------------090704080402020901050604--