diff options
author | ade <ade@FreeBSD.org> | 2007-07-28 14:33:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-07-28 14:33:59 +0800 |
commit | 2460005d44e9b9714a74e23ffbb35d212d1cf952 (patch) | |
tree | f5bb895834328feabce550d44e1e6adfb6bc5835 /chinese | |
parent | 6f38d3ae3c1702ce29321d6c507159d1cb511346 (diff) | |
download | freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.gz freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.tar.zst freebsd-ports-gnome-2460005d44e9b9714a74e23ffbb35d212d1cf952.zip |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/iiimf-le-newpy/Makefile | 3 | ||||
-rw-r--r-- | chinese/iiimf-le-newpy/files/patch-Makefile | 12 | ||||
-rw-r--r-- | chinese/iiimf-le-ude/Makefile | 3 | ||||
-rw-r--r-- | chinese/iiimf-le-ude/files/patch-Makefile | 12 |
4 files changed, 14 insertions, 16 deletions
diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile index 911374757a39..f0213673881a 100644 --- a/chinese/iiimf-le-newpy/Makefile +++ b/chinese/iiimf-le-newpy/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-newpy PORTVERSION= 12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -23,7 +23,6 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env -WANT_AUTOHEADER_VER= 259 WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/chinese/iiimf-le-newpy/files/patch-Makefile b/chinese/iiimf-le-newpy/files/patch-Makefile index c13173f534a8..a72a0f768306 100644 --- a/chinese/iiimf-le-newpy/files/patch-Makefile +++ b/chinese/iiimf-le-newpy/files/patch-Makefile @@ -7,11 +7,11 @@ -#LIBTOOLIZE = libtoolize --force --copy -#AUTOHEADER = autoheader -#AUTOCONF = autoconf -+ACLOCAL = aclocal19 -+AUTOMAKE = automake19 --add-missing --copy -+LIBTOOLIZE = libtoolize15 --force --copy -+AUTOHEADER = autoheader259 -+AUTOCONF = autoconf259 ++ACLOCAL = aclocal-1.9 ++AUTOMAKE = automake-1.9 --add-missing --copy ++LIBTOOLIZE = libtoolize --force --copy ++AUTOHEADER = autoheader-2.59 ++AUTOCONF = autoconf-2.59 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf259 ++AUTORECONF = autoreconf-2.59 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile index 69e109af0fa4..57372b63f19e 100644 --- a/chinese/iiimf-le-ude/Makefile +++ b/chinese/iiimf-le-ude/Makefile @@ -7,7 +7,7 @@ PORTNAME= le-ude PORTVERSION= 12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -23,7 +23,6 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env -WANT_AUTOHEADER_VER= 259 WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/chinese/iiimf-le-ude/files/patch-Makefile b/chinese/iiimf-le-ude/files/patch-Makefile index c13173f534a8..a72a0f768306 100644 --- a/chinese/iiimf-le-ude/files/patch-Makefile +++ b/chinese/iiimf-le-ude/files/patch-Makefile @@ -7,11 +7,11 @@ -#LIBTOOLIZE = libtoolize --force --copy -#AUTOHEADER = autoheader -#AUTOCONF = autoconf -+ACLOCAL = aclocal19 -+AUTOMAKE = automake19 --add-missing --copy -+LIBTOOLIZE = libtoolize15 --force --copy -+AUTOHEADER = autoheader259 -+AUTOCONF = autoconf259 ++ACLOCAL = aclocal-1.9 ++AUTOMAKE = automake-1.9 --add-missing --copy ++LIBTOOLIZE = libtoolize --force --copy ++AUTOHEADER = autoheader-2.59 ++AUTOCONF = autoconf-2.59 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf259 ++AUTORECONF = autoreconf-2.59 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |