Bug 110631

Summary: [patch] ports/security/libgpg-error WITHOUT_NLS broken
Product: Ports & Packages Reporter: Helge Oldach <ports-libgpg-error-mar07>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me CC: novel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Helge Oldach 2007-03-21 17:20:10 UTC
The WITHOUT_NLS knob for ports/security/libgpg-error is broken. Simply
put, configure should use --disable-nls, not --without-nls. The latter
has the effect that an existing libintl would actually be detected and
used by configure, which is not the intended behaviour.

Trivial fix below.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-21 17:20:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-21 17:39:41 UTC
novel       2007-03-21 17:39:36 UTC

  FreeBSD ports repository

  Modified files:
    security/libgpg-error Makefile 
  Log:
  Fix build when WITHOUT_NLS defined.
  
  PR:             110631
  Submitted by:   Helge Oldach <ports-libgpg-error-mar07@oldach.net>
  
  Revision  Changes    Path
  1.21      +1 -1      ports/security/libgpg-error/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 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-03-21 17:42:50 UTC
State Changed
From-To: open->closed

Committed, thanks!