From bc2011ba44bb2cc40d3ddeaf2eb3a729d678c81b Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 29 May 2000 03:42:21 +0000 Subject: Update to version 4.4. PR: 18749 Submitted by: KATO Tsuguru --- x11-fonts/xmbdfed/Makefile | 6 +----- x11-fonts/xmbdfed/distinfo | 5 +---- x11-fonts/xmbdfed/files/patch-ac | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 x11-fonts/xmbdfed/files/patch-ac (limited to 'x11-fonts') 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 ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #endif /* HAVE_FREETYPE */ + + #ifdef __cplusplus -- cgit v1.1