diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-20 17:43:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-20 17:43:12 +0000 |
commit | d60f615ed0e2cd4e5b8b222540ab708e7f58457d (patch) | |
tree | a226e53879990739ff48085f14fd0b28f0a0fd20 /x11-fonts | |
parent | 872812f666673b95408c85a6573d4853d0e6c04e (diff) | |
download | ports-d60f615ed0e2cd4e5b8b222540ab708e7f58457d.tar.gz ports-d60f615ed0e2cd4e5b8b222540ab708e7f58457d.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/wqy/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/wqy/files/patch-wqy-unibit_bdfmerge.pl | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-fonts/wqy/Makefile b/x11-fonts/wqy/Makefile index 0a8a3e4149cf..8986af5affa6 100644 --- a/x11-fonts/wqy/Makefile +++ b/x11-fonts/wqy/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf USE_XORG= x11 USES= fonts perl5 USE_PERL5= build +NO_WRKSUBDIR= yes FONTNAME= wqy CONFDDIR= etc/fonts/conf.d diff --git a/x11-fonts/wqy/files/patch-wqy-unibit_bdfmerge.pl b/x11-fonts/wqy/files/patch-wqy-unibit_bdfmerge.pl new file mode 100644 index 000000000000..004879b4f84e --- /dev/null +++ b/x11-fonts/wqy/files/patch-wqy-unibit_bdfmerge.pl @@ -0,0 +1,11 @@ +--- wqy-unibit/bdfmerge.pl.orig 2007-09-09 22:39:32 UTC ++++ wqy-unibit/bdfmerge.pl +@@ -32,7 +32,7 @@ while(@ARGV>=1&& $ARGV[0]=~/^-{0,1}0[xX] + { + $startpos = hex($1); + $endpos=0; +- $range=shift(ARGV); ++ $range=shift(@ARGV); + if($range=~/--0[xX]([0-9A-Fa-f]{0,6})/) + { + $endpos=hex($1); |