diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-04-24 16:23:13 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-04-24 16:23:13 +0000 |
commit | 4fe8d1ba0265c0c6a754855fc730124b5d96661c (patch) | |
tree | dad9002546142dfbdd9334aabe24a180d6bfe938 /security/samba-vscan | |
parent | 7eaf89004faf9c719552ab1fc2464409eaa6580e (diff) | |
download | ports-4fe8d1ba0265c0c6a754855fc730124b5d96661c.tar.gz ports-4fe8d1ba0265c0c6a754855fc730124b5d96661c.zip |
Notes
Diffstat (limited to 'security/samba-vscan')
-rw-r--r-- | security/samba-vscan/Makefile | 4 | ||||
-rw-r--r-- | security/samba-vscan/files/extra_patch-vscan-parameter.c | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index 39fc5d2e749d..abfd76b5c2e2 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -47,10 +47,6 @@ ALL_TARGET= .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -EXTRA_PATCHES=${FILESDIR}/extra_patch-* -.endif - .if ${VSCAN_SAMBA_PORT} != "samba3" VFSDIR=lib/samba .endif diff --git a/security/samba-vscan/files/extra_patch-vscan-parameter.c b/security/samba-vscan/files/extra_patch-vscan-parameter.c deleted file mode 100644 index b146413cb733..000000000000 --- a/security/samba-vscan/files/extra_patch-vscan-parameter.c +++ /dev/null @@ -1,10 +0,0 @@ ---- global/vscan-parameter.c.orig Mon Dec 12 01:36:54 2005 -+++ global/vscan-parameter.c Mon Dec 12 01:36:54 2005 -@@ -162,6 +162,7 @@ - */ - /* FIXME: changed atoi to atoll, but atoll might not be available - on all platforms! */ -+ #define atoll(a) strtoll((a), (char **)NULL, 10) - vscan_config->common.max_size = atoll(value); - DEBUG(3, ("max file size is: %lld\n", (long long)vscan_config->common.max_size)); -
\ No newline at end of file |