summaryrefslogtreecommitdiff
path: root/textproc/uim-el
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-10-14 15:12:51 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-10-14 15:12:51 +0000
commitc9fa452e03b9fc6da6d3f67ca13e09c7f76295cb (patch)
treed58c39c9b555ba9c763d9c70c41c05e09a23d9c1 /textproc/uim-el
parentGungho is Yet Another Web Crawler Framework, aimed to be extensible (diff)
- Update to 1.4.1.
- Update WWW entry in pkg-descr.
Notes
Notes: svn path=/head/; revision=201461
Diffstat (limited to 'textproc/uim-el')
-rw-r--r--textproc/uim-el/Makefile9
-rw-r--r--textproc/uim-el/distinfo6
-rw-r--r--textproc/uim-el/files/patch-sigscheme_configure13
-rw-r--r--textproc/uim-el/pkg-descr2
4 files changed, 22 insertions, 8 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile
index 6d16e5517791..e972e7f39c34 100644
--- a/textproc/uim-el/Makefile
+++ b/textproc/uim-el/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= uim-el
-PORTVERSION= 1.3.1
-PORTREVISION= 1
+PORTVERSION= 1.4.1
CATEGORIES= textproc
-MASTER_SITES= http://uim.freedesktop.org/releases/
+MASTER_SITES= http://uim.googlecode.com/files/ \
+ http://uim.freedesktop.org/releases/uim/stable/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= uim-${PORTVERSION}
@@ -31,7 +31,8 @@ BUILD_WRKSRC= ${WRKSRC}/emacs
INSTALL_WRKSRC= ${WRKSRC}/emacs
CONFIGURE_ARGS?=--enable-emacs --with-lispdir=${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}
-CONFIGURE_ENV= EMACS=${EMACS_CMD}
+CONFIGURE_ENV= EMACS="${EMACS_CMD}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+ LIBS="${LIBS} -L${LOCALBASE}/lib"
DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim-el
PLIST_SUB+= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}"
diff --git a/textproc/uim-el/distinfo b/textproc/uim-el/distinfo
index 575e16c35744..2d120f98144e 100644
--- a/textproc/uim-el/distinfo
+++ b/textproc/uim-el/distinfo
@@ -1,3 +1,3 @@
-MD5 (uim-1.3.1.tar.gz) = 6b90d3247cb9244701db59941a4e1f09
-SHA256 (uim-1.3.1.tar.gz) = 12943eddc9131a82c512620af00dc8c1d8e33570b914a8a07227573d603aa513
-SIZE (uim-1.3.1.tar.gz) = 2186681
+MD5 (uim-1.4.1.tar.gz) = 69c9882f88c8eaebcc9bf22370fb3f1a
+SHA256 (uim-1.4.1.tar.gz) = 14e5df46f4536a4bfffb80bcd168bc8649bb2562f059edd6369a92ac380ec752
+SIZE (uim-1.4.1.tar.gz) = 3564166
diff --git a/textproc/uim-el/files/patch-sigscheme_configure b/textproc/uim-el/files/patch-sigscheme_configure
new file mode 100644
index 000000000000..149b508b56ea
--- /dev/null
+++ b/textproc/uim-el/files/patch-sigscheme_configure
@@ -0,0 +1,13 @@
+--- sigscheme/configure.orig 2007-09-25 00:33:59.000000000 +0900
++++ sigscheme/configure 2007-09-25 00:34:05.000000000 +0900
+@@ -44974,7 +44974,9 @@
+ _ax_feature_list_expanded=''
+ for feature in $ax_feature_list_all; do
+ _ax_feature_val=`eval echo '${'use_$feature'}'`
+- _ax_feature_val=${_ax_feature_val:no}
++ if test -z $_ax_feature_val; then
++ _ax_feature_val=no
++ fi
+ if test "x$_ax_feature_val" != xno; then
+ _ax_feature_list_expanded="$_ax_feature_list_expanded $feature"
+ fi
diff --git a/textproc/uim-el/pkg-descr b/textproc/uim-el/pkg-descr
index 746182bd7689..c95d028310e8 100644
--- a/textproc/uim-el/pkg-descr
+++ b/textproc/uim-el/pkg-descr
@@ -10,4 +10,4 @@ And currently it supports following input methods.
This port installs Emacs lisp files for uim.
-WWW: http://uim.freedesktop.org/wiki/
+WWW: http://code.google.com/p/uim/