FreeBSD Bugzilla – Attachment 215591 Details for
Bug 236003
x11-drivers/xf86-video-intel: update to 2020-05-15 snapshot and refactor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Autobuild with the latest patch from Jan
auto-poudriere-bulk-with-latest-patch-from-Jan.sh (text/plain), 1.70 KB, created by
Samy Mahmoudi
on 2020-06-15 22:01:15 UTC
(
hide
)
Description:
Autobuild with the latest patch from Jan
Filename:
MIME Type:
Creator:
Samy Mahmoudi
Created:
2020-06-15 22:01:15 UTC
Size:
1.70 KB
patch
obsolete
>#!/bin/sh ># ># 1) Edit the first paragraph to meet your configuration. ># 2) Modify ports_list at your convenience. > >ports_tree_name="${1:-default}" >ports_trees_location="/usr/local/poudriere/ports" >pkgs_to_build="/usr/local/etc/poudriere.d/packages-to-build" > >location_of() { > echo "$ports_trees_location/$ports_tree_name/$1" >} > ># Cleaning the ports tree from previous patches >ports_list="x11-drivers/xf86-video-intel > foo/bar > baz/qux > " >while [ -n "$ports_list" ] >do > port="$(echo $ports_list | awk -F' ' '{print $1}')" && > echo "Cleaning $(location_of $port):" && echo "..." && > svn delete --force --quiet "$(location_of $port)" && > svn revert --recursive --remove-added --quiet "$(location_of $port)" && > echo "Done." && echo && > ports_list="$(echo $ports_list | awk -F' ' '{for (i=2; i<=NF; i++) print $i}')" >done && >unset port && > ># Updating the ports tree >poudriere ports -p $ports_tree_name -u && > ># Patching the ports tree ># >echo "Patching x11-drivers/xf86-video-intel:" && echo "..." && >bug_id=236003 >attachment_id=$(scarab files -a $bug_id |grep jbeich@FreeBSD.org |grep intel.update.diff |tail -n 1 |awk -F' ' '{print $1}') && >scarab fetch -o intel.update.diff $attachment_id && >patch -Efsp1 -i "$PWD/intel.update.diff" -d "$ports_trees_location/$ports_tree_name" && >rm intel.update.diff && >echo "Done." && echo && ># ># echo "Patching foo/bar:" && echo "..." && ># ># ># ># echo "Patching baz/qux:" && echo "..." && ># ># ># > >poudriere options -j 121-RELEASE-amd64 -p $ports_tree_name -n -C -f "$pkgs_to_build" && >poudriere bulk -j 121-RELEASE-amd64 -p $ports_tree_name -f "$pkgs_to_build" && >poudriere pkgclean -j 121-RELEASE-amd64 -p $ports_tree_name -f "$pkgs_to_build" && >true
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 236003
:
202331
|
202533
|
205509
|
206005
|
206160
|
207727
|
207959
|
208705
|
208834
|
209362
|
209443
|
209444
|
209459
|
211645
|
211836
|
213793
|
215191
| 215591 |
215792