pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-uwsgi Remove BROKEN attached to the yajl option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5082e26f5d46
branches:  trunk
changeset: 333032:5082e26f5d46
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Apr 29 03:28:39 2019 +0000

description:
Remove BROKEN attached to the yajl option.

It says "The yajl option requires a yajl.pc file which that package
doesn't have." but yajl.pc has existed for several years now.

diffstat:

 www/py-uwsgi/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 61b0ec704f35 -r 5082e26f5d46 www/py-uwsgi/options.mk
--- a/www/py-uwsgi/options.mk   Mon Apr 29 03:23:53 2019 +0000
+++ b/www/py-uwsgi/options.mk   Mon Apr 29 03:28:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2019/04/27 15:40:44 roy Exp $
+# $NetBSD: options.mk,v 1.7 2019/04/29 03:28:39 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-uwsgi
 PKG_SUPPORTED_OPTIONS= debug openssl pcre uuid uwsgi-sse_offload yaml
@@ -31,7 +31,6 @@
 .elif !empty(PKG_OPTIONS:Myajl)
 .include "../../devel/yajl/buildlink3.mk"
 UWSGI_JSON=                    json=yajl
-BROKEN=                The yajl option requires a yajl.pc file which that package doesn't have.
 .else
 UWSGI_JSON=                    json=false
 .endif



Home | Main Index | Thread Index | Old Index