FreeBSD Bugzilla – Attachment 110852 Details for
Bug 152059
devel/pear/bsd.pear.mk: Fix a plist generation bug when no files are installed into a directory.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
bsd.pear.mk.dir-fix.txt
bsd.pear.mk.dir-fix.txt (text/plain), 680 bytes, created by
Tom Judge
on 2010-11-08 18:40:06 UTC
(
hide
)
Description:
bsd.pear.mk.dir-fix.txt
Filename:
MIME Type:
Creator:
Tom Judge
Created:
2010-11-08 18:40:06 UTC
Size:
680 bytes
patch
obsolete
>--- bsd.pear.mk.orig 2010-11-08 16:32:03.000000000 +0000 >+++ bsd.pear.mk 2010-11-08 18:19:57.000000000 +0000 >@@ -97,7 +97,19 @@ > @${FALSE} > .endif > >-DIRFILTER= ${SED} -En '\:^.*/[^/]*$$:s:^(.+)/[^/]*$$:\1:p' | ${SORT} -ru >+DIRFILTER= ${SED} -En '\:^.*/[^/]*$$:s:^(.+)/[^/]*$$:\1:p' \ >+ | ( while read r; do \ >+ C=1; \ >+ while [ $$C = 1 ]; do \ >+ echo $$r; \ >+ if echo $$r | ${GREP} '/' > /dev/null; then \ >+ r=`${DIRNAME} $$r`; \ >+ else \ >+ C=0; \ >+ fi; \ >+ done; \ >+ done \ >+ ) | ${SORT} -ur > > .if !defined(USE_PHPIZE) > do-generate-plist:
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 Raw
Actions:
View
Attachments on
bug 152059
: 110852