summaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-05-29 03:42:21 +0000
committersteve <steve@FreeBSD.org>2000-05-29 03:42:21 +0000
commitbc2011ba44bb2cc40d3ddeaf2eb3a729d678c81b (patch)
tree9b2c41d5789a259d8645ed307740ee8adfb3288f /x11-fonts
parentc5c6ebda0ed49cc419bbd73e61f81796ff66464d (diff)
downloadFreeBSD-ports-bc2011ba44bb2cc40d3ddeaf2eb3a729d678c81b.zip
FreeBSD-ports-bc2011ba44bb2cc40d3ddeaf2eb3a729d678c81b.tar.gz
Update to version 4.4.
PR: 18749 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/xmbdfed/Makefile6
-rw-r--r--x11-fonts/xmbdfed/distinfo5
-rw-r--r--x11-fonts/xmbdfed/files/patch-ac14
3 files changed, 16 insertions, 9 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile
index f5e0466..7f9b479 100644
--- a/x11-fonts/xmbdfed/Makefile
+++ b/x11-fonts/xmbdfed/Makefile
@@ -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
diff --git a/x11-fonts/xmbdfed/distinfo b/x11-fonts/xmbdfed/distinfo
index 375b300..273d77a 100644
--- a/x11-fonts/xmbdfed/distinfo
+++ b/x11-fonts/xmbdfed/distinfo
@@ -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
diff --git a/x11-fonts/xmbdfed/files/patch-ac b/x11-fonts/xmbdfed/files/patch-ac
new file mode 100644
index 0000000..752d45e
--- /dev/null
+++ b/x11-fonts/xmbdfed/files/patch-ac
@@ -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
OpenPOWER on IntegriCloud