From owner-svn-ports-head@FreeBSD.ORG Tue Sep 9 10:03:58 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E519389A; Tue, 9 Sep 2014 10:03:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5F3BDBD; Tue, 9 Sep 2014 10:03:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89A3v4v065779; Tue, 9 Sep 2014 10:03:57 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89A3vZs065777; Tue, 9 Sep 2014 10:03:57 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201409091003.s89A3vZs065777@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 9 Sep 2014 10:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367723 - in head/print/tex-dvipdfmx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 10:03:58 -0000 Author: hrs Date: Tue Sep 9 10:03:57 2014 New Revision: 367723 URL: http://svnweb.freebsd.org/changeset/ports/367723 QAT: https://qat.redports.org/buildarchive/r367723/ Log: Add a patch forgotten in the previous commit. PR: 193444 Added: head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-Makefile.in (contents, props changed) Modified: head/print/tex-dvipdfmx/Makefile Modified: head/print/tex-dvipdfmx/Makefile ============================================================================== --- head/print/tex-dvipdfmx/Makefile Tue Sep 9 09:51:05 2014 (r367722) +++ head/print/tex-dvipdfmx/Makefile Tue Sep 9 10:03:57 2014 (r367723) @@ -3,6 +3,7 @@ PORTNAME= dvipdfmx PORTVERSION= 20140317 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ PKGNAMEPREFIX= tex- @@ -73,8 +74,4 @@ post-install: ${LN} -f -s ${LOCALBASE}/share/fonts/adobe-cmaps \ ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/fonts/cmap/adobe-cmaps -Xpost-install: - ${RM} -f ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/fonts/map/glyphlist/glyphlist.txt \ - ${STAGEDIR}${PREFIX}/${TEXMFDISTDIR}/fonts/map/glyphlist/pdfglyphlist.txt - .include Added: head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-Makefile.in Tue Sep 9 10:03:57 2014 (r367723) @@ -0,0 +1,38 @@ +--- Makefile.in.orig 2014-08-22 16:41:51.000000000 +0900 ++++ Makefile.in 2014-08-22 16:42:55.000000000 +0900 +@@ -165,7 +165,7 @@ + @XDVIPDFMX_TRUE@am__EXEEXT_2 = xdvipdfmx$(EXEEXT) + am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(cmapdatadir)" \ +- "$(DESTDIR)$(configdatadir)" "$(DESTDIR)$(glyphlistdatadir)" \ ++ "$(DESTDIR)$(configdatadir)" \ + "$(DESTDIR)$(mapdatadir)" + PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) + nodist_call_dvipdfmx_OBJECTS = call_dvipdfmx-callexe.$(OBJEXT) +@@ -286,7 +286,7 @@ + NROFF = nroff + MANS = $(dist_man1_MANS) + DATA = $(dist_cmapdata_DATA) $(dist_configdata_DATA) \ +- $(dist_glyphlistdata_DATA) $(dist_mapdata_DATA) ++ $(dist_mapdata_DATA) + am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ + $(LISP)config.h.in + # Read a list of newline-separated strings from the standard input, +@@ -2076,7 +2076,7 @@ + all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) config.h \ + all-local + installdirs: +- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(cmapdatadir)" "$(DESTDIR)$(configdatadir)" "$(DESTDIR)$(glyphlistdatadir)" "$(DESTDIR)$(mapdatadir)"; do \ ++ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(cmapdatadir)" "$(DESTDIR)$(configdatadir)" "$(DESTDIR)$(mapdatadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done + install: install-am +@@ -2138,7 +2138,7 @@ + info-am: + + install-data-am: install-dist_cmapdataDATA install-dist_configdataDATA \ +- install-dist_glyphlistdataDATA install-dist_mapdataDATA \ ++ install-dist_mapdataDATA \ + install-man + @$(NORMAL_INSTALL) + $(MAKE) $(AM_MAKEFLAGS) install-data-hook