1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

o Add CONFLITS.

o Set install prefix to ${X11BASE}, clearly.
o Bump PORTREVISION, accordingly.

Reviewd by:	hrs, Yoshihiko Sarumaru <mistral@imasy.or.jp>
Approved by:	KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
This commit is contained in:
Norikatsu Shigemura 2005-02-12 13:04:12 +00:00
parent 3b030b2f32
commit 0fe0e059f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128596
4 changed files with 25 additions and 2 deletions

View File

@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20050212:
AFFECTS: users of x11-fonts/mkbold, mkitalic and mkbold-mkitalic
AUTHOR: koma2@ms.u-tokyo.ac.jp
The dependency on x11-fonts/mkbold and x11-fonts/mkitalic has been
switched over to x11-fonts/mkbold-mkitalic, which is written in C
and has far better performance than the old ones. There is no
functional difference between the two, but they will conflict with
each other. Since other ports which depend on x11-fonts/mkbold or
x11-fonts/mkitalic will be updated to depend on x11-fonts/mkbold-mkitalic,
you might get an error during upgrading such ports. In such a case,
please pkg_delete the old ones first.
20050206:
AFFECTS: users of print/teTeX and japanese/teTeX
AUTHOR: hrs@FreeBSD.org

View File

@ -7,12 +7,16 @@
PORTNAME= mkbold-mkitalic
PORTVERSION= 0.06
PORTREVISION= 1
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

View File

@ -7,6 +7,7 @@
PORTNAME= mkbold
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
EXTRACT_SUFX= .bz2
@ -14,9 +15,11 @@ EXTRACT_SUFX= .bz2
MAINTAINER= koma2@ms.u-tokyo.ac.jp
COMMENT= Perl script to make BDF font bold
PREFIX?= ${X11BASE}
CONFLICTS= mkbold-mkitalic-*
PLIST_FILES= bin/mkbold
USE_PERL5= yes
USE_X_PREFIX= yes
EXTRACT_AFTER_ARGS= > ${WRKSRC}/mkbold
NO_WRKSUBDIR= yes
NO_BUILD= yes

View File

@ -7,6 +7,7 @@
PORTNAME= mkitalic
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
EXTRACT_SUFX= .bz2
@ -14,9 +15,11 @@ EXTRACT_SUFX= .bz2
MAINTAINER= koma2@ms.u-tokyo.ac.jp
COMMENT= Perl script to make BDF font italic
PREFIX?= ${X11BASE}
CONFLICTS= mkbold-mkitalic-*
PLIST_FILES= bin/mkitalic
USE_PERL5= yes
USE_X_PREFIX= yes
EXTRACT_AFTER_ARGS= > ${WRKSRC}/mkitalic
NO_WRKSUBDIR= yes
USE_BZIP2= yes