FreeBSD Bugzilla – Attachment 158720 Details for
Bug 201544
[patch] sysutils/firstboot-*: add NO_ARCH, wrap long line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
patch-firstboot-pkgs.diff (text/plain), 861 bytes, created by
Andriy Voskoboinyk
on 2015-07-13 21:38:49 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2015-07-13 21:38:49 UTC
Size:
861 bytes
patch
obsolete
>Index: sysutils/firstboot-pkgs/Makefile >=================================================================== >--- sysutils/firstboot-pkgs/Makefile (revision 391955) >+++ sysutils/firstboot-pkgs/Makefile (working copy) >@@ -13,12 +13,16 @@ > NO_WRKSUBDIR= yes > NO_BUILD= yes > NO_INSTALL= yes >+NO_ARCH= yes > > USE_RC_SUBR= firstboot_pkgs > > .include <bsd.port.options.mk> > >-.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 ) >+.if ${OSVERSION} < 902504 || \ >+ ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || \ >+ ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || \ >+ ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 ) > IGNORE= first boot rc.d scripts not supported on this version of FreeBSD > .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 201544
:
158720
|
158721
|
158722
|
158730