ports/168280: [PATCH] security/bsmtrace remove obsolete conditional on OSVERSION

Chris Rees crees at FreeBSD.org
Wed May 23 20:10:09 UTC 2012


>Number:         168280
>Category:       ports
>Synopsis:       [PATCH] security/bsmtrace remove obsolete conditional on OSVERSION
>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:   Wed May 23 20:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
FreeBSD ports tree doesn't support <7.x, so this check is unnecessary.
>How-To-Repeat:
	
>Fix:

	

--- security-bsmtrace.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/bsmtrace/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	14 Feb 2012 12:45:28 -0000	1.4
+++ Makefile	23 May 2012 19:54:58 -0000
@@ -19,11 +19,6 @@
 MAN1=		bsmtrace.1
 MAN5=		bsmtrace.conf.5
 
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 602000
-IGNORE=		release 6.2-RELEASE or later is required
-.endif
-
 .if defined(WITH_PCRE)
 LIB_DEPENDS+=	pcre.1:${PORTSDIR}/devel/pcre
 MAKE_ENV+=	PCRE=1
@@ -44,4 +39,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- security-bsmtrace.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list