FreeBSD Bugzilla – Attachment 101448 Details for
Bug 140941
[Maintainer] mail/usendmail: correct tr(1) usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 930 bytes, created by
Thomas-Martin Seck
on 2009-11-27 14:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas-Martin Seck
Created:
2009-11-27 14:40:00 UTC
Size:
930 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (.../mail/usendmail) (Revision 1685) >+++ Makefile (.../local/usendmail) (Revision 1685) >@@ -7,7 +7,7 @@ > > PORTNAME= usendmail > PORTVERSION= 0.1.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= http://www.ohse.de/uwe/usendmail/ > >Index: files/patch-src_typesize.sh >=================================================================== >--- files/patch-src_typesize.sh (.../mail/usendmail) (Revision 0) >+++ files/patch-src_typesize.sh (.../local/usendmail) (Revision 1685) >@@ -0,0 +1,11 @@ >+--- src/typesize.sh.orig 2009-11-22 19:02:59.000000000 +0100 >++++ src/typesize.sh 2009-11-22 19:04:28.000000000 +0100 >+@@ -21,7 +21,7 @@ >+ : >+ else >+ x=$? >+- p=`echo $i | sed 's/ /_/g' | tr "[a-z]]" "[A-Z]"` >++ p=`echo $i | sed 's/ /_/g' | tr "[:lower:]" "[:upper:]"` >+ echo "#define SIZEOF_$p $x" >+ fi >+ fi
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 140941
: 101448