Bug 114356

Summary: [patch] ports/www/lynx WITHOUT_NLS correction
Product: Ports & Packages Reporter: Helge Oldach <ports-www-lynx-jul07>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Helge Oldach 2007-07-06 14:30:03 UTC
ports/www/lynx can be compiled with or without NLS, using the
WITHOUT_NLS knob. However, libiconv is unconditionally compiled in,
although it is just superfluous unless NLS is requested. Indeed lynx
runs just fine without libiconv, and actually isn't even linked against
libiconv.

The rather simple patch below fixes the issue.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-06 14:30:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2007-07-26 18:09:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-26 18:09:48 UTC
rafan       2007-07-26 17:09:41 UTC

  FreeBSD ports repository

  Modified files:
    www/lynx             Makefile 
  Log:
  - Since iconv is used only for i18n stuff, put it under !defined(WITHOUT_NLS)
    section.
  
  PR:             ports/114356
  Submitted by:   Helge Oldach <ports-www-lynx-jul07 at oldach.net>
  Approved by:    maintainer timeout (20 days)
  
  Revision  Changes    Path
  1.125     +3 -3      ports/www/lynx/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"