From owner-cvs-ports@FreeBSD.ORG Sat Sep 9 15:11:51 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54A016A40F; Sat, 9 Sep 2006 15:11:51 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9335B43D49; Sat, 9 Sep 2006 15:11:51 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89FBp4D055449; Sat, 9 Sep 2006 15:11:51 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89FBpwf055448; Sat, 9 Sep 2006 15:11:51 GMT (envelope-from hrs) Message-Id: <200609091511.k89FBpwf055448@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 9 Sep 2006 15:11:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/teTeX-base Makefile ports/print/teTeX-base/files patch-texk-tetex-updmap X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 15:11:51 -0000 hrs 2006-09-09 15:11:51 UTC FreeBSD ports repository Modified files: print/teTeX-base Makefile print/teTeX-base/files patch-texk-tetex-updmap Log: Add $TEXMF/fonts/map// to the tail of updmap(1)'s search path for *.map files in case no map file is found in $TEXMF/fonts/map////. While map files should be separated in this manner to prevent updmap(1) from getting confused by difference in the file formats between dvips and dvipdfm, the current chinese/CJK package depends on the obsolete search path and files in $TEXMF/fonts/map/CJK at this moment. Rationale: TDS (standard TeX Directory Structure) 1.1[*] specifies a directory for font map files should be "fonts/map///..." and names like "fonts/map/" are discouraged. Bump PORTREVISION, but there is no visible change for most people. Spotted by: rafan References: [*] http://tug.org/tds/tds.html Revision Changes Path 1.93 +1 -1 ports/print/teTeX-base/Makefile 1.2 +21 -12 ports/print/teTeX-base/files/patch-texk-tetex-updmap