1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

Update to 0.3.4.2.

This commit is contained in:
MANTANI Nobutaka 2004-04-07 14:40:54 +00:00
parent c7cb8394d2
commit 7885724465
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106412
10 changed files with 34 additions and 88 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= uim
PORTVERSION= 0.3.3
PORTVERSION= 0.3.4.2
CATEGORIES= japanese x11
MASTER_SITES= http://freedesktop.org/Software/UimDownload/
@ -20,7 +20,7 @@ USE_X_PREFIX= yes
USE_PERL5_BUILD=yes
INSTALLS_SHLIB= yes
WANT_GNOME= yes
USE_GNOME= gnometarget glib20
USE_GNOME= lthack gnometarget glib20
USE_GMAKE= yes
USE_ICONV= yes
USE_LIBTOOL_VER=13

View File

@ -1,2 +1,2 @@
MD5 (uim-0.3.3.tar.gz) = d8efb5a44b7f7ef246b52a3887d3dc1a
SIZE (uim-0.3.3.tar.gz) = 815632
MD5 (uim-0.3.4.2.tar.gz) = f7f614845a872e1de46de0540388649a
SIZE (uim-0.3.4.2.tar.gz) = 824389

View File

@ -1,8 +1,8 @@
--- Makefile.in.orig Tue Feb 3 02:41:53 2004
+++ Makefile.in Sun Feb 8 23:53:06 2004
@@ -194,7 +194,7 @@
--- Makefile.in.orig Wed Apr 7 13:38:51 2004
+++ Makefile.in Wed Apr 7 23:23:22 2004
@@ -201,7 +201,7 @@
DISTCLEANFILES = uim.pc
DISTCLEANFILES = uim.pc intltool-extract intltool-merge intltool-update
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig

View File

@ -1,24 +0,0 @@
--- configure.orig Tue Feb 3 02:41:54 2004
+++ configure Mon Feb 9 00:06:45 2004
@@ -19045,6 +19045,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'
@@ -19183,13 +19184,6 @@
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
{ { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
echo "$as_me: error: perl 5.x required for intltool" >&2;}
- { (exit 1); exit 1; }; }
-fi
-if `perl -e "require XML::Parser" 2>/dev/null`; then
-:
-else
- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
{ (exit 1); exit 1; }; }
fi

View File

@ -1,14 +1,11 @@
--- helper/Makefile.in.orig Wed Dec 31 01:27:22 2003
+++ helper/Makefile.in Thu Jan 1 03:27:05 2004
@@ -187,8 +187,9 @@
--- helper/Makefile.in.orig Wed Apr 7 05:45:42 2004
+++ helper/Makefile.in Wed Apr 7 22:21:03 2004
@@ -203,7 +203,7 @@
EXTRA_DIST = GNOME_UimApplet.server.in.in
-serverdir = $(libdir)/bonobo/servers
-server_DATA = GNOME_UimApplet.server
+serverdir = $(prefix)/libdata/bonobo/servers
+@APPLET_TRUE@server_DATA = GNOME_UimApplet.server
+@APPLET_FALSE@server_DATA =
server_in_files = $(server_DATA:=.in)
server_in_in_files = $(server_in_files:=.in)
@APPLET_TRUE@uim_helper_applet_SOURCES = helper-applet.c helper-toolbar-common-gtk.c
-@APPLET_TRUE@serverdir = $(libdir)/bonobo/servers
+@APPLET_TRUE@serverdir = $(prefix)/libdata/bonobo/servers
@APPLET_TRUE@server_DATA = GNOME_UimApplet.server
@APPLET_TRUE@server_in_files = $(server_DATA:=.in)
@APPLET_TRUE@server_in_in_files = $(server_in_files:=.in)

View File

@ -6,7 +6,7 @@
#
PORTNAME= uim
PORTVERSION= 0.3.3
PORTVERSION= 0.3.4.2
CATEGORIES= japanese x11
MASTER_SITES= http://freedesktop.org/Software/UimDownload/
@ -20,7 +20,7 @@ USE_X_PREFIX= yes
USE_PERL5_BUILD=yes
INSTALLS_SHLIB= yes
WANT_GNOME= yes
USE_GNOME= gnometarget glib20
USE_GNOME= lthack gnometarget glib20
USE_GMAKE= yes
USE_ICONV= yes
USE_LIBTOOL_VER=13

View File

@ -1,2 +1,2 @@
MD5 (uim-0.3.3.tar.gz) = d8efb5a44b7f7ef246b52a3887d3dc1a
SIZE (uim-0.3.3.tar.gz) = 815632
MD5 (uim-0.3.4.2.tar.gz) = f7f614845a872e1de46de0540388649a
SIZE (uim-0.3.4.2.tar.gz) = 824389

View File

@ -1,8 +1,8 @@
--- Makefile.in.orig Tue Feb 3 02:41:53 2004
+++ Makefile.in Sun Feb 8 23:53:06 2004
@@ -194,7 +194,7 @@
--- Makefile.in.orig Wed Apr 7 13:38:51 2004
+++ Makefile.in Wed Apr 7 23:23:22 2004
@@ -201,7 +201,7 @@
DISTCLEANFILES = uim.pc
DISTCLEANFILES = uim.pc intltool-extract intltool-merge intltool-update
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig

View File

@ -1,24 +0,0 @@
--- configure.orig Tue Feb 3 02:41:54 2004
+++ configure Mon Feb 9 00:06:45 2004
@@ -19045,6 +19045,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'
@@ -19183,13 +19184,6 @@
if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
{ { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
echo "$as_me: error: perl 5.x required for intltool" >&2;}
- { (exit 1); exit 1; }; }
-fi
-if `perl -e "require XML::Parser" 2>/dev/null`; then
-:
-else
- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
{ (exit 1); exit 1; }; }
fi

View File

@ -1,14 +1,11 @@
--- helper/Makefile.in.orig Wed Dec 31 01:27:22 2003
+++ helper/Makefile.in Thu Jan 1 03:27:05 2004
@@ -187,8 +187,9 @@
--- helper/Makefile.in.orig Wed Apr 7 05:45:42 2004
+++ helper/Makefile.in Wed Apr 7 22:21:03 2004
@@ -203,7 +203,7 @@
EXTRA_DIST = GNOME_UimApplet.server.in.in
-serverdir = $(libdir)/bonobo/servers
-server_DATA = GNOME_UimApplet.server
+serverdir = $(prefix)/libdata/bonobo/servers
+@APPLET_TRUE@server_DATA = GNOME_UimApplet.server
+@APPLET_FALSE@server_DATA =
server_in_files = $(server_DATA:=.in)
server_in_in_files = $(server_in_files:=.in)
@APPLET_TRUE@uim_helper_applet_SOURCES = helper-applet.c helper-toolbar-common-gtk.c
-@APPLET_TRUE@serverdir = $(libdir)/bonobo/servers
+@APPLET_TRUE@serverdir = $(prefix)/libdata/bonobo/servers
@APPLET_TRUE@server_DATA = GNOME_UimApplet.server
@APPLET_TRUE@server_in_files = $(server_DATA:=.in)
@APPLET_TRUE@server_in_in_files = $(server_in_files:=.in)