Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2009 14:21:32 +0200 (CEST)
From:      Helge Oldach <freebsd-hylafax-jul09@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org
Subject:   ports/137123: [patch] correct ports/comms/hylafax WITHOUT_NLS
Message-ID:  <200907251221.n6PCLWYN089053@sep.oldach.net>
Resent-Message-ID: <200907251300.n6PD09iT013135@freefall.freebsd.org>

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

>Number:         137123
>Category:       ports
>Synopsis:       [patch] correct ports/comms/hylafax WITHOUT_NLS
>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:   Sat Jul 25 13:00:08 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 7.2-721 i386
>Organization:
>Environment:

System: FreeBSD localhost 7.2-721 FreeBSD 7.2-721 #0: Fri Jul 24 17:03:02 CEST 2009 toor@localhost:/usr/obj/usr/src/sys/HMO i386

>Description:

ports/comms/hylafax has a WITHOUT_NLS knob. Unfortunately, when this
knob is used, hylafax still detects and links with an installed
libiconv/libgettext, which it shouldn't. The trivial fix below corrects
this. Please apply.

>How-To-Repeat:

>Fix:

--- ports/comms/hylafax/Makefile.ctm	2009-07-19 07:50:25.000000000 +0200
+++ ports/comms/hylafax/Makefile	2009-07-20 07:29:09.000000000 +0200
@@ -90,6 +90,7 @@
 USE_GETTEXT=	yes
 PLIST_SUB+=	WITH_NLS=""
 .else
+CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	WITH_NLS="@comment "
 .endif
 


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



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