Bug 137123 - [patch] correct ports/comms/hylafax WITHOUT_NLS
Summary: [patch] correct ports/comms/hylafax WITHOUT_NLS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 14:00 UTC by Helge Oldach
Modified: 2009-07-28 15:27 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (282 bytes, patch)
2009-07-25 14:00 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2009-07-25 14:00:08 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-25 14:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-28 15:09:51 UTC
dinoex      2009-07-28 14:09:37 UTC

  FreeBSD ports repository

  Modified files:
    comms/hylafax        Makefile 
  Log:
  - force WITHOUT_NLS
  PR:             137123
  Submitted by:   Helge Oldach
  
  Revision  Changes    Path
  1.90      +1 -0      ports/comms/hylafax/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2009-07-28 15:27:14 UTC
State Changed
From-To: open->closed

committed, thanks.