pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libpsl



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Oct 23 07:07:25 UTC 2018

Modified Files:
        pkgsrc/www/libpsl: Makefile buildlink3.mk

Log Message:
libpsl: Include icu bl3 in buildlink3 and add support for tests

- buildlink3 inclusion of textproc/icu was commented out in
  www/libpsl/buildlink3.mk but at least building (latest and still
  not committed) net/libsoup needs it, uncomment it.
- Add support for tests


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/libpsl/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/libpsl/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/libpsl/Makefile
diff -u pkgsrc/www/libpsl/Makefile:1.2 pkgsrc/www/libpsl/Makefile:1.3
--- pkgsrc/www/libpsl/Makefile:1.2      Sun Jul 29 14:17:06 2018
+++ pkgsrc/www/libpsl/Makefile  Tue Oct 23 07:07:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/07/29 14:17:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/23 07:07:25 leot Exp $
 
 DISTNAME=      libpsl-0.20.2
 PKGREVISION=   1
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+=      --enable-runtime=libicu
 
 PKGCONFIG_OVERRIDE+=   libpsl.pc.in
 
+TEST_TARGET=   check
+
 .include "../../lang/python/application.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"

Index: pkgsrc/www/libpsl/buildlink3.mk
diff -u pkgsrc/www/libpsl/buildlink3.mk:1.1 pkgsrc/www/libpsl/buildlink3.mk:1.2
--- pkgsrc/www/libpsl/buildlink3.mk:1.1 Sat Jul 28 12:25:20 2018
+++ pkgsrc/www/libpsl/buildlink3.mk     Tue Oct 23 07:07:25 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/07/28 12:25:20 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/10/23 07:07:25 leot Exp $
 
 BUILDLINK_TREE+=       libpsl
 
@@ -8,7 +8,7 @@ LIBPSL_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.libpsl+= libpsl>=0.20.2
 BUILDLINK_PKGSRCDIR.libpsl?=   ../../www/libpsl
 
-#.include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
 .endif # LIBPSL_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -libpsl



Home | Main Index | Thread Index | Old Index