On Tue, 30 Oct 2018 23:45:14 -0600 (MDT) [email protected] wrote: > bulk build on macppc-1.ports.openbsd.org > started on Fri Oct 12 09:46:26 MDT 2018 > finished at Tue Oct 30 18:15:58 MDT 2018 > lasted 19D01h29m > done with kern.version=OpenBSD 6.4 (GENERIC) #231: Thu Oct 11 > 17:55:03 MDT 2018 >
> failures/multimedia/swfmill.log
Hi ports!
I'm proposing a diff that unbreaks swfmill on macppc here. The swf
files generated are valid (tested with swfdump from
multimedia/swftools).
I've also moved HOMEPAGE to https.
Charlène.
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/swfmill/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile 24 Oct 2018 14:28:08 -0000 1.12
+++ Makefile 11 Nov 2018 15:41:39 -0000
@@ -5,9 +5,9 @@ COMMENT= xml2swf and swf2xml processor w
DISTNAME= swfmill-0.3.6
CATEGORIES= multimedia
MASTER_SITES= ${HOMEPAGE}releases/
-REVISION= 0
+REVISION= 1
-HOMEPAGE= http://swfmill.org/
+HOMEPAGE= https://swfmill.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@@ -15,7 +15,8 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c exslt freetype gcrypt gpg-error iconv intl lzma m png
pthread WANTLIB += ${COMPILER_LIBCXX} xml2 xslt z
-COMPILER = base-clang ports-gcc base-gcc
+# C++11
+COMPILER= base-clang ports-gcc
LIB_DEPENDS= graphics/png \
textproc/libxslt
swfmill.diff
Description: Binary data
