FreeBSD Bugzilla – Attachment 138504 Details for
Bug 184479
[ patch ] devel/autoconf-wrapper: fix lost stdin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
autoconf-wrapper-stdin-fix.diff
autoconf-wrapper-stdin-fix.diff (text/plain), 764 bytes, created by
Roman Bogorodskiy
on 2013-12-03 20:20:00 UTC
(
hide
)
Description:
autoconf-wrapper-stdin-fix.diff
Filename:
MIME Type:
Creator:
Roman Bogorodskiy
Created:
2013-12-03 20:20:00 UTC
Size:
764 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 335590) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME?= autoconf-wrapper >-PORTVERSION= 20130530 >+PORTVERSION= 20131203 > CATEGORIES= devel > MASTER_SITES= # none > DISTFILES= # none >Index: files/autotools-wrapper.sh >=================================================================== >--- files/autotools-wrapper.sh (revision 335590) >+++ files/autotools-wrapper.sh (working copy) >@@ -31,6 +31,8 @@ > bindir=%%PREFIX%%/bin > tool=$(basename $0) > >+exec 4<&0 >+ > error() { > echo "$@" 1>&2 > exit 1 >@@ -85,5 +87,6 @@ > "(${bindir}/${tool}-${selected_version})" 1>&2 > fi > >+exec 0<&4 4<&- > exec ${bindir}/${tool}-${selected_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 184479
: 138504