Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 12:10:13 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmelo@FreeBSD.org
Subject:   ports/111884: [PATCH] security/samba-vscan: cleanup non-supported FreeBSD versions 
Message-ID:  <1176995413.350641.45314.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191520.l3JFK1pI009977@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111884
>Category:       ports
>Synopsis:       [PATCH] security/samba-vscan: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 15:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

Port maintainer (jmelo@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- samba-vscan-0.3.6b_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/samba-vscan/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	5 Apr 2006 21:04:29 -0000	1.10
+++ Makefile	19 Apr 2007 15:09:25 -0000
@@ -45,12 +45,6 @@
 VSCAN_CONF=
 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
@@ -148,4 +142,4 @@
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- samba-vscan-0.3.6b_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1176995413.350641.45314.nullmailer>