ports/149417: [maintainer update] net/ssmping

dikshie dikshie at lapi.itb.ac.id
Sun Aug 8 09:50:03 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list