diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /japanese | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/FreeWnn-lib/Makefile | 2 | ||||
-rw-r--r-- | japanese/aterm/Makefile | 2 | ||||
-rw-r--r-- | japanese/ebview/Makefile | 2 | ||||
-rw-r--r-- | japanese/iiimf-le-canna/Makefile | 2 | ||||
-rw-r--r-- | japanese/iiimf-le-canna/files/patch-Makefile | 6 | ||||
-rw-r--r-- | japanese/iiimf-le-freewnn/Makefile | 2 | ||||
-rw-r--r-- | japanese/iiimf-le-freewnn/files/patch-Makefile | 6 | ||||
-rw-r--r-- | japanese/mell/Makefile | 2 | ||||
-rw-r--r-- | japanese/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | japanese/mutt/Makefile | 2 | ||||
-rw-r--r-- | japanese/ochusha/Makefile | 2 | ||||
-rw-r--r-- | japanese/prime-dict/Makefile | 2 | ||||
-rw-r--r-- | japanese/prime-el/Makefile | 2 | ||||
-rw-r--r-- | japanese/prime/Makefile | 2 | ||||
-rw-r--r-- | japanese/suikyo/Makefile | 2 |
15 files changed, 19 insertions, 19 deletions
diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index 452161ef3ae9..76c6392c0fbb 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:261 libtool:15 +USE_AUTOTOOLS= autoconf:262 libtool:15 USE_LDCONFIG= yes MAKE_ARGS= CDEBUGFLAGS="${CFLAGS}" ALL_TARGET= includes all diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile index 90fcc4989021..25d04456f01c 100644 --- a/japanese/aterm/Makefile +++ b/japanese/aterm/Makefile @@ -25,7 +25,7 @@ COMMENT= A color vt102 terminal emulator with transparency support LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= autoconf:261:env +USE_AUTOTOOLS= autoconf:262:env USE_XORG= xpm xmu GNU_CONFIGURE= yes CONFIGURE_ARGS?= \ diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index 1e77af61f3a7..a78439f30a13 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -21,7 +21,7 @@ CONFLICTS= ja-ebview-gtk2-* USE_GNOME= imlib USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ diff --git a/japanese/iiimf-le-canna/Makefile b/japanese/iiimf-le-canna/Makefile index 182bdc05a598..46f997e205e9 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:19:env autoconf:261:env libtool:15:env +USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:15: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 f8060d2ab6a7..932eabe713a8 100644 --- a/japanese/iiimf-le-canna/files/patch-Makefile +++ b/japanese/iiimf-le-canna/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.61 -+AUTOCONF = autoconf-2.61 ++AUTOHEADER = autoheader-2.62 ++AUTOCONF = autoconf-2.62 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.61 ++AUTORECONF = autoreconf-2.62 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 7c39ae0ac213..6a55b06dfdec 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:19:env autoconf:261:env libtool:15:env +USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:15: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 f8060d2ab6a7..932eabe713a8 100644 --- a/japanese/iiimf-le-freewnn/files/patch-Makefile +++ b/japanese/iiimf-le-freewnn/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.61 -+AUTOCONF = autoconf-2.61 ++AUTOHEADER = autoheader-2.62 ++AUTOCONF = autoconf-2.62 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.61 ++AUTORECONF = autoreconf-2.62 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/japanese/mell/Makefile b/japanese/mell/Makefile index b457327a9b0d..d164f98ea314 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 AUTOMAKE_ARGS= -af pre-configure: diff --git a/japanese/mutt-devel/Makefile b/japanese/mutt-devel/Makefile index 812b7defc176..0a3f7a141ee4 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/mutt-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 190dde339ae6..3d520cbb8491 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 USE_OPENSSL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION} LDFLAGS+= -L${LOCALBASE}/lib diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index c8657d4ef9e4..1a97e0a318cc 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GNOME= pkgconfig glib20 gtk20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= automake:110 autoconf:261 aclocal:110 libtool:15 +USE_AUTOTOOLS= automake:110 autoconf:262 aclocal:110 libtool:15 DESKTOP_ENTRIES="Ochusha" "A GUI BBS browser for 2ch.net" \ "${LOCALBASE}/share/ochusha/ochusha32.xpm" \ diff --git a/japanese/prime-dict/Makefile b/japanese/prime-dict/Makefile index 286b73d678e8..19e3212603fa 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime-el/Makefile b/japanese/prime-el/Makefile index f7f1a3e1a722..1773bd6d1a85 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 1a98cf591684..3b53b46a1eb8 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 PLIST_SUB= LOCALBASE=${LOCALBASE} diff --git a/japanese/suikyo/Makefile b/japanese/suikyo/Makefile index c19cefcda8f8..f10b9dbde46b 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:19 autoconf:261 +USE_AUTOTOOLS= automake:19 autoconf:262 pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) |