pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/exempi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  4 09:40:57 UTC 2017

Modified Files:
        pkgsrc/devel/exempi: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/exempi/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/devel/exempi/options.mk
diff -u pkgsrc/devel/exempi/options.mk:1.1.1.1 pkgsrc/devel/exempi/options.mk:1.2
--- pkgsrc/devel/exempi/options.mk:1.1.1.1      Sat Apr 12 10:56:18 2008
+++ pkgsrc/devel/exempi/options.mk      Mon Sep  4 09:40:57 2017
@@ -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 @@ PKG_SUPPORTED_OPTIONS=  test
 .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