From rnejdl@tethys.ringofsaturn.com  Wed Nov 13 22:55:45 2013
Return-Path: <rnejdl@tethys.ringofsaturn.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 33D00FF5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Nov 2013 22:55:45 +0000 (UTC)
Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 0730F2759
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Nov 2013 22:55:44 +0000 (UTC)
Received: from ASSP.nospam (localhost [127.0.0.1])
	by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id rADMtcUO076388
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Nov 2013 16:55:38 -0600 (CST)
	(envelope-from rnejdl@tethys.ringofsaturn.com)
Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com)
	by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9.9); 13 Nov 2013 16:55:37 -0600
Received: (from rnejdl@localhost)
	by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id rADMtb7W076387;
	Wed, 13 Nov 2013 16:55:37 -0600 (CST)
	(envelope-from rnejdl)
Message-Id: <assp.0029b15693.201311132255.rADMtb7W076387@tethys.ringofsaturn.com>
Date: Wed, 13 Nov 2013 16:55:37 -0600 (CST)
From: Rusty Nejdl <rnejdl@ringofsaturn.com>
Reply-To: Rusty Nejdl <rnejdl@ringofsaturn.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Fix build with FreeBSD 10 for ports www/mozplugger
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         183938
>Category:       ports
>Synopsis:       Fix build with FreeBSD 10 for ports www/mozplugger
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 13 23:00:00 UTC 2013
>Closed-Date:    Thu Nov 21 19:16:29 UTC 2013
>Last-Modified:  Thu Nov 21 19:20:00 UTC 2013
>Originator:     Rusty Nejdl
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 9.2-STABLE FreeBSD 9.2-STABLE #1 r257395: Wed Oct 30 17:37:14 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64


>Description:
	Fix build with clang on FreeBSD 10 for ports www/mozplugger.

>How-To-Repeat:

>Fix:


--- mozplugger.patch begins here ---
diff -ruN mozplugger/Makefile mozplugger.new/Makefile
--- mozplugger/Makefile	2013-09-22 17:16:20.000000000 -0500
+++ mozplugger.new/Makefile	2013-11-13 16:54:26.000000000 -0600
@@ -27,6 +27,7 @@
 
 	@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
 		${WRKSRC}/mozplugger.c
+	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
 
 post-install:
 	@${ECHO_MSG}
--- mozplugger.patch ends here ---


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Nov 13 23:00:08 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183938 
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Thu Nov 21 18:29:15 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183938 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Nov 21 19:16:28 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183938 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183938: commit references a PR
Date: Thu, 21 Nov 2013 19:16:18 +0000 (UTC)

 Author: pawel
 Date: Thu Nov 21 19:16:11 2013
 New Revision: 334512
 URL: http://svnweb.freebsd.org/changeset/ports/334512
 
 Log:
   Respect CC
   
   PR:		ports/183938
   Submitted by:	maintainer
 
 Modified:
   head/www/mozplugger/Makefile
 
 Modified: head/www/mozplugger/Makefile
 ==============================================================================
 --- head/www/mozplugger/Makefile	Thu Nov 21 19:06:50 2013	(r334511)
 +++ head/www/mozplugger/Makefile	Thu Nov 21 19:16:11 2013	(r334512)
 @@ -27,6 +27,7 @@ post-patch:
  
  	@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
  		${WRKSRC}/mozplugger.c
 +	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
  
  post-install:
  	@${ECHO_MSG}
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
