From faff7692cc68d231838019b525c0291b947a8126 Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 27 Dec 2003 22:37:44 +0000 Subject: Initial import of blib-1.0.2: Blinkenlights library blib library contains code that you will find useful if you want to create any kind of software related to Blinkenlights. There is a code to read and write the old-style BLM movie format as well as code to handle GIF files and the new Blinkenlights Markup Language. Both sides of the Blinkenlights network protocol are implemented so that you don't have to care about the details. Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the real Blinkenlights are running at this very moment on the Haus des Lehrers, next to the congress building ;) (http://www.blinkenlights.de/). --- devel/blib/patches/patch-aa | 12 ++++++++++++ devel/blib/patches/patch-ab | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 devel/blib/patches/patch-aa create mode 100644 devel/blib/patches/patch-ab (limited to 'devel/blib/patches') diff --git a/devel/blib/patches/patch-aa b/devel/blib/patches/patch-aa new file mode 100644 index 00000000000..459435a48e6 --- /dev/null +++ b/devel/blib/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $ + +--- docs/reference/Makefile.in.orig 2003-12-25 19:19:33.000000000 +0100 ++++ docs/reference/Makefile.in 2003-12-27 16:32:23.000000000 +0100 +@@ -438,6 +438,7 @@ + uninstall-info-am + + ++@ENABLE_GTK_DOC_FALSE@all-local: + @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp + + #### scan #### diff --git a/devel/blib/patches/patch-ab b/devel/blib/patches/patch-ab new file mode 100644 index 00000000000..751f985420e --- /dev/null +++ b/devel/blib/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $ + +--- modules/Makefile.in.orig 2003-12-25 19:19:34.000000000 +0100 ++++ modules/Makefile.in 2003-12-27 17:13:55.000000000 +0100 +@@ -107,7 +107,7 @@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ +-LIBTOOL = @LIBTOOL@ ++LIBTOOL = $(srcdir)/libtool + LN_S = @LN_S@ + LTLIBOBJS = @LTLIBOBJS@ + LT_AGE = @LT_AGE@ -- cgit v1.2.3