FreeBSD Bugzilla – Attachment 175960 Details for
Bug 199601
devel/boost-all: Upgrade to 1.62
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
script to find ports that use boost
findboost-users (text/plain), 282 bytes, created by
Don Lewis
on 2016-10-20 04:19:28 UTC
(
hide
)
Description:
script to find ports that use boost
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2016-10-20 04:19:28 UTC
Size:
282 bytes
patch
obsolete
>#!/bin/sh >for origin in `sed -e 's/[^|]*|//;s/|.*//' /usr/ports/INDEX-11`; do > if (cd $origin && env __MAKE_CONF=/usr/local/etc/poudriere.d/boostusers-make.conf make -V BUILD_DEPENDS -V LIB_DEPENDS) | grep -q devel/boost; then > echo $origin | sed -e 's|/usr/ports/||' > fi >done
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 199601
:
155833
|
155835
|
162139
|
162140
|
165420
|
165706
|
166861
|
167007
|
167562
|
167564
|
167577
|
168130
|
168185
|
168588
| 175960 |
176923
|
176952
|
176977
|
177019
|
177186
|
177226
|
177255