From 1dfff2d00640df31ee97924f40ab714b6b9142a5 Mon Sep 17 00:00:00 2001 From: jmelo Date: Tue, 24 Apr 2007 16:23:13 +0000 Subject: - Remove FreeBSD 4.X support. PR: ports/111884 Submitted by: Marcelo Araujo --- security/samba-vscan/Makefile | 4 ---- security/samba-vscan/files/extra_patch-vscan-parameter.c | 10 ---------- 2 files changed, 14 deletions(-) delete mode 100644 security/samba-vscan/files/extra_patch-vscan-parameter.c (limited to 'security/samba-vscan') 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 -.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 -- cgit