Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2000 22:18:55 +0200 (CEST)
From:      rguyom@321.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18892: devel/gmake lacks a LIB_DEPENDS
Message-ID:  <20000529201855.AB2122F3@diabolic-cow.mail.dotcom.fr>

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

>Number:         18892
>Category:       ports
>Synopsis:       devel/gmake lacks a LIB_DEPENDS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 13:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rémi Guyomarch
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
none
>Environment:

	FBSD-4.0 STABLE and ports cvsup'ed a few minutes ago

>Description:

	devel/gmake use libintl.so but the port doesn't register the
	dependency.

>How-To-Repeat:

	build the port

>Fix:

--- Makefile~   Mon May 29 21:34:39 2000
+++ Makefile    Mon May 29 22:15:02 2000
@@ -16,6 +16,8 @@
 
 Y2K=           http://www.gnu.org/software/year2000.html
 
+LIB_DEPENDS=   intl.1:${PORTSDIR}/devel/gettext
+
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --program-prefix=g \
                --without-included-gettext



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


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




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