Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 10:15:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547046 - head/security/op
Message-ID:  <202008301015.07UAF64u024359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sun Aug 30 10:15:05 2020
New Revision: 547046
URL: https://svnweb.freebsd.org/changeset/ports/547046

Log:
  Fix build on -CURRENT
  
  Notified by:	pkg-fallout

Modified:
  head/security/op/Makefile

Modified: head/security/op/Makefile
==============================================================================
--- head/security/op/Makefile	Sun Aug 30 10:00:16 2020	(r547045)
+++ head/security/op/Makefile	Sun Aug 30 10:15:05 2020	(r547046)
@@ -3,7 +3,7 @@
 
 PORTNAME=	op
 PORTVERSION=	1.34
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	ehaupt@FreeBSD.org
@@ -17,6 +17,9 @@ GH_ACCOUNT=	dagwieers
 
 GNU_CONFIGURE=	yes
 CONFLICTS_INSTALL=	security/1password-client
+
+post-configure:
+	@${REINPLACE_CMD} -e 's|\(OPENLOG_VOID\) 0|\1 1|' ${WRKSRC}/config.h
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d



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