Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 23:57:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: de8c89bc08a5 - main - graphics/jbig2dec: Add make test
Message-ID:  <202309302357.38UNvZ5n044558@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit de8c89bc08a55ad0a6ec200a0c672b86f02632c0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-09-30 23:50:39 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-30 23:50:39 +0000

    graphics/jbig2dec: Add make test
    
    PR:             273844
---
 graphics/jbig2dec/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile
index f8305de0f2c4..b8799880c57a 100644
--- a/graphics/jbig2dec/Makefile
+++ b/graphics/jbig2dec/Makefile
@@ -10,16 +10,19 @@ WWW=		https://github.com/ArtifexSoftware/jbig2dec
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe libtool pathfix
+USES=		cpe libtool pathfix python:env,test shebangfix
 
 CONFIGURE_ENV=	ac_cv_func_getopt_long=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-lmd
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 CPE_VENDOR=	artifex
 
+SHEBANG_FILES=	*.py
+
 OPTIONS_DEFINE=	PNG
 OPTIONS_DEFAULT=PNG
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309302357.38UNvZ5n044558>