Date: Wed, 3 Mar 2021 15:00:27 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567089 - in head/japanese/font-hackgen: . files Message-ID: <202103031500.123F0RBo021757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Wed Mar 3 15:00:27 2021 New Revision: 567089 URL: https://svnweb.freebsd.org/changeset/ports/567089 Log: Fix build by removing obsoleted font families. Modified: head/japanese/font-hackgen/Makefile head/japanese/font-hackgen/files/20-unhint-hackgen.conf head/japanese/font-hackgen/files/62-fonts-hackgen.conf head/japanese/font-hackgen/pkg-plist Modified: head/japanese/font-hackgen/Makefile ============================================================================== --- head/japanese/font-hackgen/Makefile Wed Mar 3 14:36:07 2021 (r567088) +++ head/japanese/font-hackgen/Makefile Wed Mar 3 15:00:27 2021 (r567089) @@ -23,17 +23,13 @@ SUB_FILES= pkg-install WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_MULTI= FONT_FAMILY -OPTIONS_MULTI_FONT_FAMILY= HACKGEN HACKGEN_CONS HACKGEN_CONS_PL \ - HACKGEN35 HACKGEN35_CONS HACKGEN35_CONS_PL -OPTIONS_DEFAULT= HACKGEN HACKGEN_CONS HACKGEN_CONS_PL \ - HACKGEN35 HACKGEN35_CONS HACKGEN35_CONS_PL +OPTIONS_MULTI_FONT_FAMILY= HACKGEN HACKGEN_CONS HACKGEN35 HACKGEN35_CONS +OPTIONS_DEFAULT= HACKGEN HACKGEN_CONS HACKGEN35 HACKGEN35_CONS OPTIONS_SUB= yes HACKGEN_DESC= HackGen HACKGEN_CONS_DESC= HackGen Console -HACKGEN_CONS_PL_DESC= HackGen Console for Powerline HACKGEN35_DESC= HackGen35 HACKGEN35_CONS_DESC= HackGen35 Console -HACKGEN35_CONS_PL_DESC= HackGen35 Console for Powerline .include <bsd.port.options.mk> @@ -43,19 +39,11 @@ HACKGEN_FONTS+= HackGen-Regular HackGen-Bold .if ${PORT_OPTIONS:MHACKGEN_CONS} HACKGEN_FONTS+= HackGenConsole-Regular HackGenConsole-Bold .endif -.if ${PORT_OPTIONS:MHACKGEN_CONS_PL} -HACKGEN_FONTS+= HackGenConsole-Regular-forPowerline \ - HackGenConsole-Bold-forPowerline -.endif .if ${PORT_OPTIONS:MHACKGEN35} HACKGEN_FONTS+= HackGen35-Regular HackGen35-Bold .endif .if ${PORT_OPTIONS:MHACKGEN35_CONS} HACKGEN_FONTS+= HackGen35Console-Regular HackGen35Console-Bold -.endif -.if ${PORT_OPTIONS:MHACKGEN35_CONS_PL} -HACKGEN_FONTS+= HackGen35Console-Regular-forPowerline \ - HackGen35Console-Bold-forPowerline .endif do-install: Modified: head/japanese/font-hackgen/files/20-unhint-hackgen.conf ============================================================================== --- head/japanese/font-hackgen/files/20-unhint-hackgen.conf Wed Mar 3 14:36:07 2021 (r567088) +++ head/japanese/font-hackgen/files/20-unhint-hackgen.conf Wed Mar 3 15:00:27 2021 (r567089) @@ -17,12 +17,6 @@ <string>HackGenConsole-Bold</string> </test> <test name="family"> - <string>HackGenConsole-Regular-forPowerline</string> - </test> - <test name="family"> - <string>HackGenConsole-Bold-forPowerline</string> - </test> - <test name="family"> <string>HackGen35-Regular</string> </test> <test name="family"> @@ -33,12 +27,6 @@ </test> <test name="family"> <string>HackGen35Console-Bold</string> - </test> - <test name="family"> - <string>HackGen35Console-Regular-forPowerline</string> - </test> - <test name="family"> - <string>HackGen35Console-Bold-forPowerline</string> </test> </or> <edit name="autohint"> Modified: head/japanese/font-hackgen/files/62-fonts-hackgen.conf ============================================================================== --- head/japanese/font-hackgen/files/62-fonts-hackgen.conf Wed Mar 3 14:36:07 2021 (r567088) +++ head/japanese/font-hackgen/files/62-fonts-hackgen.conf Wed Mar 3 15:00:27 2021 (r567089) @@ -9,14 +9,10 @@ <family>HackGen-Bold</family> <family>HackGenConsole-Regular</family> <family>HackGenConsole-Bold</family> - <family>HackGenConsole-Regular-forPowerline</family> - <family>HackGenConsole-Bold-forPowerline</family> <family>HackGen35-Regular</family> <family>HackGen35-Bold</family> <family>HackGen35Console-Regular</family> <family>HackGen35Console-Bold</family> - <family>HackGen35Console-Regular-forPowerline</family> - <family>HackGen35Console-Bold-forPowerline</family> </prefer> </alias> </fontconfig> Modified: head/japanese/font-hackgen/pkg-plist ============================================================================== --- head/japanese/font-hackgen/pkg-plist Wed Mar 3 14:36:07 2021 (r567088) +++ head/japanese/font-hackgen/pkg-plist Wed Mar 3 15:00:27 2021 (r567089) @@ -6,11 +6,7 @@ etc/fonts/conf.d/62-fonts-hackgen.conf %%HACKGEN%%%%FONTSDIR%%/HackGen-Bold.ttf %%HACKGEN_CONS%%%%FONTSDIR%%/HackGenConsole-Regular.ttf %%HACKGEN_CONS%%%%FONTSDIR%%/HackGenConsole-Bold.ttf -%%HACKGEN_CONS_PL%%%%FONTSDIR%%/HackGenConsole-Regular-forPowerline.ttf -%%HACKGEN_CONS_PL%%%%FONTSDIR%%/HackGenConsole-Bold-forPowerline.ttf %%HACKGEN35%%%%FONTSDIR%%/HackGen35-Regular.ttf %%HACKGEN35%%%%FONTSDIR%%/HackGen35-Bold.ttf %%HACKGEN35_CONS%%%%FONTSDIR%%/HackGen35Console-Regular.ttf %%HACKGEN35_CONS%%%%FONTSDIR%%/HackGen35Console-Bold.ttf -%%HACKGEN35_CONS_PL%%%%FONTSDIR%%/HackGen35Console-Regular-forPowerline.ttf -%%HACKGEN35_CONS_PL%%%%FONTSDIR%%/HackGen35Console-Bold-forPowerline.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031500.123F0RBo021757>