FreeBSD Bugzilla – Attachment 90577 Details for
Bug 127765
[PATCH] devel/p5-Danga-Socket: fix dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Danga-Socket-1.59_1.patch
p5-Danga-Socket-1.59_1.patch (text/plain), 1.34 KB, created by
Yen-Ming Lee
on 2008-10-01 09:20:01 UTC
(
hide
)
Description:
p5-Danga-Socket-1.59_1.patch
Filename:
MIME Type:
Creator:
Yen-Ming Lee
Created:
2008-10-01 09:20:01 UTC
Size:
1.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/devel/p5-Danga-Socket/Makefile,v >retrieving revision 1.12 >diff -u -d -b -w -u -r1.12 Makefile >--- Makefile 24 Jun 2008 14:10:47 -0000 1.12 >+++ Makefile 1 Oct 2008 08:13:33 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= Danga-Socket > PORTVERSION= 1.59 >+PORTREVISION= 1 > CATEGORIES= devel net perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- >@@ -14,16 +15,17 @@ > MAINTAINER= skv@FreeBSD.org > COMMENT= Event loop and event-driven async socket base class > >-BUILD_DEPENDS= ${SITE_PERL}/Sys/Syscall.pm:${PORTSDIR}/devel/p5-Sys-Syscall \ >- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ >- ${SITE_PERL}/${PERL_ARCH}/IO/KQueue.pm:${PORTSDIR}/devel/p5-IO-KQueue \ >- ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \ >- ${SITE_PERL}/${PERL_ARCH}/IO/Poll.pm:${PORTSDIR}/devel/p5-IO \ >- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple >-RUN_DEPENDS= ${BUILD_DEPENDS} >+RUN_DEPENDS= p5-IO-KQueue>=0:${PORTSDIR}/devel/p5-IO-KQueue \ >+ p5-Sys-Syscall>=0:${PORTSDIR}/devel/p5-Sys-Syscall > > PERL_CONFIGURE= yes > > MAN3= Danga::Socket.3 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500703 >+RUN_DEPENDS+= p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 127765
: 90577