FreeBSD Bugzilla – Attachment 150273 Details for
Bug 195752
[maintainer update] graphics/code-eli break if FreeBSD version less than 10.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the ports tree
patch-break-if-less-than-10.txt (text/plain), 470 bytes, created by
Bugzilla Automation
on 2014-12-06 17:50:23 UTC
(
hide
)
Description:
Patch to the ports tree
Filename:
MIME Type:
Creator:
Bugzilla Automation
Created:
2014-12-06 17:50:23 UTC
Size:
470 bytes
patch
obsolete
>diff -ruN /usr/ports/graphics/code-eli/Makefile graphics/code-eli/Makefile >--- /usr/ports/graphics/code-eli/Makefile 2014-11-04 19:36:41.000000000 +0100 >+++ graphics/code-eli/Makefile 2014-12-06 17:38:35.000000000 +0100 >@@ -37,6 +37,10 @@ > > .include <bsd.port.options.mk> > >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 >+BROKEN= Can not compile if FreeBSD version less than 10.0-RELEASE >+.endif >+ > post-patch: > .if ! ${PORT_OPTIONS:MEXAMPLES} > ${REINPLACE_CMD} \
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 195752
: 150273 |
150274