Skip site navigation (1)Skip section navigation (2)
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:   ports/106550: [PATCH] devel/p5-AnyEvent: fix Makefile
Message-ID:  <200612100650.kBA6orIs062398@pluto.cdpa.nsysu.edu.tw>
Resent-Message-ID: <200612100700.kBA70Iwv047218@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106550
>Category:       ports
>Synopsis:       [PATCH] devel/p5-AnyEvent: fix Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 10 07:00:17 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612100650.kBA6orIs062398>