pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Added appropriate TEST_TARGET.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acc343b43cbe
branches:  trunk
changeset: 511404:acc343b43cbe
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Fri Apr 14 07:08:07 2006 +0000

description:
Added appropriate TEST_TARGET.

diffstat:

 fonts/fontconfig/Makefile |  4 +++-
 graphics/cairo/Makefile   |  4 +++-
 graphics/tiff/Makefile    |  4 +++-
 net/libIDL/Makefile       |  4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)

diffs (72 lines):

diff -r 18ceaf6a744d -r acc343b43cbe fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Thu Apr 13 23:31:19 2006 +0000
+++ b/fonts/fontconfig/Makefile Fri Apr 14 07:08:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2006/04/06 06:21:59 reed Exp $
+# $NetBSD: Makefile,v 1.52 2006/04/14 07:08:07 heinz Exp $
 #
 
 DISTNAME=      fontconfig-2.3.2
@@ -52,6 +52,8 @@
 
 LIBS+=         ${BUILDLINK_LDADD.iconv}
 
+TEST_TARGET=   check
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
diff -r 18ceaf6a744d -r acc343b43cbe graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Thu Apr 13 23:31:19 2006 +0000
+++ b/graphics/cairo/Makefile   Fri Apr 14 07:08:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2006/04/06 06:22:01 reed Exp $
+# $NetBSD: Makefile,v 1.34 2006/04/14 07:08:07 heinz Exp $
 
 DISTNAME=      cairo-1.0.4
 CATEGORIES=    graphics
@@ -41,6 +41,8 @@
 CFLAGS+=                       -c99
 .endif
 
+TEST_TARGET=                   check
+
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../fonts/Xft2/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
diff -r 18ceaf6a744d -r acc343b43cbe graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Thu Apr 13 23:31:19 2006 +0000
+++ b/graphics/tiff/Makefile    Fri Apr 14 07:08:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2006/04/05 07:04:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.81 2006/04/14 07:08:08 heinz Exp $
 
 DISTNAME=      tiff-3.8.2
 PKGREVISION=   1
@@ -22,6 +22,8 @@
 CONFIGURE_ARGS+=       --enable-cxx
 CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/tiff
 
+TEST_TARGET=           check
+
 .include "options.mk"
 
 .include "../../devel/zlib/buildlink3.mk"
diff -r 18ceaf6a744d -r acc343b43cbe net/libIDL/Makefile
--- a/net/libIDL/Makefile       Thu Apr 13 23:31:19 2006 +0000
+++ b/net/libIDL/Makefile       Fri Apr 14 07:08:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2006/03/31 23:56:28 jlam Exp $
+# $NetBSD: Makefile,v 1.41 2006/04/14 07:08:07 heinz Exp $
 
 DISTNAME=      libIDL-0.8.6
 PKGREVISION=   1
@@ -29,6 +29,8 @@
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE:Q}
 
+TEST_TARGET=           check
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index