ports/66638: [PATCH] Makefile contains a simple problem that prevents client/server mode from compiling in the log server

Tillman Hodgson tillman at seekingfire.com
Fri May 14 17:00:48 UTC 2004


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



More information about the freebsd-ports-bugs mailing list