24d3aa1ab6
The previous versions can generate corrupted output when the input BDF font file contains a '%' character. The users should update this port and rebuild all of BDF files generated by the old ones if any. Also, the previous versions have a possible format string vulnerability which can be triggered by a maliciously-crafted BDF font file. Reported by: SHIOZAKI Takehiko (st at be dot to), Tod McQuillin (devin at spamcop dot net) Suggested by: KANOU Hiroki (kanou at khdd dot net) Fixed by: caffeine@m13.alpha-net.ne.jp (Author) Approved by: KOMATSU Shinichiro (maintainer) Security: the previous versions have a format string vulnerability
30 lines
707 B
Makefile
30 lines
707 B
Makefile
# New ports collection makefile for: mkbold-mkitalic
|
|
# Date created: Dec 28 2004
|
|
# Whom: KOMATSU Shinichiro
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkbold-mkitalic
|
|
PORTVERSION= 0.07
|
|
PORTREVISION= 0
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA013651/lib/
|
|
|
|
MAINTAINER= koma2@ms.u-tokyo.ac.jp
|
|
COMMENT= Programs to make BDF font bold/italic
|
|
|
|
PREFIX?= ${X11BASE}
|
|
CONFLICTS= mkbold-[0-9]* mkitalic-[0-9]*
|
|
|
|
PLIST_FILES= bin/mkbold bin/mkitalic bin/mkbolditalic
|
|
PORTDOCS= ALGORITHM ALGORITHM.eucJP LICENSE README README.eucJP
|
|
USE_BZIP2= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
(cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|