First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 26938
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mamoru KOMACHI (RETIRED) <usata@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: HAGIHARA Yoshiaki <hagi@p1d.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 26938 depends on: Show dependency tree
Show dependency graph
Bug 26938 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-08-19 11:25 0000
The ebuild of monafont suggests to set incorrect FontPath to XFree86Config.

This is a patch.

--- monafont-2.22.ebuild.org    2003-08-09 19:41:23.000000000 +0900
+++ monafont-2.22.ebuild        2003-08-20 03:23:42.000000000 +0900
@@ -34,7 +34,7 @@
        einfo "You need you add following line into 'Section \"Files\"' in"
        einfo "XF86Config and reboot X Window System, to use these fonts."
        einfo ""
-       einfo "\tFontPath \"${FONTDIR}/${PN}\""
+       einfo "\tFontPath \"${FONTDIR}\""
        einfo ""
 }

@@ -42,6 +42,6 @@
        einfo "You need you remove following line in 'Section \"Files\"' in"
        einfo "XF86Config, to unmerge this package completely."
        einfo ""
-       einfo "\t FontPath \"${FONTDIR}/${PN}\""
+       einfo "\t FontPath \"${FONTDIR}\""
        einfo ""
 }


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2003-08-19 13:42:20 0000 -------
You are right.  Unfortunately, Gentoo CVS server closes
all its connection at this moment.  I'll commit it as soon as it will 
open up CVS connection again.  Thanks for solving a bug!

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2003-08-20 02:36:40 0000 -------
in CVS.  Thanks.

First Last Prev Next    No search results available      Search page      Enter new bug