diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-11 09:42:06 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-11 09:42:06 +0000 |
commit | 44c778591fdda458a2f0bc670e2a3a38db425b4e (patch) | |
tree | 5c471ce4803909174cded0614b68d8e79f289397 /net/gnomeicu2/files | |
parent | 3ee028fa5e562416cbdc7a4628e191e799b3bc15 (diff) | |
download | FreeBSD-ports-44c778591fdda458a2f0bc670e2a3a38db425b4e.zip FreeBSD-ports-44c778591fdda458a2f0bc670e2a3a38db425b4e.tar.gz |
Add gnomeicu2 --> ports/net/gnomeicu2, repo-copied from ports/net/gnomeicu
and update it to version 0.9.111.
Prompted by: Kosta K <kosta_k@phreaker.net>
Diffstat (limited to 'net/gnomeicu2/files')
-rw-r--r-- | net/gnomeicu2/files/patch-configure | 13 | ||||
-rw-r--r-- | net/gnomeicu2/files/patch-po::Makefile.in.in | 14 | ||||
-rw-r--r-- | net/gnomeicu2/files/patch-src::icu_db.c | 19 |
3 files changed, 24 insertions, 22 deletions
diff --git a/net/gnomeicu2/files/patch-configure b/net/gnomeicu2/files/patch-configure new file mode 100644 index 0000000..c6ee752 --- /dev/null +++ b/net/gnomeicu2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/09/11 08:57:13 1.1 ++++ configure 2002/09/11 08:57:46 +@@ -7490,6 +7490,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net/gnomeicu2/files/patch-po::Makefile.in.in b/net/gnomeicu2/files/patch-po::Makefile.in.in deleted file mode 100644 index 62a7c83..0000000 --- a/net/gnomeicu2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/07/20 11:41:22 1.1 -+++ po/Makefile.in.in 2002/07/20 11:41:34 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/net/gnomeicu2/files/patch-src::icu_db.c b/net/gnomeicu2/files/patch-src::icu_db.c index 0a0196a..3df66fc 100644 --- a/net/gnomeicu2/files/patch-src::icu_db.c +++ b/net/gnomeicu2/files/patch-src::icu_db.c @@ -1,14 +1,17 @@ ---- src/icu_db.c.orig Sat Jan 5 19:15:03 2002 -+++ src/icu_db.c Sat Jan 5 19:16:00 2002 -@@ -33,7 +33,11 @@ + +$FreeBSD$ + +--- src/icu_db.c.orig Sat Jun 22 22:11:46 2002 ++++ src/icu_db.c Wed Sep 11 11:45:05 2002 +@@ -27,7 +27,11 @@ + + #include <fcntl.h> #include <errno.h> - #include <stdio.h> - #include <string.h> +#if defined(HAVE_STDLIB_H) +#include <stdlib.h> +#else #include <malloc.h> +#endif - - #if defined(HAVE_LIBGDBM) - #include <gdbm.h> + #include <stdio.h> + #include <string.h> + #include <sys/param.h> |