pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: disable php. bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4f81594dea0
branches:  trunk
changeset: 310739:f4f81594dea0
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Jul 22 19:58:05 2018 +0000

description:
weechat: disable php. bump PKGREVISION.

It's not listed as a dependency so it is failing in builds.
heads up by nia, thanks.

diffstat:

 chat/weechat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 4818287f6ff8 -r f4f81594dea0 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Sun Jul 22 19:22:33 2018 +0000
+++ b/chat/weechat/Makefile     Sun Jul 22 19:58:05 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2018/05/25 10:16:03 maya Exp $
+# $NetBSD: Makefile,v 1.86 2018/07/22 19:58:05 maya Exp $
 
 DISTNAME=      weechat-2.1
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  https://www.weechat.org/files/src/
 EXTRACT_SUFX=  .tar.bz2
@@ -24,6 +25,7 @@
 CMAKE_ARGS+=           -DENABLE_TCL:BOOL=OFF
 CMAKE_ARGS+=           -DENABLE_MAN:BOOL=OFF # Requires ascii-doctor
 CMAKE_ARGS+=           -DENABLE_V8:BOOL=OFF
+CMAKE_ARGS+=           -DENABLE_PHP:BOOL=OFF
 CMAKE_ARGS+=           -DMANDIR:STRING=${PKGMANDIR}
 CMAKE_ARGS+=           -DLOCALEDIR:STRING=${PKGLOCALEDIR}/locale
 CMAKE_ARGS+=           -DENABLE_CHARSET:BOOL=ON



Home | Main Index | Thread Index | Old Index