Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491654 - profiles: same contents {9.1,9.2}/clang, please migrate to arch/amd64-fbsd/clang
Summary: profiles: same contents {9.1,9.2}/clang, please migrate to arch/amd64-fbsd/clang
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: AMD64 FreeBSD
: Lowest enhancement (vote)
Assignee: Gentoo AMD64 FreeBSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-19 11:10 UTC by Yuta SATOH
Modified: 2015-02-08 16:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta SATOH 2013-11-19 11:10:27 UTC
The contents of 9.1/clang and 9.2/clang are the same.
Please migrate to arch/amd64-fbsd/clang.


export PROFILE_ROOT="/usr/portage/profiles"
mkdir ${PROFILE_ROOT}/arch/amd64-fbsd/clang

mv ${PROFILE_ROOT}/default/bsd/fbsd/amd64/9.2/clang/* \
${PROFILE_ROOT}/arch/amd64-fbsd/clang
rm ${PROFILE_ROOT}/default/bsd/fbsd/amd64/9.1/clang/*

for ver in 9.1 9.2
do
  echo ".." >> ${PROFILE_ROOT}/default/bsd/fbsd/amd64/${ver}/clang/parent
  echo "../../../../../../arch/amd64-fbsd/clang" >> \
  ${PROFILE_ROOT}/default/bsd/fbsd/amd64/${ver}/clang/parent
done
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-08 12:01:41 UTC
Also posted as github PR. You can merge it via:

  lcvs-merge-pr 6

if you have lightweight-cvs-toolkit installed ;). You can also ping us on github to merge it.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-08 16:30:33 UTC
Committed from the pull request. Please check if I did everything right :).