Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 16:34:03 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ijliao@FreeBSD.org
Subject:   ports/44036: [patch] fix Makefile of net/nam - WRKSRC
Message-ID:  <20021014063403.4445B6A712B@k7.mavetju>

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

>Number:         44036
>Category:       ports
>Synopsis:       [patch] fix Makefile of net/nam - WRKSRC
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 13 23:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

$FreeBSD: ports/net/nam/Makefile,v 1.12 2002/10/08 03:52:06 ijliao Exp $

>Description:

After this weekends update to ports/net/nam, WRKSRC got clobbered
with wrong information after change to DISTNAME.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/4-latest/nam-1.0a9.log

>Fix:

--- Makefile.old	Mon Oct 14 16:29:59 2002
+++ Makefile	Mon Oct 14 16:31:18 2002
@@ -10,6 +10,7 @@
 CATEGORIES=	net
 MASTER_SITES=	http://www.isi.edu/nsnam/dist/
 DISTNAME=	nam-src-${PORTVERSION}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 

>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?20021014063403.4445B6A712B>