summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
committerAde Lovett <ade@FreeBSD.org>2010-10-16 11:52:47 +0000
commit6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch)
tree7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /japanese
parentBump autoconf 2.67->2.68 -- will deal with any fallout. (diff)
Punt autoconf267->autoconf268
Notes
Notes: svn path=/head/; revision=263089
Diffstat (limited to 'japanese')
-rw-r--r--japanese/FreeWnn-lib/Makefile2
-rw-r--r--japanese/FreeWnn-server/Makefile2
-rw-r--r--japanese/aterm/Makefile2
-rw-r--r--japanese/ebview/Makefile2
-rw-r--r--japanese/iiimf-le-canna/Makefile2
-rw-r--r--japanese/iiimf-le-canna/files/patch-Makefile6
-rw-r--r--japanese/iiimf-le-freewnn/Makefile2
-rw-r--r--japanese/iiimf-le-freewnn/files/patch-Makefile6
-rw-r--r--japanese/jd/Makefile2
-rw-r--r--japanese/mell/Makefile2
-rw-r--r--japanese/mutt-devel/Makefile2
-rw-r--r--japanese/mutt/Makefile2
-rw-r--r--japanese/prime-dict/Makefile2
-rw-r--r--japanese/prime-el/Makefile2
-rw-r--r--japanese/prime/Makefile2
-rw-r--r--japanese/suikyo/Makefile2
16 files changed, 20 insertions, 20 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile
index f4230d32287b..840df2efd300 100644
--- a/japanese/FreeWnn-lib/Makefile
+++ b/japanese/FreeWnn-lib/Makefile
@@ -21,7 +21,7 @@ COMMENT?= A Japanese/Chinese/Korean input method (Japanese client libraries)
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:267 libtool:22
+USE_AUTOTOOLS= autoconf:268 libtool:22
USE_LDCONFIG= yes
MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \
LIBRARY_WNNMANDIR="3.libwnn" \
diff --git a/japanese/FreeWnn-server/Makefile b/japanese/FreeWnn-server/Makefile
index 4c065f0d9792..d37c860521aa 100644
--- a/japanese/FreeWnn-server/Makefile
+++ b/japanese/FreeWnn-server/Makefile
@@ -21,7 +21,7 @@ COMMENT?= A Japanese/Chinese/Korean input method (Japanese server)
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:267 libtool:22
+USE_AUTOTOOLS= autoconf:268 libtool:22
USE_LDCONFIG= yes
USE_RC_SUBR= # defined below
MAKE_ARGS= MANLANG="${MANLANG}" CDEBUGFLAGS="${CFLAGS}" \
diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile
index dfbfedbe2029..77d4e6f54f99 100644
--- a/japanese/aterm/Makefile
+++ b/japanese/aterm/Makefile
@@ -24,7 +24,7 @@ COMMENT= A color vt102 terminal emulator with transparency support
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png
-USE_AUTOTOOLS= autoconf:267:env
+USE_AUTOTOOLS= autoconf:268:env
USE_XORG= xpm xmu
GNU_CONFIGURE= yes
CONFIGURE_ARGS?= \
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile
index 5537862a576f..e489fc29cac2 100644
--- a/japanese/ebview/Makefile
+++ b/japanese/ebview/Makefile
@@ -20,7 +20,7 @@ CONFLICTS= ja-ebview-gtk2-*
USE_GNOME= imlib
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:267
+USE_AUTOTOOLS= autoconf:268
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile
index d53854ba7ea3..7189b27bcb52 100644
--- a/japanese/iiimf-le-canna/Makefile
+++ b/japanese/iiimf-le-canna/Makefile
@@ -26,7 +26,7 @@ USE_BZIP2= yes
USE_ICONV= yes
USE_GMAKE= yes
USE_GNOME= gtk20
-USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22:env
+USE_AUTOTOOLS= automake:111:env autoconf:268:env libtool:22:env
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
BUILDDIR= ${WRKSRC}/leif
diff --git a/japanese/iiimf-le-canna/files/patch-Makefile b/japanese/iiimf-le-canna/files/patch-Makefile
index 132e1fa33b29..20f35ea632a6 100644
--- a/japanese/iiimf-le-canna/files/patch-Makefile
+++ b/japanese/iiimf-le-canna/files/patch-Makefile
@@ -10,8 +10,8 @@
+ACLOCAL = aclocal-1.11
+AUTOMAKE = automake-1.11 --add-missing --copy
+LIBTOOLIZE = libtoolize --force --copy
-+AUTOHEADER = autoheader-2.67
-+AUTOCONF = autoconf-2.67
++AUTOHEADER = autoheader-2.68
++AUTOCONF = autoconf-2.68
#CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \
# $(LIBTOOLIZE) && \
# $(AUTOHEADER) && \
@@ -19,7 +19,7 @@
# $(AUTOCONF)
-AUTORECONF = autoreconf
-+AUTORECONF = autoreconf-2.67
++AUTORECONF = autoreconf-2.68
BOOTSTRAP = $(AUTORECONF) --install --force
INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake
diff --git a/japanese/iiimf-le-freewnn/Makefile b/japanese/iiimf-le-freewnn/Makefile
index d702428e53f0..aa99a4856a9a 100644
--- a/japanese/iiimf-le-freewnn/Makefile
+++ b/japanese/iiimf-le-freewnn/Makefile
@@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= i386
USE_BZIP2= yes
USE_ICONV= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22:env
+USE_AUTOTOOLS= automake:111:env autoconf:268:env libtool:22:env
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
BUILDDIR= ${WRKSRC}/leif
diff --git a/japanese/iiimf-le-freewnn/files/patch-Makefile b/japanese/iiimf-le-freewnn/files/patch-Makefile
index 132e1fa33b29..20f35ea632a6 100644
--- a/japanese/iiimf-le-freewnn/files/patch-Makefile
+++ b/japanese/iiimf-le-freewnn/files/patch-Makefile
@@ -10,8 +10,8 @@
+ACLOCAL = aclocal-1.11
+AUTOMAKE = automake-1.11 --add-missing --copy
+LIBTOOLIZE = libtoolize --force --copy
-+AUTOHEADER = autoheader-2.67
-+AUTOCONF = autoconf-2.67
++AUTOHEADER = autoheader-2.68
++AUTOCONF = autoconf-2.68
#CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \
# $(LIBTOOLIZE) && \
# $(AUTOHEADER) && \
@@ -19,7 +19,7 @@
# $(AUTOCONF)
-AUTORECONF = autoreconf
-+AUTORECONF = autoreconf-2.67
++AUTORECONF = autoreconf-2.68
BOOTSTRAP = $(AUTORECONF) --install --force
INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake
diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile
index 6e15015d8ff9..0aa15b4b3c33 100644
--- a/japanese/jd/Makefile
+++ b/japanese/jd/Makefile
@@ -20,7 +20,7 @@ COMMENT= A 2ch browser
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:267 automake:111 libtool:22
+USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22
LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \
gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24
diff --git a/japanese/mell/Makefile b/japanese/mell/Makefile
index 57678746bd6a..abc0cb9ed361 100644
--- a/japanese/mell/Makefile
+++ b/japanese/mell/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= otsuji@users.sourceforge.jp
COMMENT= Emacs Lisp for taiyaki-elisp, especially for the prime
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
AUTOMAKE_ARGS= -af
pre-configure:
diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile
index f04104a0d6d0..8bd137f1d839 100644
--- a/japanese/mutt-devel/Makefile
+++ b/japanese/mutt-devel/Makefile
@@ -70,7 +70,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd
NO_LATEST_LINK= yes
USE_GMAKE= yes
USE_ICONV= yes
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/mutt-${VERSION}
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile
index a91e2a378d83..d49ecce6af1f 100644
--- a/japanese/mutt/Makefile
+++ b/japanese/mutt/Makefile
@@ -34,7 +34,7 @@ FETCH_BEFORE_ARGS= -A # ha4.seikyou.ne.jp is running broken httpd
USE_GMAKE= yes
USE_ICONV= yes
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/japanese/prime-dict/Makefile b/japanese/prime-dict/Makefile
index 3d1dee888c67..6fd59f58d1f9 100644
--- a/japanese/prime-dict/Makefile
+++ b/japanese/prime-dict/Makefile
@@ -20,7 +20,7 @@ USE_RUBY= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR}
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
diff --git a/japanese/prime-el/Makefile b/japanese/prime-el/Makefile
index 819e953332fb..cc3835cc7981 100644
--- a/japanese/prime-el/Makefile
+++ b/japanese/prime-el/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/emacs/site-lisp/init-mell.el:${PORTSDIR}/japane
prime:${PORTSDIR}/japanese/prime
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile
index 7448e267b80e..1f5831972757 100644
--- a/japanese/prime/Makefile
+++ b/japanese/prime/Makefile
@@ -26,7 +26,7 @@ RUBY_WITH_PTHREAD= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR}
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
MAKE_JOBS_UNSAFE= yes
PLIST_SUB= LOCALBASE=${LOCALBASE}
diff --git a/japanese/suikyo/Makefile b/japanese/suikyo/Makefile
index a7ec6589bd14..7bf5677a4408 100644
--- a/japanese/suikyo/Makefile
+++ b/japanese/suikyo/Makefile
@@ -18,7 +18,7 @@ USE_RUBY= yes
USE_GNOME= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR}
-USE_AUTOTOOLS= automake:111 autoconf:267
+USE_AUTOTOOLS= automake:111 autoconf:268
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})