From owner-freebsd-ports Sat May 27 6: 0:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFB3737BA6A for ; Sat, 27 May 2000 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26899; Sat, 27 May 2000 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp1.cluster.oleane.net (smtp1.cluster.oleane.net [195.25.12.16]) by hub.freebsd.org (Postfix) with ESMTP id 8D7DA37BA25 for ; Sat, 27 May 2000 05:56:23 -0700 (PDT) (envelope-from rguyom@321.net) Received: from diabolic-cow.mail.dotcom.fr (dyn-1-1-018.Orl.dialup.oleane.fr [195.25.26.18]) by smtp1.cluster.oleane.net with ESMTP id OAA77743 for ; Sat, 27 May 2000 14:55:38 +0200 (CEST) Received: by diabolic-cow.mail.dotcom.fr (Postfix, from userid 1000) id 169942FA; Sat, 27 May 2000 14:01:40 +0200 (CEST) Message-Id: <20000527120140.169942FA@diabolic-cow.mail.dotcom.fr> Date: Sat, 27 May 2000 14:01:40 +0200 (CEST) From: rguyom@321.net Reply-To: rguyom@321.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18842: devel/gmake: i18n patch, use the shared libintl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18842 >Category: ports >Synopsis: devel/gmake: i18n patch, use the shared libintl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 27 06:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Rémi Guyomarch >Release: FreeBSD 4.0-STABLE i386 >Organization: disorganized >Environment: 4.0-STABLE updated May 24 >Description: This port use by default its own flavor of gettext/libtinl. With this patch it use the gettext port and thus the shared libintl. >How-To-Repeat: Build the port >Fix: diff -urN /usr/ports/devel/gmake/Makefile gmake/Makefile --- /usr/ports/devel/gmake/Makefile Tue Apr 25 23:42:38 2000 +++ gmake/Makefile Wed May 24 01:44:55 2000 @@ -16,8 +16,11 @@ Y2K= http://www.gnu.org/software/year2000.html +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g +CONFIGURE_ARGS= --program-prefix=g --without-included-gettext +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib MAN1= gmake.1 # joerg@freebsd.org says our getloadavg() no longer requires setgid kmem >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message