Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2004 10:54:14 -0600 (CST)
From:      Tillman Hodgson <tillman@seekingfire.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/66638: [PATCH] Makefile contains a simple problem that prevents client/server mode from compiling in the log server
Message-ID:  <20040514165414.406286201@caliban.rospa.ca>
Resent-Message-ID: <200405141700.i4EH0gtu024003@freefall.freebsd.org>

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

>Number:         66638
>Category:       ports
>Synopsis:       [PATCH] Makefile contains a simple problem that prevents client/server mode from compiling in the log server
>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:   Fri May 14 10:00:42 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tillman Hodgson
>Release:        FreeBSD 5.2-CURRENT sparc64
>Organization:
>Environment:
System: FreeBSD caliban.rospa.ca 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Apr 16 14:35:11 CST 2004 toor@caliban.rospa.ca:/usr/obj/usr/src/sys/CALIBAN sparc64


>Description:

	Port allows LGO_SERVER and ALT_LOG_SERVER to be defined, but only ever uses ALT_LOG_SERVER. Leads to unexpected results ;-)

>How-To-Repeat:
	Try to build the port with CLIENT and LOG_SERVER defined.
>Fix:

	

--- Makefile.patch begins here ---
--- Makefile.orig	Fri May 14 10:33:48 2004
+++ Makefile	Fri May 14 10:34:04 2004
@@ -96,7 +96,7 @@
 MAN8=	samhain.8
 .endif
 .if defined(LOG_SERVER)
-CONFIGURE_ARGS+=	--with-logserver=${ALT_LOG_SERVER}
+CONFIGURE_ARGS+=	--with-logserver=${LOG_SERVER}
 .endif
 .if defined(ALT_LOG_SERVER)
 CONFIGURE_ARGS+=	--with-altlogserver=${ALT_LOG_SERVER}
--- Makefile.patch ends here ---


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



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