Bug 167534 - [PATCH] net-im/pidgin-privacy-please to install in /usr/local/share/locale
Summary: [PATCH] net-im/pidgin-privacy-please to install in /usr/local/share/locale
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-02 21:20 UTC by nemysis
Modified: 2012-05-15 13:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.82 KB, text/plain)
2012-05-02 21:20 UTC, nemysis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-05-02 21:20:05 UTC
net-im/pidgin-privacy-please install locale in

/usr/local/lib/locale


Have added a patch to correct this to install locale in

/usr/local/share/locale

po/Makefile.in.in

-itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+itlocaledir = $(datarootdir)/locale


Now is gettext conditional.

Fix: This patch fix problem

diff -ruN --exclude=CVS  /usr/ports/net-im/pidgin-privacy-please/ ./pidgin-privacy-please/ > pidgin-privacy-please.diff

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-02 21:20:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-15 13:42:23 UTC
ehaupt      2012-05-15 12:42:10 UTC

  FreeBSD ports repository

  Modified files:
    net-im/pidgin-privacy-please Makefile pkg-plist 
  Log:
  Install locale in share/locale
  
  PR:             167534 (based on)
  Submitted by:   nemysis <nemysis@gmx.ch>
  
  Revision  Changes    Path
  1.8       +1 -0      ports/net-im/pidgin-privacy-please/Makefile
  1.3       +4 -10     ports/net-im/pidgin-privacy-please/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 dfilter service freebsd_committer freebsd_triage 2012-05-15 13:43:52 UTC
ehaupt      2012-05-15 12:43:38 UTC

  FreeBSD ports repository

  Added files:
    net-im/pidgin-privacy-please/files patch-po-Makefile.in.in 
  Log:
  Install locale in share/locale
  
  PR:             167534 (based on)
  Submitted by:   nemysis <nemysis@gmx.ch>
  
  Revision  Changes    Path
  1.1       +11 -0     ports/net-im/pidgin-privacy-please/files/patch-po-Makefile.in.in (new)
_______________________________________________
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 4 Emanuel Haupt freebsd_committer freebsd_triage 2012-05-15 13:44:25 UTC
State Changed
From-To: open->closed

Committed with minor modifications, thanks! 
Modifications: --disable-nls had no effect. This option has therefore been 
removed.