Bug 168977 - [PATCH] devel/mercurial: Fix WITHOUT_NLS option handling.
Summary: [PATCH] devel/mercurial: Fix WITHOUT_NLS option handling.
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-12 14:30 UTC by Gleb Popov
Modified: 2012-07-10 08:15 UTC (History)
0 users

See Also:


Attachments
file.diff (1.31 KB, patch)
2012-06-12 14:30 UTC, Gleb Popov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Popov freebsd_committer freebsd_triage 2012-06-12 14:30:08 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-12 23:29:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-19 19:42:23 UTC
State Changed
From-To: open->feedback

Hi arrowdodger, thank you for submission. Would you please clarify what 
the point of this change? I checked the port in it's current state and 
if works properly (only installing locale dirs if WITHOUT_NLS is not 
defined).
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-19 20:23:24 UTC
State Changed
From-To: feedback->open

Hmm, I can confirm this on local system, but can't reproduce in 
tinderbox build. Need to investigate further. Take. 


Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-19 20:23:24 UTC
Responsible Changed
From-To: freebsd-python->rm

Hmm, I can confirm this on local system, but can't reproduce in 
tinderbox build. Need to investigate further. Take.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-07-10 08:06:14 UTC
rm          2012-07-10 07:05:59 UTC

  FreeBSD ports repository

  Modified files:
    devel/mercurial      Makefile distinfo 
    devel/mercurial/files patch-setup.py 
  Log:
  - update to 2.2.3 [1]
  - fix WITHOUT_NLS handling if gettext is installed [2]
  
  There is upstream bug-report regarding to NLS case:
  http://bz.selenic.com/show_bug.cgi?id=3536
  
  PR:             169661 [1]
  PR:     168977 [2]
  Submitted by:   John Hein <jhein at symmetricom dot com> [1],
                  arrowdodger <6yearold at gmail dot com> [2]
  
  Revision  Changes    Path
  1.73      +4 -2      ports/devel/mercurial/Makefile
  1.48      +2 -2      ports/devel/mercurial/distinfo
  1.2       +11 -3     ports/devel/mercurial/files/patch-setup.py
_______________________________________________
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 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-10 08:15:03 UTC
State Changed
From-To: open->closed

Committed, thank you!