Hi ports -- Attached is an update to libcaca. I will also take maintainer on this.
Works for me with TOIlet (new port, incoming in a separate email) on amd64, loongson, and sgi.
OK? ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/libcaca/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile 17 Oct 2013 14:31:52 -0000 1.26 +++ Makefile 4 Jan 2014 21:39:56 -0000 @@ -2,18 +2,19 @@ COMMENT= color ascii art library -DISTNAME= libcaca-0.99.beta17 -PKGNAME= libcaca-0.99.17 -REVISION= 2 -SHARED_LIBS += caca 1.0 # .0.99 +DISTNAME= libcaca-0.99.beta18 +PKGNAME= libcaca-0.99.18 +SHARED_LIBS += caca 1.1 # .0.99 CATEGORIES= graphics +HOMEPAGE= http://caca.zoy.org/wiki/libcaca +MAINTAINER= Brian Callahan <[email protected]> + # LGPLv2.1/Do What The Fuck You Want To Public License PERMIT_PACKAGE_CDROM= Yes WANTLIB= c ncursesw m z -HOMEPAGE= http://caca.zoy.org/wiki/libcaca MASTER_SITES= http://caca.zoy.org/files/libcaca/ \ http://distfiles.nl/ @@ -37,5 +38,8 @@ CONFIGURE_ARGS+= --disable-doc \ --disable-cxx \ --disable-zzuf \ --disable-cppunit + +# Tests are bogus: assume gmake, assume Windows. +NO_TEST = Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/libcaca/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 28 Jun 2010 07:24:30 -0000 1.8 +++ distinfo 4 Jan 2014 21:39:56 -0000 @@ -1,5 +1,2 @@ -MD5 (libcaca-0.99.beta17.tar.gz) = eQ1uJreVDhWQn9vrI6fqhw== -RMD160 (libcaca-0.99.beta17.tar.gz) = hqTYbO1an88O3fvU+GJopo1JvKk= -SHA1 (libcaca-0.99.beta17.tar.gz) = JM25+33EoBvieHqQCTBPrUGfeds= -SHA256 (libcaca-0.99.beta17.tar.gz) = Y1Wunjlh6YPvZgV6Iy0l8fui5/phXXWRq6AR14dk8dY= -SIZE (libcaca-0.99.beta17.tar.gz) = 1110516 +SHA256 (libcaca-0.99.beta18.tar.gz) = d+oGYz9KYCLczU92wYI+FnpAywUwj8HH6g+h+A9sM6E= +SIZE (libcaca-0.99.beta18.tar.gz) = 1168552 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/graphics/libcaca/patches/patch-Makefile_in,v retrieving revision 1.3 diff -u -p -r1.3 patch-Makefile_in --- patches/patch-Makefile_in 28 Jun 2010 07:24:30 -0000 1.3 +++ patches/patch-Makefile_in 4 Jan 2014 21:39:56 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-Makefile_in,v 1.3 2010/06/28 07:24:30 landry Exp $ ---- Makefile.in.orig Mon Feb 8 14:47:02 2010 -+++ Makefile.in Mon Jun 28 09:20:18 2010 -@@ -299,7 +299,7 @@ top_build_prefix = @top_build_prefix@ +--- Makefile.in.orig Fri Apr 6 16:48:34 2012 ++++ Makefile.in Sat Jan 4 14:38:00 2014 +@@ -320,7 +320,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = kernel caca src examples tools \ Index: patches/patch-caca_Makefile_in =================================================================== RCS file: /cvs/ports/graphics/libcaca/patches/patch-caca_Makefile_in,v retrieving revision 1.2 diff -u -p -r1.2 patch-caca_Makefile_in --- patches/patch-caca_Makefile_in 28 Jun 2010 07:24:30 -0000 1.2 +++ patches/patch-caca_Makefile_in 4 Jan 2014 21:39:56 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-caca_Makefile_in,v 1.2 2010/06/28 07:24:30 landry Exp $ ---- caca/Makefile.in.orig Mon Feb 8 14:47:01 2010 -+++ caca/Makefile.in Fri Jun 25 10:58:39 2010 -@@ -1121,7 +1121,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLT +--- caca/Makefile.in.orig Fri Apr 6 16:48:33 2012 ++++ caca/Makefile.in Sat Jan 4 14:38:00 2014 +@@ -1146,7 +1146,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLT install-exec-local: $(mkinstalldirs) $(DESTDIR)$(libdir) Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/graphics/libcaca/patches/patch-configure,v retrieving revision 1.2 diff -u -p -r1.2 patch-configure --- patches/patch-configure 17 Oct 2013 14:31:52 -0000 1.2 +++ patches/patch-configure 4 Jan 2014 21:39:56 -0000 @@ -4,9 +4,9 @@ $OpenBSD: patch-configure,v 1.2 2013/10/ 2. Disable detection of cppunit. (--disable-cppunit is a NOP.) ---- configure.orig Mon Feb 8 14:46:58 2010 -+++ configure Thu Oct 17 15:56:49 2013 -@@ -17655,7 +17655,7 @@ fi +--- configure.orig Fri Apr 6 16:48:32 2012 ++++ configure Sat Jan 4 14:38:01 2014 +@@ -18553,7 +18553,7 @@ fi # Build development tools? @@ -15,7 +15,7 @@ $OpenBSD: patch-configure,v 1.2 2013/10/ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PANGOFT2" >&5 $as_echo_n "checking for PANGOFT2... " >&6; } -@@ -17946,7 +17946,7 @@ fi +@@ -18844,7 +18844,7 @@ fi # Use cppunit for unit tests?
