1
0
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:
Danilo Egea Gondolfo 2014-06-20 00:29:42 +00:00
parent a0d46eb484
commit 2c660b5a6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358482
3 changed files with 17 additions and 7 deletions

View File

@ -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>

View 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;
}
}

View File

@ -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/