pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-uwsgi



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Apr 29 03:28:40 UTC 2019

Modified Files:
        pkgsrc/www/py-uwsgi: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-uwsgi/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-uwsgi/options.mk
diff -u pkgsrc/www/py-uwsgi/options.mk:1.6 pkgsrc/www/py-uwsgi/options.mk:1.7
--- pkgsrc/www/py-uwsgi/options.mk:1.6  Sat Apr 27 15:40:44 2019
+++ pkgsrc/www/py-uwsgi/options.mk      Mon Apr 29 03:28:39 2019
@@ -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 @@ UWSGI_JSON=                   json=jansson
 .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