Date: Tue, 9 Sep 2014 10:03:57 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> 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 Message-ID: <201409091003.s89A3vZs065777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409091003.s89A3vZs065777>