From 3182e047356862f3791e60289263253c07ebb334 Mon Sep 17 00:00:00 2001 From: demian Date: Wed, 19 Feb 2003 23:47:29 +0000 Subject: [PATCH] : Added Files: : abispell-es-ES/abispell-es-Es bdb/bdb bsd-finger/bsd-finger : bsd-finger/glibc2.2.patch : ---------------------------------------------------------------------- --- demian/abispell-es-ES/abispell-es-Es | 12 ++++++++++++ demian/bdb/bdb | 17 +++++++++++++++++ demian/bsd-finger/bsd-finger | 9 +++++++++ demian/bsd-finger/glibc2.2.patch | 21 +++++++++++++++++++++ 4 files changed, 59 insertions(+) create mode 100755 demian/abispell-es-ES/abispell-es-Es create mode 100755 demian/bdb/bdb create mode 100755 demian/bsd-finger/bsd-finger create mode 100755 demian/bsd-finger/glibc2.2.patch diff --git a/demian/abispell-es-ES/abispell-es-Es b/demian/abispell-es-ES/abispell-es-Es new file mode 100755 index 0000000..5e43f04 --- /dev/null +++ b/demian/abispell-es-ES/abispell-es-Es @@ -0,0 +1,12 @@ +# HDW Linux abispell-es-ES +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] Spanish check speller for abiword +# [V] "" +# [S] 3 5 +# [D] abispell-es-ES.i386.tar.gz + +build_main() +{ + mv usr/* $root/$prefix/usr +} diff --git a/demian/bdb/bdb b/demian/bdb/bdb new file mode 100755 index 0000000..7c03f76 --- /dev/null +++ b/demian/bdb/bdb @@ -0,0 +1,17 @@ +# HDW Linux bdb +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] Berkeley DB +# [V] 3.3.11 +# [S] 3 3 +# [D] db-3.3.11.tar.gz http://www.sleepycat.com/update/snapshot/ + +build_main() +{ + cd build_unix + ../dist/configure $confopt --enable-cxx --enable-compat185" + make $make_conf ; make $install_conf install && \ + ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb-3.a && \ + ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb.a + [ -f /usr/include/db3 ] && rm -f /usr/include/db3 +} diff --git a/demian/bsd-finger/bsd-finger b/demian/bsd-finger/bsd-finger new file mode 100755 index 0000000..58abd0d --- /dev/null +++ b/demian/bsd-finger/bsd-finger @@ -0,0 +1,9 @@ +# HDW Linux bsd-finger +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] bsd-finger :) +# [V] 0.17 +# [S] 3 5 +## [D] bsd-finger-0.17.tar.gz ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ +# [D] bsd-finger-0.17.tar.bz2 ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ +confopt="--with-debug" diff --git a/demian/bsd-finger/glibc2.2.patch b/demian/bsd-finger/glibc2.2.patch new file mode 100755 index 0000000..e950f40 --- /dev/null +++ b/demian/bsd-finger/glibc2.2.patch @@ -0,0 +1,21 @@ +missed time.h +--- ./finger/lprint.c.orig Tue Oct 9 14:58:18 2001 ++++ ./finger/lprint.c Tue Oct 9 14:58:50 2001 +@@ -49,6 +49,7 @@ + #include + #include + #include ++#include + #include "finger.h" + + static void lprint(PERSON *pn); +--- ./finger/sprint.c.orig Tue Oct 9 14:59:26 2001 ++++ ./finger/sprint.c Tue Oct 9 14:59:33 2001 +@@ -41,6 +41,7 @@ + + #include + #include ++#include + #include + #include + #include -- 2.20.1