mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
Remove unecessary diffs using @sample keyword in pkg-plist Use uhd port instead of usrp port Add missing dependancies Fix wrongly used PLIST_SUB [1] Fix build due to missing dependency [2] Did my best to address libgcc stupidity for now [3] Please read http://lists.freebsd.org/pipermail/freebsd-toolchain/2016-August/002249.html PR 208120 [1] PR ports/210095 fix by @takefu [2] PR ports/210444 fix by @takefu [3] PR ports/211889 fix by @db
11 lines
495 B
Text
11 lines
495 B
Text
--- docs/doxygen/Doxyfile.in.orig 2015-04-14 14:38:41 UTC
|
|
+++ docs/doxygen/Doxyfile.in
|
|
@@ -1891,7 +1891,7 @@ DOT_FONTSIZE = 10
|
|
# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
|
|
# set the path where dot can find it.
|
|
|
|
-DOT_FONTPATH =
|
|
+DOT_FONTPATH = %%LOCALBASE%%/share/fonts/freefont-ttf
|
|
|
|
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
|
# will generate a graph for each documented class showing the direct and
|