ports/50531: port update: net/slurm (0.2.1 to 0.2.2)

Hendrik Scholz hendrik at scholz.net
Wed Apr 2 01:00:14 UTC 2003


>Number:         50531
>Category:       ports
>Synopsis:       port update: net/slurm (0.2.1 to 0.2.2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 17:00:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NetUSE AG
>Environment:
System: FreeBSD goanna.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Tue Mar 25 21:50:08 CET 2003 hscholz at goanna.lan.raisdorf.net:/usr/src/sys/i386/compile/GOANNA i386


	
>Description:
I just released a new version of slurm and these changes should be applied
to the FreeBSD port:

- use GNU_CONFIGURE to honor -DVERSION
- add ncurses dependency

>How-To-Repeat:
	
>Fix:

	

--- slurm-0.2.2.patch begins here ---
diff -ur slurm-0.2.1/Makefile slurm/Makefile
--- slurm-0.2.1/Makefile	Wed Apr  2 00:34:29 2003
+++ slurm/Makefile	Wed Apr  2 00:48:22 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	slurm
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	net
 MASTER_SITES=	http://www.raisdorf.net/files/code/ \
 		http://www.fachschaft.fh-kiel.de/~hscholz/slurm/ \
@@ -16,12 +16,12 @@
 MAINTAINER=	mich at freebsdcluster.org
 COMMENT=	Slurm is a generic network load monitor
 
-LDFLAGS+=	-lncurses
+LIB_DEPENDS=	ncurses.5:${PORTSDIR}/devel/ncurses
 
-MAN1=	slurm.1
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
 
-do-build:
-	(cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} slurm.c)
+MAN1=	slurm.1
 
 do-install:
 	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
diff -ur slurm-0.2.1/distinfo slurm/distinfo
--- slurm-0.2.1/distinfo	Wed Apr  2 00:34:29 2003
+++ slurm/distinfo	Wed Apr  2 00:35:26 2003
@@ -1 +1 @@
-MD5 (slurm-0.2.1.tar.gz) = 00958f6eafba65b83945fe9af63e19b5
+MD5 (slurm-0.2.2.tar.gz) = aad89f043045e0f3bf330ea8da5b7741
--- slurm-0.2.2.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list