FreeBSD Bugzilla – Attachment 170763 Details for
Bug 209771
[pkg-fallout] Build cluster incorrectly marks sysutils/and as broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Simpler patch
and.patch (text/plain), 680 bytes, created by
Dmitry Marakasov
on 2016-05-28 20:00:19 UTC
(
hide
)
Description:
Simpler patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-05-28 20:00:19 UTC
Size:
680 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 415986) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= and > PORTVERSION= 1.2.2 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= SF > >@@ -9,8 +10,19 @@ > MAINTAINER= portmaster@BSDforge.com > COMMENT= Auto Nice Daemon > >+LICENSE= GPLv2+ >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ > USES= gmake > ALL_TARGET= default > NOPRECIOUSMAKEVARS= yes > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} >= 1100095 >+post-patch: >+ @${REINPLACE_CMD} "s,P_KTHREAD,P_KPROC,g" \ >+ ${WRKSRC}/Makefile ${WRKSRC}/and-OpenBSD.c >+.endif >+ >+.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 209771
:
170692
|
170702
| 170763