aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-02-12 13:04:12 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-02-12 13:04:12 +0000
commit0fe0e059f080db614ecbff846b23693f03f8dcad (patch)
tree49f1a8590b650444635e55eb80260c71afcff733 /UPDATING
parent3b030b2f32fd1374397410793e712e53e8d0a252 (diff)
downloadports-0fe0e059f080db614ecbff846b23693f03f8dcad.tar.gz
ports-0fe0e059f080db614ecbff846b23693f03f8dcad.zip
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>
Notes
Notes: svn path=/head/; revision=128596
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 26a7c62af551..0758723de5b6 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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