Bug 161021

Summary: [patch] x11/xkeyboard-config: orphaned dirs when WITHOUT_NLS
Product: Ports & Packages Reporter: h h <aakuusta>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
a.diff none

Description h h 2011-09-26 00:20:09 UTC
Do not attempt to install gettext locales under WITHOUT_NLS.
And do all @dirrmtry for localedir under %%NLS%% in plist.

How-To-Repeat: $ export WITHOUT_NLS= PREFIX=/foo
$ make install deinstall
$ find $PREFIX ! -type d
$ mtree -f $(make -V MTREE_FILE) $PREFIX
share/locale/crh extra
share/locale/ky extra
share/locale/rw extra
$ mtree -indc -ktype -p $PREFIX | diff -uw $(make -V MTREE_FILE) -
[...]
@@ -325,6 +314,10 @@
                 LC_MESSAGES
                 ..
             ..
+            crh            
+                LC_MESSAGES    
+                ..
+            ..
             cs
                 LC_MESSAGES
                 ..
@@ -473,6 +466,10 @@
                 LC_MESSAGES
                 ..
             ..
+            ky             
+                LC_MESSAGES    
+                ..
+            ..
             li
                 LC_MESSAGES
                 ..
@@ -557,6 +554,10 @@
                 LC_MESSAGES
                 ..
             ..
+            rw             
+                LC_MESSAGES    
+                ..
+            ..
             sk
                 LC_MESSAGES
                 ..
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-26 00:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-29 22:53:33 UTC
nox         2012-02-29 22:53:20 UTC

  FreeBSD ports repository

  Modified files:
    x11/xkeyboard-config Makefile pkg-plist 
  Log:
  - Do not attempt to install gettext locales under WITHOUT_NLS.
  - Do all @dirrmtry for localedir under %%NLS%% in plist.
  
  PR:             ports/161021
  Submitted by:   h h <aakuusta@gmail.com>
  Approved by:    x11 (kwm)
  
  Revision  Changes    Path
  1.22      +3 -0      ports/x11/xkeyboard-config/Makefile
  1.15      +1 -1      ports/x11/xkeyboard-config/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 Juergen Lock freebsd_committer freebsd_triage 2012-02-29 22:57:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!