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:39:57 UTC 2017

Modified Files:
        pkgsrc/devel/libffi: Makefile

Log Message:
Revert, all the parts for tests were already, just not for interactive use.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/devel/libffi/Makefile:1.31
--- pkgsrc/devel/libffi/Makefile:1.30   Sat Jan 28 15:33:25 2017
+++ pkgsrc/devel/libffi/Makefile        Sat Jan 28 15:39:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/01/28 15:33:25 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/28 15:39:56 wiz Exp $
 
 DISTNAME=      libffi-3.2.1
 PKGREVISION=   2
@@ -10,8 +10,6 @@ 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
@@ -20,8 +18,6 @@ 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