mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Add stage support
- Update maintainer email - Add LICENSE - Update WWW while here - Convert USE_BZIP2 to USES - Fix build with clang PR: ports/191188 Submitted by: erik@bz.bzflag.bz
This commit is contained in:
parent
a0d46eb484
commit
2c660b5a6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358482
@ -7,15 +7,14 @@ CATEGORIES= sysutils
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= scrub-${PORTVERSION}
|
||||
|
||||
MAINTAINER= erik@bz.bzflag.bz
|
||||
MAINTAINER= erik@elfga.com
|
||||
COMMENT= Writes patterns on files to make retrieving the data more difficult
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
|
||||
MAN1= scrub.1
|
||||
PLIST_FILES= bin/scrub man/man1/scrub.1.gz
|
||||
|
||||
PLIST_FILES= bin/scrub
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
11
sysutils/diskscrub/files/patch-src__genrand.c
Normal file
11
sysutils/diskscrub/files/patch-src__genrand.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./src/genrand.c.orig 2014-06-19 20:53:05.000000000 -0300
|
||||
+++ ./src/genrand.c 2014-06-19 20:53:18.000000000 -0300
|
||||
@@ -106,7 +106,7 @@
|
||||
buf[n] = result;
|
||||
}
|
||||
#endif
|
||||
- return;
|
||||
+ return 0;
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@ the data more difficult. Scrub operates in one of three modes:
|
||||
Scrub implements user-selectable pattern algorithms that are compliant with
|
||||
DoD 5520.22-M or NNSA NAP-14.x.
|
||||
|
||||
WWW: https://computing.llnl.gov/linux/scrub.html
|
||||
WWW: https://code.google.com/p/diskscrub/
|
||||
|
Loading…
Reference in New Issue
Block a user