FreeBSD Bugzilla – Attachment 45060 Details for
Bug 69573
Update port: make devel/svk run w/ PPerl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.24 KB, created by
Rong-En Fan
on 2004-07-25 15:30:23 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Rong-En Fan
Created:
2004-07-25 15:30:23 UTC
Size:
1.24 KB
patch
obsolete
>diff -ruN svk.orig/Makefile svk/Makefile >--- svk.orig/Makefile Sun Jul 25 21:56:00 2004 >+++ svk/Makefile Sun Jul 25 22:14:20 2004 >@@ -7,7 +7,7 @@ > > PORTNAME= svk > PORTVERSION= 0.17 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= devel perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO >@@ -33,6 +33,10 @@ > ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML > RUN_DEPENDS= ${BUILD_DEPENDS} > >+OPTIONS= PPERL "Run svk with PPerl" off >+ >+USE_REINPLACE= yes >+ > PERL_CONFIGURE= yes > > MAN1= svk.1 >@@ -88,5 +92,13 @@ > .if ${PERL_LEVEL} < 500800 > IGNORE= This program only support perl 5.8.0 or above > .endif >+ >+.if defined(WITH_PPERL) >+RUN_DEPENDS+= ${LOCALBASE}/bin/pperl:${PORTSDIR}/devel/p5-PPerl >+PERL= ${LOCALBASE}/bin/pperl >+.endif >+ >+post-patch: >+ @${REINPLACE_CMD} -e "s,%%PERL%%,${PERL}," ${WRKSRC}/bin/svk > > .include <bsd.port.post.mk> >diff -ruN svk.orig/files/patch-bin-svk svk/files/patch-bin-svk >--- svk.orig/files/patch-bin-svk Thu Jan 1 08:00:00 1970 >+++ svk/files/patch-bin-svk Sun Jul 25 22:00:06 2004 >@@ -0,0 +1,8 @@ >+--- bin/svk.orig Sun Jul 25 21:59:38 2004 >++++ bin/svk Sun Jul 25 21:59:46 2004 >+@@ -1,4 +1,4 @@ >+-#!/usr/bin/perl -w >++#!%%PERL%% -w >+ use strict; >+ use SVK; >+ our $VERSION = $SVK::VERSION;
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 69573
: 45060