Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2010 09:42:04 GMT
From:      dikshie <dikshie@lapi.itb.ac.id>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149417: [maintainer update] net/ssmping
Message-ID:  <201008080942.o789g4mf084727@www.freebsd.org>
Resent-Message-ID: <201008080950.o789o3dx011732@freefall.freebsd.org>

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

>Number:         149417
>Category:       ports
>Synopsis:       [maintainer update] net/ssmping
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 08 09:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     dikshie
>Release:        FreeBSD-8.1-STABLE
>Organization:
Institute of Technology Bandung, Indonesia
>Environment:
FreeBSD sfc-cpu.ai3.net 8.1-STABLE FreeBSD 8.1-STABLE #8: Sat Aug  7 16:13:11 JST 2010     dikshie@sfc-cpu.ai3.net:/usr/obj/usr/src/sys/CPU8  i386
>Description:
ssmping works on FreeBSD-6.x and 8.x .  
update Makefile respectively. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-08-07 15:59:27.000000000 +0900
+++ Makefile	2010-08-07 16:03:27.000000000 +0900
@@ -7,6 +7,7 @@
 
 PORTNAME=	ssmping
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.venaas.no/multicast/ssmping/
 
@@ -24,8 +25,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 700000
-IGNORE=		does not work at FreeBSD 7.x and newer
+.if ${OSVERSION} <= 8100000 && ${OSVERSION} >= 6400000
+IGNORE=		does not work at FreeBSD 7.x
 .endif
 
 do-install:


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



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