FreeBSD Bugzilla – Attachment 111451 Details for
Bug 152718
Add user serviceable knobs to port sysutils/pdsh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.02 KB, created by
Christopher Shumway
on 2010-11-30 21:20:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christopher Shumway
Created:
2010-11-30 21:20:11 UTC
Size:
2.02 KB
patch
obsolete
>--- sysutils/pdsh/Makefile.orig 2010-11-30 12:55:01.000000000 -0800 >+++ sysutils/pdsh/Makefile 2010-11-30 12:58:18.000000000 -0800 >@@ -16,11 +16,57 @@ > > LICENSE= GPLv2 > >-CONFIGURE_ARGS= --with-ssh > USE_BZIP2= yes > GNU_CONFIGURE= yes > USE_PERL5_BUILD=yes > >+OPTIONS= SSH "Enable SSH support" On \ >+ DSHGROUPS "Enable DSH groups" On \ >+ NETGROUP "Enable NIS Netgroup support" Off \ >+ READLINE "Enable GNU readline support" Off \ >+ RSH "Enable RSH support" Off >+ >+.include <bsd.port.options.mk> >+ >+.if defined(WITH_SSH) >+CONFIGURE_ARGS+= --with-ssh >+PLIST_SUB+= SSH="" >+.else >+CONFIGURE_ARGS+= --without-ssh >+PLIST_SUB+= SSH="@comment " >+.endif >+ >+.if defined(WITH_DSHGROUPS) >+CONFIGURE_ARGS+= --with-dshgroups >+PLIST_SUB+= DSH="" >+.else >+CONFIGURE_ARGS+= --without-dshgroups >+PLIST_SUB+= DSH="@comment " >+.endif >+ >+.if defined(WITH_NETGROUP) >+CONFIGURE_ARGS+= --with-netgroup >+PLIST_SUB+= NETGROUP="" >+.else >+CONFIGURE_ARGS+= --without-netgroup >+PLIST_SUB+= NETGROUP="@comment " >+.endif >+ >+.if defined(WITH_READLINE) >+CONFIGURE_ARGS+= --with-readline >+LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline >+.else >+CONFIGURE_ARGS+= --without-readline >+.endif >+ >+.if defined(WITH_RSH) >+CONFIGURE_ARGS+= --with-rsh >+PLIST_SUB+= RSH="" >+.else >+CONFIGURE_ARGS+= --without-rsh >+PLIST_SUB+= RSH="@comment " >+.endif >+ > MAN1= dshbak.1 pdcp.1 pdsh.1 > MLINKS= pdcp.1 rpdcp.1 > >--- sysutils/pdsh/pkg-plist.orig 2010-11-30 12:55:08.000000000 -0800 >+++ sysutils/pdsh/pkg-plist 2010-11-30 12:59:26.000000000 -0800 >@@ -6,10 +6,16 @@ > lib/pdsh/execcmd.a > lib/pdsh/execcmd.la > lib/pdsh/execcmd.so >-lib/pdsh/sshcmd.a >-lib/pdsh/sshcmd.la >-lib/pdsh/sshcmd.so >-lib/pdsh/xrcmd.a >-lib/pdsh/xrcmd.la >-lib/pdsh/xrcmd.so >+%%DSH%%lib/pdsh/dshgroup.a >+%%DSH%%lib/pdsh/dshgroup.la >+%%DSH%%lib/pdsh/dshgroup.so >+%%NETGROUP%%lib/pdsh/netgroup.a >+%%NETGROUP%%lib/pdsh/netgroup.la >+%%NETGROUP%%lib/pdsh/netgroup.so >+%%SSH%%lib/pdsh/sshcmd.a >+%%SSH%%lib/pdsh/sshcmd.la >+%%SSH%%lib/pdsh/sshcmd.so >+%%RSH%%lib/pdsh/xrcmd.a >+%%RSH%%lib/pdsh/xrcmd.la >+%%RSH%%lib/pdsh/xrcmd.so > @dirrm lib/pdsh
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 152718
: 111451 |
111452