Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 17:08:13 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        naddy@FreeBSD.org
Subject:   ports/47551: update port: misc/colortail
Message-ID:  <200301271608.h0RG8DTU007770@menelaos.informatik.rwth-aachen.de>

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

>Number:         47551
>Category:       ports
>Synopsis:       update port: misc/colortail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 27 08:10:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan 23 16:45:31 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/src/sys/compile/MENELAOS i386


>Description:
colortail linking fails because of missing -lgnugetopt.
Patch also checked against -CURRENT.

Noticed by: bento
>How-To-Repeat:
>Fix:
--- Makefile.orig	Mon Jan 27 16:51:14 2003
+++ Makefile	Mon Jan 27 16:51:38 2003
@@ -16,7 +16,7 @@
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-DHAVE_DECL_GETOPT=1 -I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
 
 post-install:
 	@ ${MKDIR} ${PREFIX}/share/colortail

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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