FreeBSD Bugzilla – Attachment 181744 Details for
Bug 218615
math/eukleides: Use egrep instead of grep to reduce reliance on GNU extensions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn(1) diff of math/eukleides
bsdgrep-eukleides.diff (text/plain), 635 bytes, created by
Kyle Evans
on 2017-04-13 00:25:34 UTC
(
hide
)
Description:
svn(1) diff of math/eukleides
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2017-04-13 00:25:34 UTC
Size:
635 bytes
patch
obsolete
>Index: math/eukleides/Makefile >=================================================================== >--- math/eukleides/Makefile (revision 435302) >+++ math/eukleides/Makefile (working copy) >@@ -35,7 +35,7 @@ > 's|#!/bin/bash|#!/bin/sh|g' > @${GREP} -lR "ginstall-info" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ > 's|ginstall-info|install-info|g' >- @${GREP} -lR "%%[[:alpha:]]\+%%" ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ >+ @${EGREP} -lR "%%[[:alpha:]]+%%" ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ > -e "s|%%PREFIX%%|${PREFIX}|g" \ > -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ > -e "s|%%EXAMPLESDIR%%|\$${PREFIX}/${EXAMPLESDIR_REL}|g" \
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 218615
: 181744