Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 1999 14:52:43 +1200 (NZST)
From:      mmuir@es.co.nz
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13943: Update port: sysutils/wmhm
Message-ID:  <199909250252.OAA02119@pyros.dhis.org>

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

>Number:         13943
>Category:       ports
>Synopsis:       Update port: sysutils/wmhm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 24 20:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mike Muir
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:
>Description:
* Fixed MASTER_SITES
* Added check for 4.0-CURRENT
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/sysutils/wmhm/Makefile sysutils/wmhm/Makefile
--- /usr/ports/sysutils/wmhm/Makefile   Fri Sep 24 17:34:24 1999
+++ sysutils/wmhm/Makefile       Sat Sep 25 14:47:47 1999
@@ -9,11 +9,19 @@
 DISTNAME=      wmhm-1.1
 CATEGORIES=    sysutils windowmaker
 MASTER_SITES=  ftp://mongol.dhis.org/pub/wmhm/ \
-               http://www.es.co.nz/~mmuir/ \
-               ftp://ftp.neospeed.com/pub/
+               http://www.es.co.nz/~mmuir/ 
 
 MAINTAINER=    mmuir@es.co.nz
 
 WRKSRC=                ${WRKDIR}/wmhm/wmhm
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400000
+pre-fetch:
+       @${ECHO}
+       @${ECHO} "wmhm requires intpm which is only available in 4.0-CURRENT."
+       @${ECHO}
+.endif
 
 .include <bsd.port.mk>

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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