diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-10-14 23:12:51 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-10-14 23:12:51 +0800 |
commit | f01e2eb71d0d1e47b39056613e1065d21878410a (patch) | |
tree | dc4150b76d1c39f991128c457c5981444eab7a8a /textproc/uim-el | |
parent | 3d71eebae220bd32b9f5271dfe8b2d53639f00db (diff) | |
download | freebsd-ports-gnome-f01e2eb71d0d1e47b39056613e1065d21878410a.tar.gz freebsd-ports-gnome-f01e2eb71d0d1e47b39056613e1065d21878410a.tar.zst freebsd-ports-gnome-f01e2eb71d0d1e47b39056613e1065d21878410a.zip |
- Update to 1.4.1.
- Update WWW entry in pkg-descr.
Diffstat (limited to 'textproc/uim-el')
-rw-r--r-- | textproc/uim-el/Makefile | 9 | ||||
-rw-r--r-- | textproc/uim-el/distinfo | 6 | ||||
-rw-r--r-- | textproc/uim-el/files/patch-sigscheme_configure | 13 | ||||
-rw-r--r-- | textproc/uim-el/pkg-descr | 2 |
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/ |