Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2010 07:53:17 +0400
From:      Anonymous <swell.k@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150691: [patch] Templates/BSD.local.dist: add conf.{avail, d} fontconfig directories
Message-ID:  <86k4mjr9le.fsf@gmail.com>
Resent-Message-ID: <201009180400.o8I40CB3084830@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150691
>Category:       ports
>Synopsis:       [patch] Templates/BSD.local.dist: add conf.{avail,d} fontconfig directories
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 04:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
>Description:
Some font-* ports install fontconfig files in etc/fonts/conf.{avail,d}.
They don't necessarily need a dependency on fontconfig (for fc-cache)
just like files in share/emacs/site-lisp.

  japanese/font-ipa
  japanese/font-ipa-uigothic
  japanese/font-ipaex
  japanese/font-kochi
  japanese/font-mona-ipa
  japanese/font-mplus
  japanese/font-mplus-ipa
  japanese/font-sazanami
  japanese/font-takao
  japanese/font-ume
  japanese/font-vlgothic
  x11-fonts/dejavu
  x11-fonts/indic-ttf
  x11-fonts/wqy

I guess there can be a few more ports that have fontconfig *.conf files
in their distfiles but don't try to install them.
>How-To-Repeat:
>Fix:
--- a.diff begins here ---
Index: Templates/BSD.local.dist
===================================================================
RCS file: /a/.cvsup/ports/Templates/BSD.local.dist,v
retrieving revision 1.1
diff -u -p -r1.1 BSD.local.dist
--- Templates/BSD.local.dist	19 May 2007 21:55:00 -0000	1.1
+++ Templates/BSD.local.dist	16 Sep 2010 05:16:57 -0000
@@ -8,6 +8,12 @@
     bin
     ..
     etc
+        fonts
+            conf.avail
+            ..
+            conf.d
+            ..
+        ..
         pam.d
         ..
         rc.d
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86k4mjr9le.fsf>