summaryrefslogtreecommitdiff
path: root/misc/granulate/patches
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-03-12 11:09:08 +0000
committerzuntum <zuntum>2001-03-12 11:09:08 +0000
commit4a806b9425b055fe6dcccffcb9a2c4b2739fb64b (patch)
treef40b1ee578dc8f47efca8d4e5a221b7c6c91d432 /misc/granulate/patches
parent01c4c8c6c188f3d51e5f49e62215bd61dbc0487a (diff)
downloadpkgsrc-4a806b9425b055fe6dcccffcb9a2c4b2739fb64b.tar.gz
Initial import of granulate.
Granulate is a program for splitting files in place. The program serves a purpose similar to the standard UNIX split, but differs in one important way. For split to operate on a 40MB file, you must have more than 40MB of free space on the disk. On the other hand, granulate only needs one chunk of free space on the hard drive, where a chunk is the requested size for the output files.
Diffstat (limited to 'misc/granulate/patches')
-rw-r--r--misc/granulate/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/granulate/patches/patch-aa b/misc/granulate/patches/patch-aa
new file mode 100644
index 00000000000..91975edd0b1
--- /dev/null
+++ b/misc/granulate/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/12 11:09:08 zuntum Exp $
+
+--- Makefile.orig Sun Feb 11 20:01:12 2001
++++ Makefile
+@@ -1,7 +1,5 @@
+ # This makefile should not exist as such. There should be a configure script.
+
+-CC = gcc
+-CFLAGS = -O2 -Wall -Wstrict-prototypes
+ LDFLAGS =
+ OBJS = granulate.o
+