Bug 146278 - [PATCH]x11-toolkits/Xaw3d: fix NLS support
Summary: [PATCH]x11-toolkits/Xaw3d: fix NLS support
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: 2010-05-04 03:00 UTC by bf
Modified: 2010-05-06 07:47 UTC (History)
0 users

See Also:


Attachments
file.diff (2.08 KB, patch)
2010-05-04 03:00 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2010-05-04 03:00:05 UTC
Build an i18n-enabled Xaw3d by default, and allow this feature to be disabled via an NLS option. Properly record any dependence on devel/gettext.  Do not install i18n-related headers if NLS is disabled, so that the configure scripts of dependent ports are not confused.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-04 03:00:15 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 2010-05-05 16:20:51 UTC
dinoex      2010-05-05 15:20:39 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/Xaw3d   Makefile pkg-plist 
  Log:
  - new option WITHOUT_NLS
  PR:             146278
  Submitted by:   bf
  
  Revision  Changes    Path
  1.55      +15 -0     ports/x11-toolkits/Xaw3d/Makefile
  1.17      +7 -7      ports/x11-toolkits/Xaw3d/pkg-plist
_______________________________________________
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 2010-05-06 07:47:00 UTC
State Changed
From-To: open->closed

committed, thanks.