ports/137123: [patch] correct ports/comms/hylafax WITHOUT_NLS
Helge Oldach
freebsd-hylafax-jul09 at oldach.net
Sat Jul 25 13:00:09 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list