diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:42:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:42:21 +0000 |
commit | c5bf5f27e736c27df935be406ddb107eed1ae39a (patch) | |
tree | 3a079ce3168a7aea3566e4c84c7cfc6eccc963e7 /x11-fonts | |
parent | Update to version 3.5b3. (diff) |
Update to version 4.4.
PR: 18749
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=28888
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xmbdfed/Makefile | 6 | ||||
-rw-r--r-- | x11-fonts/xmbdfed/distinfo | 5 | ||||
-rw-r--r-- | x11-fonts/xmbdfed/files/patch-ac | 14 |
3 files changed, 16 insertions, 9 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile index f5e0466e0644..7f9b47900e97 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 375b3003f126..273d77a4ec08 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 000000000000..752d45ee8464 --- /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 |