Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 22:35:40 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498771 - branches/2019Q2/devel/icu/files
Message-ID:  <201904122235.x3CMZekI047067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Apr 12 22:35:40 2019
New Revision: 498771
URL: https://svnweb.freebsd.org/changeset/ports/498771

Log:
  MFH: r498770
  
  devel/icu: unbreak on big-endian after r496981
  
  gmake[2]: *** No rule to make target 'out', needed by 'out/icudt64b.dat'.  Stop.
  gmake[2]: Leaving directory '/usr/ports/devel/icu/work/icu/source/data'
  
  PR:		236860
  Reported by:	Piotr Kubaj, pkg-fallout
  Obtained from:	Gentoo
  Approved by:	ports-secteam blanket

Added:
  branches/2019Q2/devel/icu/files/patch-data_Makefile.in
     - copied unchanged from r498770, head/devel/icu/files/patch-data_Makefile.in
Modified:
Directory Properties:
  branches/2019Q2/   (props changed)

Copied: branches/2019Q2/devel/icu/files/patch-data_Makefile.in (from r498770, head/devel/icu/files/patch-data_Makefile.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2019Q2/devel/icu/files/patch-data_Makefile.in	Fri Apr 12 22:35:40 2019	(r498771, copy of r498770, head/devel/icu/files/patch-data_Makefile.in)
@@ -0,0 +1,12 @@
+--- data/Makefile.in.orig	2019-03-27 18:47:14 UTC
++++ data/Makefile.in
+@@ -148,7 +148,8 @@ ICUDATA_ARCHIVE = $(firstword $(wildcard $(srcdir)/in/
+ # and convert it to the current type.
+ ifneq ($(ICUDATA_ARCHIVE),)
+ ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat
+-$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR)
++$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE)
++	$(MKINSTALLDIRS) $(OUTDIR)
+ 	$(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE)
+ endif
+ else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904122235.x3CMZekI047067>