summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2003-05-09 07:02:32 +0000
committerznerd <znerd@FreeBSD.org>2003-05-09 07:02:32 +0000
commitc6fb68a6a10e36c4451d18297b53817405610a8d (patch)
treeb7e320b0ab7c1b701465aadbcbec09cf94a65158 /devel
parent59a295474fde91440209159412151c715f657d72 (diff)
downloadFreeBSD-ports-c6fb68a6a10e36c4451d18297b53817405610a8d.zip
FreeBSD-ports-c6fb68a6a10e36c4451d18297b53817405610a8d.tar.gz
Added missing patch file. This was missed out in the last commit.
Bumped PORTREVISION. Reported by: Bjoern A.Zeeb <bzeeb+freebsdports@zabbadoz.net>, kris
Diffstat (limited to 'devel')
-rw-r--r--devel/icu2/Makefile1
-rw-r--r--devel/icu2/files/patch-aa21
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/icu2/Makefile b/devel/icu2/Makefile
index 3fab90b..d1c78ee 100644
--- a/devel/icu2/Makefile
+++ b/devel/icu2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icu2
PORTVERSION= 2.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://oss.software.ibm.com/icu/download/${PORTVERSION}/
DISTNAME= icu-${PORTVERSION}
diff --git a/devel/icu2/files/patch-aa b/devel/icu2/files/patch-aa
new file mode 100644
index 0000000..2b7a697
--- /dev/null
+++ b/devel/icu2/files/patch-aa
@@ -0,0 +1,21 @@
+--- source/Makefile.in.orig Wed Jul 24 22:44:02 2002
++++ source/Makefile.in Fri Oct 25 18:00:54 2002
+@@ -132,7 +132,8 @@
+ $(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_name@
+ $(INSTALL_SCRIPT) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)/mkinstalldirs
+ $(INSTALL_DATA) README $(DESTDIR)$(pkgdatadir)/README
+- $(INSTALL_PROGRAM) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
++ cp $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
++ chmod 0555 $(DESTDIR)$(bindir)/icu-config
+
+ ifeq ($(DOXYGEN),)
+ install-doc:
+@@ -180,7 +181,7 @@
+
+ $(top_builddir)/config/icu-config: $(top_builddir)/Makefile $(top_srcdir)/config/icu-config-top $(top_srcdir)/config/icu-config-bottom $(top_builddir)/config/Makefile.inc @platform_make_fragment@ $(top_srcdir)/config/make2sh.sed
+ -$(RMV) $@
+- $(INSTALL_DATA) $(top_srcdir)/config/icu-config-top $@
++ cp $(top_srcdir)/config/icu-config-top $@
+ @echo "# Following from @platform_make_fragment@" >> $@
+ sed -f $(top_srcdir)/config/make2sh.sed < $(top_builddir)/config/Makefile.inc | grep -v '#M#' | uniq >> $@
+ sed -f $(top_srcdir)/config/make2sh.sed < @platform_make_fragment@ | grep -v '#M#' | uniq >> $@
OpenPOWER on IntegriCloud