FreeBSD Bugzilla – Attachment 157700 Details for
Bug 200831
[PATCH] sysutils/apcupsd: unbreak build for 9.3-RELEASE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patchset for sysutils/apcupsd
patch.txt (text/plain), 815 bytes, created by
Craig Leres
on 2015-06-13 00:31:56 UTC
(
hide
)
Description:
Patchset for sysutils/apcupsd
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2015-06-13 00:31:56 UTC
Size:
815 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 389258) >+++ Makefile (working copy) >@@ -72,10 +72,16 @@ > > .include <bsd.port.options.mk> > >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} < 1001000 >+USE_GCC= yes >+.endif >+ > pre-configure: > .if ${PORT_OPTIONS:MCLIENT_ONLY} && ( ${PORT_OPTIONS:MAPCSMART_DRV} || \ > ${PORT_OPTIONS:MAPCDUMB_DRV} || ${PORT_OPTIONS:MPCNET_DRV} || \ >- ${PORT_OPTIONS:MPOWERFLUTE} || ${PORT_OPTIONS:MUSB} || \ >+ ${PORT_OPTIONS:MUSB} || \ > ${PORT_OPTIONS:MSNMP_DRV} || ${PORT_OPTIONS:MTEST_DRV} ) > @${ECHO_CMD} "It doesn't make sense to build drivers if all you want is" > @${ECHO_CMD} "the client; please do make config and select either" >@@ -92,4 +98,4 @@ > fi \ > done > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk>
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 200831
:
157699
| 157700 |
157701
|
157740