From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 11 14:20:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D20616A4CE for ; Fri, 11 Jun 2004 14:20:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7735843D54 for ; Fri, 11 Jun 2004 14:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5BEKRom005503 for ; Fri, 11 Jun 2004 14:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5BEKRxd005502; Fri, 11 Jun 2004 14:20:27 GMT (envelope-from gnats) Resent-Date: Fri, 11 Jun 2004 14:20:27 GMT Resent-Message-Id: <200406111420.i5BEKRxd005502@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cyrille Lefevre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC19416A4CE for ; Fri, 11 Jun 2004 14:17:40 +0000 (GMT) Received: from ioskeha.hittite.isp.9tel.net (ioskeha.hittite.isp.9tel.net [62.62.156.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4695843D31 for ; Fri, 11 Jun 2004 14:17:40 +0000 (GMT) (envelope-from cyrille.lefevre@laposte.net) Received: from mail.gits.dyndns.org (74-118-118-80.kaptech.net [80.118.118.74]) by ioskeha.hittite.isp.9tel.net (Postfix) with ESMTP id 2446317C4E6 for ; Fri, 11 Jun 2004 15:44:34 +0200 (CEST) Received: from gits.gits.invalid (IDENT:gi4b8lssf0027v9r@localhost [127.0.0.1])i5BDhCAZ071382 for ; Fri, 11 Jun 2004 15:43:28 +0200 (CEST) (envelope-from cyrille.lefevre@laposte.net) Received: by gits.gits.invalid (tmda-sendmail, from uid 0); Fri, 11 Jun 2004 15:43:12 +0200 (CEST) Message-Id: <20040611134308.GA52761@gits.dyndns.org> Date: Fri, 11 Jun 2004 15:43:08 +0200 From: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: jdp@FreeBSD.org Subject: ports/67832: Change request: net/cvsup (STATIC -> WANT_STATIC_CVSUP) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cyrille Lefevre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 14:20:27 -0000 >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: