FreeBSD Bugzilla – Attachment 147554 Details for
Bug 187786
[exp-run] [PATCH] linux-c6- ports and amends to Mk/ infrastructure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove last remnant of f10 as default.
centos-default-r368847-clean.diff (text/plain), 2.62 KB, created by
Johannes Jost Meixner
on 2014-09-22 11:29:10 UTC
(
hide
)
Description:
Remove last remnant of f10 as default.
Filename:
MIME Type:
Creator:
Johannes Jost Meixner
Created:
2014-09-22 11:29:10 UTC
Size:
2.62 KB
patch
obsolete
>Index: Mk/bsd.linux-apps.mk >=================================================================== >--- Mk/bsd.linux-apps.mk (revision 368847) >+++ Mk/bsd.linux-apps.mk (working copy) >@@ -52,7 +52,7 @@ > . endif > . else > # default >-LINUX_DIST_SUFFIX= -f10 # temporary default, set to -c6 soon >+LINUX_DIST_SUFFIX= -c6 # new default. > . endif > > WEB_AUTH= nvu >Index: Mk/bsd.linux-rpm.mk >=================================================================== >--- Mk/bsd.linux-rpm.mk (revision 368847) >+++ Mk/bsd.linux-rpm.mk (working copy) >@@ -43,13 +43,13 @@ > NO_BUILD= yes > > . if ${ARCH} == "amd64" || ${ARCH} == "i386" >-. if ${USE_LINUX} == "c6" >+. if ${USE_LINUX} == "c6" || ${USE_LINUX} == "yes" > # Do not build CentOS 6.5 ports if overridden by f10 > . if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_NONBASE_PORTS} == "f10" > IGNORE= This port requires CentOS 6.5. Please remove OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. > . endif > LINUX_RPM_ARCH?= i686 # ?= because of nasty c5 qt ports >-. elif ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" # temporary default, move or clause to line 46 >+. elif ${USE_LINUX} == "f10" > # Do not build Fedora 10 ports unless specifically overridden. > #. if ! defined(OVERRIDE_LINUX_NONBASE_PORTS) || ${OVERRIDE_LINUX_NONBASE_PORTS} != "f10" > #IGNORE= This port requires Fedora 10, yet Fedora 10 is heavily outdated and contains many vulnerable ports. If you really need it, add OVERRIDE_LINUX_NONBASE_PORTS=f10 in /etc/make.conf. >@@ -68,11 +68,11 @@ > > Linux_RPM_Post_Include= bsd.linux-rpm.mk > >-.if ${USE_LINUX} == "f10" || ${USE_LINUX} == "yes" # temporary default, remove or clause soon >+.if ${USE_LINUX} == "f10" > USE_LINUX?= "f10" > LINUX_DIST= fedora > LINUX_DIST_VER= 10 >-.else >+.else # Default to CentOS 6.5 32-bit (for now) > LINUX_DIST= centos > LINUX_DIST_VER= 6.5 > .endif >Index: Mk/bsd.port.mk >=================================================================== >--- Mk/bsd.port.mk (revision 368847) >+++ Mk/bsd.port.mk (working copy) >@@ -1749,9 +1749,8 @@ > LINUX_BASE_PORT= ${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINUX} > . else > . if ${USE_LINUX:tl} == "yes" >-USE_LINUX= f10 # temporary default, set to c6 soon >-LINUX_BASE_PORT= ${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-f10 >-#LINUX_BASE_PORT= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base-c6 >+USE_LINUX= c6 # New default linux base. >+LINUX_BASE_PORT= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base-c6 > . else > IGNORE= cannot be built: there is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT > . endif
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 187786
:
141073
|
144363
|
147553
| 147554