From m.seaman@infracaninophile.co.uk  Mon Jan 18 16:59:48 2010
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 84B67106566C;
	Mon, 18 Jan 2010 16:59:48 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1])
	by mx1.freebsd.org (Postfix) with ESMTP id E55EF8FC0A;
	Mon, 18 Jan 2010 16:59:47 +0000 (UTC)
Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.14.4/8.14.3) with ESMTP id o0IGxiBj057067;
	Mon, 18 Jan 2010 16:59:44 GMT
	(envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk)
Received: (from matthew@localhost)
	by happy-idiot-talk.infracaninophile.co.uk (8.14.4/8.14.3/Submit) id o0IGxiPW057066;
	Mon, 18 Jan 2010 16:59:44 GMT
	(envelope-from matthew)
Message-Id: <201001181659.o0IGxiPW057066@happy-idiot-talk.infracaninophile.co.uk>
Date: Mon, 18 Jan 2010 16:59:44 GMT
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erwin@freebsd.org
Subject: [maintainer] www/p5-RTx-Calendar -- fix build for pre-7.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         142943
>Category:       ports
>Synopsis:       [maintainer] www/p5-RTx-Calendar -- fix build for pre-7.1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 18 17:00:19 UTC 2010
>Closed-Date:    Thu Jan 21 20:37:35 UTC 2010
>Last-Modified:  Thu Jan 21 20:40:07 UTC 2010
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.0-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 8.0-STABLE FreeBSD 8.0-STABLE #17: Sun Jan 17 13:37:18 GMT 2010 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

As reported by pointyhat: env(1) did not grow a '-u' option until
7.1-RELEASE, and we still need to support 6.4-RELEASE.

>How-To-Repeat:
	
>Fix:

	

--- p5-RTx-Calendar.diff begins here ---
diff -Nur /usr/ports/www/p5-RTx-Calendar/Makefile p5-RTx-Calendar/Makefile
--- /usr/ports/www/p5-RTx-Calendar/Makefile	2010-01-16 17:16:16.000000000 +0000
+++ p5-RTx-Calendar/Makefile	2010-01-18 16:42:41.000000000 +0000
@@ -52,7 +52,8 @@
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \
-	    ${SETENV} -u PREFIX ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
+	    unset PREFIX && \
+	    ${SETENV} ${CONFIGURE_ENV} ${PERL5} -I${RT_PM_DIR} ./${CONFIGURE_SCRIPT} && \
 	    ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile
 
 .include <bsd.port.mk>
--- p5-RTx-Calendar.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Jan 18 19:30:26 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142943 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jan 21 20:37:35 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142943: commit references a PR
Date: Thu, 21 Jan 2010 20:36:59 +0000 (UTC)

 miwi        2010-01-21 20:36:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-RT-Authen-ExternalAuth Makefile 
     www/p5-RT-Extension-LDAPImport Makefile 
     www/p5-RT-Extension-SLA Makefile 
     www/p5-RTx-Calendar  Makefile 
   Log:
   As reported by pointyhat: env(1) did not grow a '-u' option until
   7.1-RELEASE, and we still need to support 6.4-RELEASE.
   
   PR:             ports/142940 ports/142941 ports/142942 ports/142943
   Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
   
   Revision  Changes    Path
   1.6       +2 -1      ports/www/p5-RT-Authen-ExternalAuth/Makefile
   1.7       +2 -1      ports/www/p5-RT-Extension-LDAPImport/Makefile
   1.10      +2 -1      ports/www/p5-RT-Extension-SLA/Makefile
   1.8       +2 -1      ports/www/p5-RTx-Calendar/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
