diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-26 18:09:39 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-26 18:09:39 +0000 |
commit | a45c483301e07cf1864712894e78974ab2c9b20f (patch) | |
tree | b2179243ae2f2bfc10dbbf54bab3d9b72845cf8a /security | |
parent | 18448cd1e9c2db13f0e42759b65aeefb168190a1 (diff) | |
download | FreeBSD-ports-a45c483301e07cf1864712894e78974ab2c9b20f.zip FreeBSD-ports-a45c483301e07cf1864712894e78974ab2c9b20f.tar.gz |
- Fix build problems [1]
- Fix permissions [2]
Submitted by: pointyhat via kris [1]
miwi [2]
Approved by: David Thiel <lx(at)redundancy.redundancy.org> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/fwipe/Makefile | 5 | ||||
-rw-r--r-- | security/fwipe/files/patch-hier.c | 22 |
2 files changed, 20 insertions, 7 deletions
diff --git a/security/fwipe/Makefile b/security/fwipe/Makefile index 05f4cbd..f6d3e05 100644 --- a/security/fwipe/Makefile +++ b/security/fwipe/Makefile @@ -7,6 +7,7 @@ PORTNAME= fwipe PORTVERSION= 0.36 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://jeenyus.net/~budney/linux/software/fwipe/ \ http://redundancy.redundancy.org/mirror/ @@ -15,10 +16,10 @@ MAINTAINER= lx@redundancy.redundancy.org COMMENT= A djb-style file wiping utility ALL_TARGET= it -INSTALL_TARGET= setup check +INSTALL_TARGET= setup PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 -MAN1= fwipe0.1 echo0.1 fwipe.1 +MAN1= fwipe0.1 echo0.1 fwipe.1 post-extract: @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc diff --git a/security/fwipe/files/patch-hier.c b/security/fwipe/files/patch-hier.c index 7fbb916..b31374f 100644 --- a/security/fwipe/files/patch-hier.c +++ b/security/fwipe/files/patch-hier.c @@ -1,10 +1,22 @@ ---- hier.c.orig Fri Sep 22 07:11:47 2006 -+++ hier.c Fri Sep 22 07:12:15 2006 -@@ -10,11 +10,7 @@ +--- hier.c.orig Sat Apr 14 04:53:05 2001 ++++ hier.c Tue Sep 26 08:56:49 2006 +@@ -2,19 +2,15 @@ - d(auto_home,"man",-1,-1,02755); - d(auto_home,"man/man1",-1,-1,02755); + void hier() + { +- h(auto_home,-1,-1,02755); +- d(auto_home,"bin",-1,-1,02755); ++ h(auto_home,-1,-1,0755); ++ d(auto_home,"bin",-1,-1,0755); + c(auto_home,"bin","fwipe0",-1,-1,0755); + c(auto_home,"bin","echo0",-1,-1,0755); + c(auto_home,"bin","fwipe",-1,-1,0755); + +- d(auto_home,"man",-1,-1,02755); +- d(auto_home,"man/man1",-1,-1,02755); - d(auto_home,"man/cat1",-1,-1,02755); ++ d(auto_home,"man",-1,-1,0755); ++ d(auto_home,"man/man1",-1,-1,0755); c(auto_home,"man/man1","fwipe0.1",-1,-1,0644); - c(auto_home,"man/cat1","fwipe0.0",-1,-1,0644); c(auto_home,"man/man1","echo0.1",-1,-1,0644); |