FreeBSD Bugzilla – Attachment 47721 Details for
Bug 73086
[PATCH] databases/p5-Class-DBI: Fix 'use warnings' under Perl 5.005_03
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Class-DBI-0.96_2.patch
p5-Class-DBI-0.96_2.patch (text/plain), 996 bytes, created by
Lars Thegler
on 2004-10-24 17:20:24 UTC
(
hide
)
Description:
p5-Class-DBI-0.96_2.patch
Filename:
MIME Type:
Creator:
Lars Thegler
Created:
2004-10-24 17:20:24 UTC
Size:
996 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/databases/p5-Class-DBI/Makefile,v >retrieving revision 1.12 >diff -u -u -r1.12 Makefile >--- Makefile 12 Aug 2004 12:47:57 -0000 1.12 >+++ Makefile 24 Oct 2004 16:09:17 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= Class-DBI > PORTVERSION= 0.96 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= databases perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= Class >@@ -40,6 +40,14 @@ > BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp > .if ${PERL_LEVEL} < 500600 > EXTRA_PATCHES= ${PATCHDIR}/5.005-lib::Class::DBI.pm ${PATCHDIR}/5.005-Makefile.PL >+ >+post-patch: >+ @${PERL} -pi -e '$$_ = "" if /use warnings/;' \ >+ ${WRKSRC}/lib/Class/DBI/Relationship.pm \ >+ ${WRKSRC}/lib/Class/DBI/Relationship/HasA.pm \ >+ ${WRKSRC}/lib/Class/DBI/Relationship/HasMany.pm \ >+ ${WRKSRC}/lib/Class/DBI/Relationship/MightHave.pm >+ @${RM} ${WRKSRC}/lib/Class/DBI.pm.orig > .endif > .endif
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 73086
: 47721