Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 12:15:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516306 - in head/sysutils/procenv: . files
Message-ID:  <201911021215.xA2CFmc9078453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Nov  2 12:15:48 2019
New Revision: 516306
URL: https://svnweb.freebsd.org/changeset/ports/516306

Log:
  Revert r516273 and unbreak
  
  Reported by:	pkg-fallout

Deleted:
  head/sysutils/procenv/files/
Modified:
  head/sysutils/procenv/Makefile

Modified: head/sysutils/procenv/Makefile
==============================================================================
--- head/sysutils/procenv/Makefile	Sat Nov  2 12:11:24 2019	(r516305)
+++ head/sysutils/procenv/Makefile	Sat Nov  2 12:15:48 2019	(r516306)
@@ -29,7 +29,8 @@ PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-#	@${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac
+	@${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac
+	@${REINPLACE_CMD} -e 's|sys/capability.h|sys/capsicum.h|' ${WRKSRC}/src/platform-headers.h ${WRKSRC}/src/platform/freebsd/platform-freebsd.h
 
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911021215.xA2CFmc9078453>