add XXX warnings because the API changes frequently in these ports,

breaking things - and like the recently fixed problem with calibre these
are often only seen at runtime.
This commit is contained in:
sthen 2015-08-20 10:02:25 +00:00
parent 895fe0e5a8
commit dd62dbff1e
2 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,12 @@
# $OpenBSD: Makefile,v 1.28 2015/06/26 13:03:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2015/08/20 10:02:25 sthen Exp $
SHARED_ONLY= Yes
COMMENT= automatically generate Python bindings for C and C++ libs
# XXX Be particularly careful when testing updates.
# API breaks often.
DISTNAME= sip-4.16.8
PKGNAME= py-${DISTNAME}
CATEGORIES= devel

View File

@ -1,10 +1,13 @@
# $OpenBSD: Makefile,v 1.43 2015/06/26 13:03:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.44 2015/08/20 10:02:25 sthen Exp $
SHARED_ONLY= Yes
COMMENT-main= python Qt4 bindings
COMMENT-docs= py-qt4 documentation
# XXX Be particularly careful when testing updates.
# API breaks often - do runtime tests, not just build tests.
V= 4.11.4
DISTNAME= PyQt-x11-gpl-${V}
PKGNAME= py-qt4-${V}