FreeBSD Bugzilla – Attachment 81931 Details for
Bug 117259
[maintainer update] www/rubygem-mongrel_cluster: fix loading on system startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.81 KB, created by
Alexander Logvinov
on 2007-10-17 00:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Logvinov
Created:
2007-10-17 00:10:02 UTC
Size:
1.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/www/rubygem-mongrel_cluster/Makefile,v >retrieving revision 1.10 >diff -u -r1.10 Makefile >--- Makefile 7 Aug 2007 00:42:25 -0000 1.10 >+++ Makefile 16 Oct 2007 22:56:08 -0000 >@@ -6,7 +6,7 @@ > > PORTNAME= mongrel_cluster > PORTVERSION= 1.0.2 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www rubygems > MASTER_SITES= ${MASTER_SITE_RUBYFORGE} > MASTER_SITE_SUBDIR= mongrel >@@ -18,6 +18,8 @@ > RUN_DEPENDS= ${BUILD_DEPENDS} > > USE_RC_SUBR= mongrel_cluster >+USE_RUBY= yes >+REINPLACE_ARGS= -i "" > > # This target is only meant to be used by the port maintainer. > x-generate-plist: >@@ -35,6 +37,11 @@ > > post-install: > ${RMDIR} ${PREFIX}/${GEM_DOC_DIR} >+ @${REINPLACE_CMD} -e 's|/usr/bin/env ruby|${RUBY}|' ${PREFIX}/bin/mongrel_cluster_ctl >+ @${REINPLACE_CMD} -e 's|mongrel_rails|${PREFIX}/bin/mongrel_rails|g' \ >+ ${PREFIX}/${GEM_LIB_DIR}/bin/mongrel_cluster_ctl >+ @${REINPLACE_CMD} -e 's|\"mongrel_rails\"|\"${PREFIX}/bin/mongrel_rails\"|g' \ >+ ${PREFIX}/${GEM_LIB_DIR}/lib/${PORTNAME}/init.rb > > .include <bsd.port.pre.mk> > .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" >Index: files/mongrel_cluster.in >=================================================================== >RCS file: /home/pcvs/ports/www/rubygem-mongrel_cluster/files/mongrel_cluster.in,v >retrieving revision 1.3 >diff -u -r1.3 mongrel_cluster.in >--- files/mongrel_cluster.in 7 Aug 2007 00:42:26 -0000 1.3 >+++ files/mongrel_cluster.in 16 Oct 2007 22:56:08 -0000 >@@ -38,7 +38,7 @@ > warn "${mongrel_cluster_conf_dir} is not a directory." > return 1 > fi >- ${command} $1 ${mongrel_cluster_flags} ${command_args} 2>&1 | grep -v "procfs" | grep -v "up-to-date" >+ ${command} $1 ${mongrel_cluster_flags} ${command_args} 2>&1 | grep -v "procfs" > } >- >+ > run_rc_command "$1"
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 117259
: 81931