mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
graphics/xpdf is renamed (actually copied) to xpdf3. Those who want to continue to use xpdf with a Motif interface can either install xpdf3 or set XPDF_VERSION=3 in make.conf and continue to install graphics/xpdf. This works around any POLA issues people might have between the old and the new. PR: 222002
11 lines
452 B
Text
11 lines
452 B
Text
--- xpdf/XPDFViewer.cc.orig Tue Feb 27 14:05:52 2007
|
|
+++ xpdf/XPDFViewer.cc
|
|
@@ -2791,7 +2791,7 @@
|
|
aboutBigFont =
|
|
createFontList("-*-times-bold-i-normal--20-*-*-*-*-*-iso8859-1");
|
|
aboutVersionFont =
|
|
- createFontList("-*-times-medium-r-normal--16-*-*-*-*-*-iso8859-1");
|
|
+ createFontList("-*-times-medium-r-normal--14-*-*-*-*-*-iso8859-1");
|
|
aboutFixedFont =
|
|
createFontList("-*-courier-medium-r-normal--12-*-*-*-*-*-iso8859-1");
|
|
|