pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libffi
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 28 15:33:26 UTC 2017
Modified Files:
pkgsrc/devel/libffi: Makefile
Log Message:
Add test target. Result:
# of expected passes 970
# of unexpected failures 450
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/libffi/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libffi/Makefile
diff -u pkgsrc/devel/libffi/Makefile:1.29 pkgsrc/devel/libffi/Makefile:1.30
--- pkgsrc/devel/libffi/Makefile:1.29 Thu Nov 3 11:40:28 2016
+++ pkgsrc/devel/libffi/Makefile Sat Jan 28 15:33:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/11/03 11:40:28 maya Exp $
+# $NetBSD: Makefile,v 1.30 2017/01/28 15:33:25 wiz Exp $
DISTNAME= libffi-3.2.1
PKGREVISION= 2
@@ -10,6 +10,8 @@ HOMEPAGE= https://www.sourceware.org/lib
COMMENT= Foreign function interface
LICENSE= mit
+BUILD_DEPENDS+= dejagnu-[0-9]*:../../devel/dejagnu
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
@@ -18,6 +20,8 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/
PKGCONFIG_OVERRIDE+= libffi.pc.in
INFO_FILES= yes
+TEST_TARGET= check
+
.include "../../mk/compiler.mk"
# The Compaq C frontend groks .s, but not .S. Assemble osf.S directly w/ as(1).
pre-build:
Home |
Main Index |
Thread Index |
Old Index