ports/67832: Change request: net/cvsup (STATIC -> WANT_STATIC_CVSUP)

Cyrille Lefevre cyrille.lefevre at laposte.net
Fri Jun 11 14:20:27 UTC 2004


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



More information about the freebsd-ports-bugs mailing list