Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 15:00:39 +0000
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eccdb543dccf - main - devel/libgsf: Enable testing
Message-ID:  <69f61197.473cb.5cf4cec3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eccdb543dccfde94a579cda611bffc3d9f225d1b

commit eccdb543dccfde94a579cda611bffc3d9f225d1b
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-05-02 14:59:42 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-05-02 15:00:31 +0000

    devel/libgsf: Enable testing
---
 devel/libgsf/Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index baa25e477d21..040815bf4552 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -11,9 +11,14 @@ WWW=		https://gitlab.gnome.org/GNOME/libgsf/
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz
+TEST_DEPENDS=	zipinfo:archivers/unzip \
+		p5-XML-Parser>=0:textproc/p5-XML-Parser
+
+USES=		cpe gmake gnome libtool localbase pathfix perl5 pkgconfig \
+		shebangfix tar:xz
 CPE_VENDOR=	gnome
 USE_GNOME=	gdkpixbuf glib20 libxml2 introspection:build
+USE_PERL5=	test
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
@@ -21,6 +26,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-introspection
 
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
+SHEBANG_FILES=	tests/*.pl
 
 PLIST_SUB+=	LIBMINORVER=${DISTVERSION:E} \
 		LIBSHORTVER=${DISTVERSION:R:S/.//}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f61197.473cb.5cf4cec3>