Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2012 20:07:49 GMT
From:      Chris Rees <crees@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/168279: [PATCH] net/ssmping remove obsolete OSVERSION check
Message-ID:  <201205232007.q4NK7nIa027402@freefall.freebsd.org>
Resent-Message-ID: <201205232010.q4NKA7EV027807@freefall.freebsd.org>

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

>Number:         168279
>Category:       ports
>Synopsis:       [PATCH] net/ssmping remove obsolete OSVERSION check
>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:06 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@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


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

The check is also incorrect, it's now fixed ;)
>How-To-Repeat:
	
>Fix:

	

--- net-ssmping.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/ssmping/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	9 Aug 2010 05:04:43 -0000	1.4
+++ Makefile	23 May 2012 19:54:54 -0000
@@ -25,7 +25,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} <= 8100000 && ${OSVERSION} >= 6400000
+.if ${OSVERSION} <= 810000
 IGNORE=		does not work at FreeBSD 7.x
 .endif
 
--- net-ssmping.diff ends here ---


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



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