Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 00:01:12 -0800 (PST)
From:      Nakai@internetsolutions.co.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/10195: Fixed port: gettext
Message-ID:  <19990222080112.DA2B711956@hub.freebsd.org>

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

>Number:         10195
>Category:       ports
>Synopsis:       Fixed port: gettext
>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:   Mon Feb 22 00:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yukihiro Nakai
>Release:        3.0R
>Organization:
Internet Solutions, Inc.
>Environment:
3.0R + latest /usr/share/mk/* + latest ports
>Description:
I have fixed the gettext port of its CONFIGURE_ARGS.
In the latest gettext, --with-gnu-gettext is --with-included-gettext.

Yukihiro Nakai
--------------
diff -ruN gettext.orig/Makefile gettext/Makefile
--- gettext.orig/Makefile       Mon Feb 22 11:51:19 1999
+++ gettext/Makefile    Mon Feb 22 11:51:43 1999
@@ -13,7 +13,7 @@
 MAINTAINER=    nacai@iname.com
 
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS=        i386--freebsd --with-gnu-gettext
+CONFIGURE_ARGS=        ${MACHINE_ARCH}--freebsd --with-included-gettext
 
 pre-configure:
        ${RM} ${WRKSRC}/doc/gettext.info*

>How-To-Repeat:

>Fix:


>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?19990222080112.DA2B711956>