FreeBSD Bugzilla – Attachment 206290 Details for
Bug 233026
sysutils/procenv: Fix use of deprecated #include (sys/capability.h).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-procenv
svn-diff-procenv (text/plain), 727 bytes, created by
Walter Schwarzenfeld
on 2019-08-05 10:34:54 UTC
(
hide
)
Description:
svn-diff-procenv
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-08-05 10:34:54 UTC
Size:
727 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 508155) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= procenv > PORTVERSION= 0.51 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= ports@FreeBSD.org >@@ -11,8 +12,6 @@ > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-BROKEN= this file includes <sys/capability.h> which is deprecated >- > BUILD_DEPENDS= xmlwf:textproc/expat2 > > USES= autoreconf gmake perl5 >@@ -32,6 +31,8 @@ > > post-patch: > @${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac >+ ${REINPLACE_CMD} -e 's,sys/capability.h,sys/capsicum.h,' \ >+ ${WRKSRC}/src/platform-headers.h > > post-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR}
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 233026
:
199037
|
199039
| 206290