From tjs@pluto.cdpa.nsysu.edu.tw  Sun Dec 10 06:51:06 2006
Return-Path: <tjs@pluto.cdpa.nsysu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D816B16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Dec 2006 06:51:06 +0000 (UTC)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (Pluto.CDPA.nsysu.edu.tw [140.117.205.30])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B1E2643C9E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 10 Dec 2006 06:49:57 +0000 (GMT)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: from pluto.cdpa.nsysu.edu.tw (localhost [127.0.0.1])
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8) with ESMTP id kBA6oruw062399;
	Sun, 10 Dec 2006 14:50:53 +0800 (CST)
	(envelope-from tjs@pluto.cdpa.nsysu.edu.tw)
Received: (from root@localhost)
	by pluto.cdpa.nsysu.edu.tw (8.13.8/8.13.8/Submit) id kBA6orIs062398;
	Sun, 10 Dec 2006 14:50:53 +0800 (CST)
	(envelope-from tjs)
Message-Id: <200612100650.kBA6orIs062398@pluto.cdpa.nsysu.edu.tw>
Date: Sun, 10 Dec 2006 14:50:53 +0800 (CST)
From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] devel/p5-AnyEvent: fix Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         106550
>Category:       ports
>Synopsis:       [PATCH] devel/p5-AnyEvent: fix Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 10 07:00:17 GMT 2006
>Closed-Date:    Sun Dec 10 08:43:59 GMT 2006
>Last-Modified:  Sun Dec 10 08:50:02 GMT 2006
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Nov 26 10:57:02 CST 2006
>Description:

p5-AnyEvent-2.1: Makefile error: you cannot include bsd.port[.pre].mk twice
*** Error code 1

Stop in /usr/ports/devel/p5-AnyEvent.

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-AnyEvent-2.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-AnyEvent/Makefile /hd1/p5-AnyEvent/Makefile
--- /usr/ports/devel/p5-AnyEvent/Makefile	Sat Dec  9 23:46:55 2006
+++ /hd1/p5-AnyEvent/Makefile	Sun Dec 10 14:49:00 2006
@@ -25,4 +25,4 @@
 IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- p5-AnyEvent-2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Dec 10 07:00:33 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106550 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Dec 10 08:35:16 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106550 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Dec 10 08:43:56 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106550: commit references a PR
Date: Sun, 10 Dec 2006 08:43:58 +0000 (UTC)

 miwi        2006-12-10 08:43:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-AnyEvent    Makefile 
   Log:
   - Fix Makefile
   
   PR:             ports/106550
   Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
   Approved by:    common sense
   
   Revision  Changes    Path
   1.2       +1 -1      ports/devel/p5-AnyEvent/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:
