diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-04-25 00:23:13 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-04-25 00:23:13 +0800 |
commit | 1dfff2d00640df31ee97924f40ab714b6b9142a5 (patch) | |
tree | 79e8aeb1cb737a292f23a8fd130e9e3f4022aef1 /security | |
parent | 4aa45e0eebd2b23fbd87351b1ccd742f9572d902 (diff) | |
download | freebsd-ports-gnome-1dfff2d00640df31ee97924f40ab714b6b9142a5.tar.gz freebsd-ports-gnome-1dfff2d00640df31ee97924f40ab714b6b9142a5.tar.zst freebsd-ports-gnome-1dfff2d00640df31ee97924f40ab714b6b9142a5.zip |
- Remove FreeBSD 4.X support.
PR: ports/111884
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Diffstat (limited to 'security')
-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 |