diff options
author | imura <imura@FreeBSD.org> | 2000-01-15 03:11:20 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-01-15 03:11:20 +0800 |
commit | a019a1873221083b2643176b82a9c59d3462e881 (patch) | |
tree | 6d26e50568d9e4621f552c26b59f927205ec246c /x11-fonts | |
parent | 701af5167f27b18377a637486fc63450cd91f89f (diff) | |
download | freebsd-ports-gnome-a019a1873221083b2643176b82a9c59d3462e881.tar.gz freebsd-ports-gnome-a019a1873221083b2643176b82a9c59d3462e881.tar.zst freebsd-ports-gnome-a019a1873221083b2643176b82a9c59d3462e881.zip |
Update version to 4.3.3.
(and add WWW: line into pkg/DESCR)
PR: 15947
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xmbdfed/Makefile | 12 | ||||
-rw-r--r-- | x11-fonts/xmbdfed/distinfo | 5 | ||||
-rw-r--r-- | x11-fonts/xmbdfed/files/patch-aa | 6 | ||||
-rw-r--r-- | x11-fonts/xmbdfed/pkg-descr | 2 |
4 files changed, 17 insertions, 8 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile index e542a49e4ad7..553b8e5d30e5 100644 --- a/x11-fonts/xmbdfed/Makefile +++ b/x11-fonts/xmbdfed/Makefile @@ -1,16 +1,20 @@ # New ports collection makefile for: xmbdfed -# Version required: 3.4 +# Version required: 4.3.3 # Date created: June 20, 1997 # Whom: jfieber # # $FreeBSD$ # -DISTNAME= xmbdfed-4.2 +DISTNAME= xmbdfed-4.3 +PKGNAME= xmbdfed-4.3.3 CATEGORIES= x11-fonts MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/ -MAINTAINER= ports@freebsd.org +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${DISTNAME}.patch1 ${DISTNAME}.patch2 ${DISTNAME}.patch3 + +MAINTAINER= ports@FreeBSD.org .if defined(USE_FREETYPE) LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype @@ -23,7 +27,7 @@ MAN1= xmbdfed.1 .if !defined(USE_FREETYPE) pre-extract: - @${ECHO} "You can add the optional FreeType import capability by defining USE_FREETYPE" + @${ECHO_MSG} "You can add the optional FreeType import capability by defining USE_FREETYPE" .endif .include <bsd.port.mk> diff --git a/x11-fonts/xmbdfed/distinfo b/x11-fonts/xmbdfed/distinfo index 2ba51d761d30..375b3003f126 100644 --- a/x11-fonts/xmbdfed/distinfo +++ b/x11-fonts/xmbdfed/distinfo @@ -1 +1,4 @@ -MD5 (xmbdfed-4.2.tar.gz) = 5096e104087f1f2c96eca8ea2edf3ebd +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 diff --git a/x11-fonts/xmbdfed/files/patch-aa b/x11-fonts/xmbdfed/files/patch-aa index d7b2e065bd8f..ee07cb19e561 100644 --- a/x11-fonts/xmbdfed/files/patch-aa +++ b/x11-fonts/xmbdfed/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon May 3 19:17:50 1999 -+++ Makefile Mon Nov 1 13:41:33 1999 +--- Makefile.orig Tue May 4 02:17:50 1999 ++++ Makefile Thu Jan 6 23:55:37 2000 @@ -23,8 +23,8 @@ # # $Id: Makefile,v 1.8 1999/05/03 17:17:50 mleisher Exp $ @@ -19,7 +19,7 @@ -#FTYPE_LIBS = -L/user/local/lib -lttf -#FTYPE_DEFS = -DHAVE_FREETYPE +.if defined(USE_FREETYPE) -+FTYPE_INCS = -I${LOCALBASE}/include ++FTYPE_INCS = -I${LOCALBASE}/include/freetype +FTYPE_LIBS = -L${LOCALBASE}/lib -lttf +FTYPE_DEFS = -DHAVE_FREETYPE +.endif diff --git a/x11-fonts/xmbdfed/pkg-descr b/x11-fonts/xmbdfed/pkg-descr index c588ea5e2b45..e13b38fb70af 100644 --- a/x11-fonts/xmbdfed/pkg-descr +++ b/x11-fonts/xmbdfed/pkg-descr @@ -18,3 +18,5 @@ XmBDFEditor is a Motif-based BDF font editor with the following features: o Imports Linux console fonts (PSF, CP, and FNT). o Imports Sun console fonts (vfont format). o Imports fonts from the X server. + +WWW: http://crl.nmsu.edu/~mleisher/xmbdfed.html |