FreeBSD Bugzilla – Attachment 69067 Details for
Bug 101312
[PATCH] devel/cil: Fix perl module path
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cil-1.3.5.patch
cil-1.3.5.patch (text/plain), 1.63 KB, created by
Li-Wen Hsu
on 2006-08-03 11:50:15 UTC
(
hide
)
Description:
cil-1.3.5.patch
Filename:
MIME Type:
Creator:
Li-Wen Hsu
Created:
2006-08-03 11:50:15 UTC
Size:
1.63 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/cil/Makefile /home/lwhsu/ports/devel/cil/Makefile >--- /usr/ports/devel/cil/Makefile Mon Jul 10 13:59:32 2006 >+++ /home/lwhsu/ports/devel/cil/Makefile Thu Aug 3 16:04:52 2006 >@@ -10,7 +10,7 @@ > CATEGORIES= devel lang > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ > http://manju.cs.berkeley.edu/cil/distrib/ >-MASTER_SITE_SUBDIR= ${PORTNAME} >+MASTER_SITE_SUBDIR= ${PORTNAME} > > MAINTAINER= jkoshy@FreeBSD.org > COMMENT= Infrastructure for C Program Analysis and Transformation >@@ -38,6 +38,10 @@ > post-patch: > @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/bin/CilConfig.pm.in > @${REINPLACE_CMD} -e 's|$$::cilhome|${PREFIX}|g; s|obj/$$::archos|libexec/cil|g' ${WRKSRC}/bin/cilly >+ @${REINPLACE_CMD} -e 's|^use Cilly;|use CIL::Cilly|' ${WRKSRC}/bin/cilly >+ @${REINPLACE_CMD} -e 's|^use KeptFile;|use CIL::KeptFile;|; s|^use OutputFile;|use CIL::OutputFile;|; s|^use TempFile;|use CIL::TempFile;|' ${WRKSRC}/lib/Cilly.pm >+ @${REINPLACE_CMD} -e 's|^use OutputFile;|use CIL::OutputFile;|' ${WRKSRC}/lib/KeptFile.pm >+ @${REINPLACE_CMD} -e 's|^use OutputFile;|use CIL::OutputFile;|' ${WRKSRC}/lib/TempFile.pm > > do-install: > .if !defined(NOPORTDOCS) >diff -ruN --exclude=CVS /usr/ports/devel/cil/pkg-plist /home/lwhsu/ports/devel/cil/pkg-plist >--- /usr/ports/devel/cil/pkg-plist Mon Jul 10 13:59:32 2006 >+++ /home/lwhsu/ports/devel/cil/pkg-plist Thu Aug 3 16:01:22 2006 >@@ -144,7 +144,6 @@ > %%PORTDOCS%%@dirrm %%DOCSDIR%%/api > %%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm libexec/cil >-@cwd %%LOCALBASE%% > %%SITE_PERL%%/CIL/Cilly.pm > %%SITE_PERL%%/CIL/KeptFile.pm > %%SITE_PERL%%/CIL/OutputFile.pm
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 101312
: 69067