svn commit: r547046 - head/security/op

Emanuel Haupt ehaupt at FreeBSD.org
Sun Aug 30 10:15:06 UTC 2020


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 at 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


More information about the svn-ports-head mailing list