[Lunar-commits] r18254 - moonbase/trunk/utils/buffer
Dennis Veatch
stumbles at lunar-linux.org
Mon Jan 23 04:06:24 UTC 2006
Author: stumbles
Date: 2006-01-23 04:06:22 +0000 (Mon, 23 Jan 2006)
New Revision: 18254
Modified:
moonbase/trunk/utils/buffer/BUILD
moonbase/trunk/utils/buffer/DETAILS
Log:
Flexbackup would not compile because buffer (depends) failed to compile.
Buffer was giving some errors on buffer.c conflicting types for shmat.
This patch fixes that.
Modified: moonbase/trunk/utils/buffer/BUILD
===================================================================
--- moonbase/trunk/utils/buffer/BUILD 2006-01-23 03:52:22 UTC (rev 18253)
+++ moonbase/trunk/utils/buffer/BUILD 2006-01-23 04:06:22 UTC (rev 18254)
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
make
sedit "s,-Wall,-Wall -DSYS5," Makefile &&
sedit "s,/usr/local/bin,/usr/bin," Makefile &&
Modified: moonbase/trunk/utils/buffer/DETAILS
===================================================================
--- moonbase/trunk/utils/buffer/DETAILS 2006-01-23 03:52:22 UTC (rev 18253)
+++ moonbase/trunk/utils/buffer/DETAILS 2006-01-23 04:06:22 UTC (rev 18254)
@@ -1,7 +1,11 @@
MODULE=buffer
VERSION=1.19
SOURCE=$MODULE-$VERSION.shar.gz
+ SOURCE2=buffer_1.19-7.diff.patch.bz2
SOURCE_URL[0]=http://flexbackup.sourceforge.net/other/
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:85e4e7fd91ccb7d79e4a77eb22ea6e35e4b00c20
+ SOURCE2_VFY=sha1:d6970999503c54d4a7b31fe91a27bbd41817f53c
WEB_SITE=http://flexbackup.sourceforge.net
ENTERED=20030226
UPDATED=20030226
@@ -9,3 +13,4 @@
cat << EOF
buffer is a utility to buffer tape and network I/O
EOF
+
More information about the Lunar-commits
mailing list