1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Added missing patch file. This was missed out in the last commit.

Bumped PORTREVISION.

Reported by:	Bjoern A.Zeeb <bzeeb+freebsdports@zabbadoz.net>, kris
This commit is contained in:
Ernst de Haan 2003-05-09 07:02:32 +00:00
parent 136aefccf0
commit 12923f5617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80526
2 changed files with 22 additions and 0 deletions

View File

@ -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}

21
devel/icu2/files/patch-aa Normal file
View File

@ -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 >> $@