View | Details | Raw Unified | Return to bug 268048
Collapse All | Expand All

(-)b/graphics/libspiro/Makefile (-4 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	libspiro
1
PORTNAME=	libspiro
2
DISTVERSION=	20200505
2
DISTVERSION=	20221101
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	graphics
4
CATEGORIES=	graphics
5
MASTER_SITES=	https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/
5
MASTER_SITES=	https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/
Lines 13-25 LICENSE= GPLv3+ Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		cpe libtool pathfix
15
USES=		cpe libtool pathfix
16
17
CPE_VENDOR=	libspiro_project
16
CPE_VENDOR=	libspiro_project
18
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
20
18
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
19
GNU_CONFIGURE=	yes
22
20
23
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
24
22
23
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)b/graphics/libspiro/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1642436312
1
TIMESTAMP = 1669666198
2
SHA256 (libspiro-dist-20200505.tar.gz) = 06c69a1e8dcbcabcf009fd96fd90b1a244d0257246e376c2c4d57c4ea4af0e49
2
SHA256 (libspiro-dist-20221101.tar.gz) = 5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be
3
SIZE (libspiro-dist-20200505.tar.gz) = 422546
3
SIZE (libspiro-dist-20221101.tar.gz) = 434906
(-)b/graphics/libspiro/files/patch-Makefile.in (-22 / +8 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	2022-01-17 16:21:59 UTC
1
--- Makefile.in.orig	2022-11-02 03:59:47 UTC
2
+++ Makefile.in
2
+++ Makefile.in
3
@@ -408,7 +408,7 @@ target_vendor = @target_vendor@
3
@@ -413,7 +413,7 @@ target_vendor = @target_vendor@
4
 top_build_prefix = @top_build_prefix@
4
 top_build_prefix = @top_build_prefix@
5
 top_builddir = @top_builddir@
5
 top_builddir = @top_builddir@
6
 top_srcdir = @top_srcdir@
6
 top_srcdir = @top_srcdir@
Lines 9-34 Link Here
9
 test_programs = call-test0 call-test1 call-test2 call-test3 call-test4 \
9
 test_programs = call-test0 call-test1 call-test2 call-test3 call-test4 \
10
 		call-test5 call-test6 call-test7 call-test8 call-test9 \
10
 		call-test5 call-test6 call-test7 call-test8 call-test9 \
11
 		call-test10 call-test11 call-test12 call-test13        \
11
 		call-test10 call-test11 call-test12 call-test13        \
12
@@ -421,7 +421,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
12
@@ -426,7 +426,7 @@ pkgconfig_DATA = libspiro.pc
13
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
13
 AM_CFLAGS = $(WCFLAGS) $(LS_CFLAGS)
14
 AM_CFLAGS = $(WCFLAGS) $(LS_CFLAGS)
14
 AM_LDFLAGS = $(WLSLIB) $(LS_LIB) -no-undefined --mode=link
15
 DISTCLEANFILES = libspiro.pc
15
 DISTCLEANFILES = libspiro.pc
16
-DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --enable-test_inputs --enable-test-a-lot
16
-DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules --enable-verbose_lib --enable-test_inputs --enable-test-a-lot
17
+DISTCHECK_CONFIGURE_FLAGS = --enable-verbose_lib --disable-test_inputs --disable-test-a-lot
17
+DISTCHECK_CONFIGURE_FLAGS = --disable-silent-rules --enable-verbose_lib --disable-test_inputs --disable-test-a-lot
18
 lib_LTLIBRARIES = libspiro.la
18
 lib_LTLIBRARIES = libspiro.la
19
 libspiro_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBSPIRO_VERSION)
19
 libspiro_la_LIBADD = $(WLSLIB) $(LS_LIB)
20
 libspiro_la_SOURCES = spiro.c bezctx.c spiroentrypoints.c
20
 libspiro_la_LDFLAGS = -no-undefined -version-info $(LIBSPIRO_VERSION)
21
@@ -1095,13 +1095,6 @@ libspiro_la.$(OBJEXT): bezctx.h bezctx_intf.h spiro.h 
22
 
23
 libtool: $(LIBTOOL_DEPS)
24
 	$(SHELL) ./config.status libtool
25
-
26
-# test: run all tests in cwd and subdirs
27
-test:	$(TEST_PROGS)
28
-
29
-.PHONY: test
30
-# run make test as part of make check
31
-check-local: test
32
 
33
 check-valgrind:
34
 @HAVEVALGRIND_TRUE@	$(MAKE);
(-)b/graphics/libspiro/pkg-plist (-2 / +1 lines)
Lines 1-10 Link Here
1
include/bezctx.h
1
include/bezctx.h
2
include/bezctx_intf.h
3
include/spiro.h
2
include/spiro.h
4
include/spiroentrypoints.h
3
include/spiroentrypoints.h
5
lib/libspiro.a
4
lib/libspiro.a
6
lib/libspiro.so
5
lib/libspiro.so
7
lib/libspiro.so.1
6
lib/libspiro.so.1
8
lib/libspiro.so.1.0.1
7
lib/libspiro.so.1.0.3
9
libdata/pkgconfig/libspiro.pc
8
libdata/pkgconfig/libspiro.pc
10
man/man3/libspiro.3.gz
9
man/man3/libspiro.3.gz

Return to bug 268048