Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 15:43:08 +0200
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jdp@FreeBSD.org
Subject:    ports/67832: Change request: net/cvsup (STATIC -> WANT_STATIC_CVSUP)
Message-ID:  <20040611134308.GA52761@gits.dyndns.org>
Resent-Message-ID: <200406111420.i5BEKRxd005502@freefall.freebsd.org>

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

>Number:         67832
>Category:       ports
>Synopsis:       Change request: net/cvsup (STATIC -> WANT_STATIC_CVSUP)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 14:20:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.2-CURRENT FreeBSD 5.2-CURRENT #29: Mon May 31 01:35:59 CEST 2004 root@gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
	Makefile
		rename STATIC to WANT_STATIC_CVSUP to match shells/bash2
		heuristic

	Maintainer CC'ed
>How-To-Repeat:
	n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/cvsup/Makefile,v
retrieving revision 1.54
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.54 Makefile
--- Makefile	5 May 2004 05:38:27 -0000	1.54
+++ Makefile	11 Jun 2004 13:42:23 -0000
@@ -64,7 +64,8 @@
 MAN8=		cvsupd.8
 .endif		# != amd64
 
-.ifdef STATIC
+.if defined(WANT_STATIC_CVSUP) || defined(NO_DYNAMICROOT) || (defined(NO_SHARED)
+    && (${NO_SHARED} != "no" && ${NO_SHARED} != "NO" ))
 M3FLAGS+=	-DSTATIC
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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