pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/exempi Remove outdated comment -- all tests pass...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/906f95204a81
branches:  trunk
changeset: 367556:906f95204a81
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 04 09:40:57 2017 +0000

description:
Remove outdated comment -- all tests pass on 8.99.2/amd64 for me.

diffstat:

 devel/exempi/options.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 3b66f8f66025 -r 906f95204a81 devel/exempi/options.mk
--- a/devel/exempi/options.mk   Mon Sep 04 09:36:37 2017 +0000
+++ b/devel/exempi/options.mk   Mon Sep 04 09:40:57 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/04/12 10:56:18 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2017/09/04 09:40:57 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.exempi
 PKG_SUPPORTED_OPTIONS= test
@@ -8,8 +8,6 @@
 .if !empty(PKG_OPTIONS:Mtest)
 CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_PREFIX.boost-libs}
 .include "../../devel/boost-libs/buildlink3.mk"
-
-# 2 self tests fail, see https://bugs.freedesktop.org/show_bug.cgi?id=15265
 TEST_TARGET=   check
 .else
 CONFIGURE_ARGS+=       --enable-unittest=no



Home | Main Index | Thread Index | Old Index