FreeBSD Bugzilla – Attachment 86128 Details for
Bug 122507
[PATCH]sysutils/ck4up: interim fix for new ruby world order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 941 bytes, created by
bf
on 2008-04-06 18:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
bf
Created:
2008-04-06 18:20:02 UTC
Size:
941 bytes
patch
obsolete
>diff -druN ck4up.orig/Makefile ck4up/Makefile >--- ck4up.orig/Makefile 2007-10-23 19:07:25.000000000 -0400 >+++ ck4up/Makefile 2008-04-06 13:01:22.332743781 -0400 >@@ -17,6 +17,9 @@ > > NO_BUILD= yes > USE_RUBY= yes >+RUBY_VER= 1.8 >+RUBY_NO_BUILD_DEPENDS= yes >+RUBY_SHEBANG_FILES= ck4up.rb > > MAN1= ck4up.1 > >@@ -24,7 +27,7 @@ > PLIST_FILES= bin/ck4up %%EXAMPLESDIR%%/ck4up.conf > > post-patch: >- ${RUBY} -i -pe 'gsub /%%PREFIX%%/, "${PREFIX}"' ${WRKSRC}/* >+ @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/* > > post-install: > .if !defined(NOPORTDOCS) >diff -druN ck4up.orig/files/patch-ck4up.rb ck4up/files/patch-ck4up.rb >--- ck4up.orig/files/patch-ck4up.rb 2006-11-20 14:05:47.000000000 -0500 >+++ ck4up/files/patch-ck4up.rb 1969-12-31 19:00:00.000000000 -0500 >@@ -1,8 +0,0 @@ >---- ck4up.rb.orig Sun Nov 19 21:39:42 2006 >-+++ ck4up.rb Sun Nov 19 21:40:03 2006 >-@@ -1,4 +1,4 @@ >--#! /usr/bin/ruby >-+#! %%PREFIX%%/bin/ruby >- # >- # ck4up >- #
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 122507
: 86128
Working