Update to version 4.4.
PR: 18749 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
479bf056d3
commit
c5bf5f27e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28888
@ -6,13 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmbdfed
|
||||
PORTVERSION= 4.3.3
|
||||
PORTVERSION= 4.4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
|
||||
DISTNAME= ${PORTNAME}-4.3
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCHFILES= ${DISTNAME}.patch1 ${DISTNAME}.patch2 ${DISTNAME}.patch3
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
|
@ -1,4 +1 @@
|
||||
MD5 (xmbdfed-4.3.tar.gz) = 51c218182f3dbf875e5459e0d3500195
|
||||
MD5 (xmbdfed-4.3.patch1) = 93f888e0af90d0e046c8ab71bc22506b
|
||||
MD5 (xmbdfed-4.3.patch2) = ca9c4a3db64925be3d4c8fbc2232a716
|
||||
MD5 (xmbdfed-4.3.patch3) = 4206610384de33f7af88e8bd7ad798e5
|
||||
MD5 (xmbdfed-4.4.tar.gz) = 534b5716771b5487ecb076d971cd1f06
|
||||
|
14
x11-fonts/xmbdfed/files/patch-ac
Normal file
14
x11-fonts/xmbdfed/files/patch-ac
Normal file
@ -0,0 +1,14 @@
|
||||
--- bdf.h.orig Fri Mar 17 05:08:51 2000
|
||||
+++ bdf.h Sat May 20 04:47:50 2000
|
||||
@@ -41,7 +41,11 @@
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
#include <freetype.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <ftxsbit.h>
|
||||
+#else
|
||||
#include <extend/ftxsbit.h>
|
||||
+#endif
|
||||
#endif /* HAVE_FREETYPE */
|
||||
|
||||
#ifdef __cplusplus
|
Loading…
Reference in New Issue
Block a user