pkgsrc-wip/freedup16/patches/patch-aa
Stefano Marinelli 59ec28da13 Import freedup-1.6 as wip/freedup16.
F R E E D U P - allows you to reclaim space on your drive. It's simple.
===============================================================================
Freedup walks through the file trees (directories) you specify.
When it finds two identical files on the same device, it hard links them
together.
In this case two or more files still exist in their respective directories,
but only one copy of the data is stored on disk; both directory entries point
to the same data blocks.
[FREEDUP IN ACTION]
If both files reside on different devices, then they are symlinked together.
Please see the Syntax_page for instructions, how to modify the behaviour of
freedup.

This is version 1.6, faster and safer than wip/freedup already present.
There seem to be some problems with non-i386 and non-amd64 platforms so I 
have created a different package for this.
2012-01-08 13:25:19 +00:00

23 lines
404 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2012/01/08 13:25:19 draga Exp $
--- Makefile.NetBSD.orig 2007-12-18 10:10:34.000000000 +0100
+++ Makefile.NetBSD
@@ -0,0 +1,17 @@
+#
+# NetBSD specific definitions
+#
+FREEDUPEXE=./freedup
+SHATESTEXE=./sha1test
+ECHOE=echo -e
+MAKE=make
+#CC=gcc
+DEFS=-DFLAVOUR="\"b\""
+RPMBUILD=/usr/src/packages
+#
+# Uncritial definitions for testing
+#
+TUSR=bin
+TGRP=bin
+DCOL="\:"
+