diff options
author | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-03 00:12:51 +0000 |
commit | 2024e126830b46eda82dc23d75278d0afbce9bd6 (patch) | |
tree | 7a77b0b911386450709129a67eb0551755a34953 /inputmethod | |
parent | bd0ebece81d54959f16b89326aa3394f0bdd38e2 (diff) | |
download | pkgsrc-2024e126830b46eda82dc23d75278d0afbce9bd6.tar.gz |
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/Chinput/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ami/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/imhangul/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/libtabe/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/libtabe/buildlink3.mk | 3 | ||||
-rw-r--r-- | inputmethod/nabi/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/unicon-im/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/unicon-im/buildlink3.mk | 3 | ||||
-rw-r--r-- | inputmethod/xcin/Makefile | 4 |
10 files changed, 20 insertions, 15 deletions
diff --git a/inputmethod/Chinput/Makefile b/inputmethod/Chinput/Makefile index 79fcac996e4..b226009c12f 100644 --- a/inputmethod/Chinput/Makefile +++ b/inputmethod/Chinput/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/04/18 23:57:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:59 tv Exp $ DISTNAME= Chinput-3.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= inputmethod MASTER_SITES= http://download.linuxbyte.net/Chinese/Input/ diff --git a/inputmethod/ami/Makefile b/inputmethod/ami/Makefile index 942f9936d6f..82f394558f6 100644 --- a/inputmethod/ami/Makefile +++ b/inputmethod/ami/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/04/25 04:16:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:59 tv Exp $ # DISTNAME= ami-1.0.11 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= korean inputmethod MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ diff --git a/inputmethod/imhangul/Makefile b/inputmethod/imhangul/Makefile index e56c4732bab..5b36a22efcf 100644 --- a/inputmethod/imhangul/Makefile +++ b/inputmethod/imhangul/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/08/11 22:16:54 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/03 00:14:59 tv Exp $ DISTNAME= imhangul-0.9.11 +PKGREVISION= 1 CATEGORIES= inputmethod korean MASTER_SITES= http://download.kldp.net/imhangul/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index d5790534d71..e9d3219bfe8 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/04/14 16:15:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:59 tv Exp $ # DISTNAME= imhangul_status_applet-0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/imhangul/ diff --git a/inputmethod/libtabe/Makefile b/inputmethod/libtabe/Makefile index 28804993bb8..310609a4371 100644 --- a/inputmethod/libtabe/Makefile +++ b/inputmethod/libtabe/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/04/18 23:37:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/03 00:14:59 tv Exp $ # DISTNAME= libtabe-0.2.5 +PKGREVISION= 1 CATEGORIES= chinese inputmethod MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/ diff --git a/inputmethod/libtabe/buildlink3.mk b/inputmethod/libtabe/buildlink3.mk index 2b4db77f3c6..828295f3f8c 100644 --- a/inputmethod/libtabe/buildlink3.mk +++ b/inputmethod/libtabe/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/04/18 23:37:45 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:59 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBTABE_BUILDLINK3_MK:= ${LIBTABE_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= libtabe .if !empty(LIBTABE_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.libtabe+= libtabe>=0.2.5 +BUILDLINK_RECOMMENDED.libtabe+= libtabe>=0.2.5nb1 BUILDLINK_PKGSRCDIR.libtabe?= ../../inputmethod/libtabe .endif # LIBTABE_BUILDLINK3_MK diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index f9f95500a84..50b7d7bef2b 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/08/28 14:51:48 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/10/03 00:14:59 tv Exp $ # DISTNAME= nabi-0.14 +PKGREVISION= 1 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/nabi/ diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile index 0eb192b00b7..c3131b3dddb 100644 --- a/inputmethod/unicon-im/Makefile +++ b/inputmethod/unicon-im/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/04/18 23:55:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:59 tv Exp $ DISTNAME= unicon-1.2 PKGNAME= unicon-im-1.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= inputmethod MASTER_SITES= http://www.opencjk.org/~yumj/download/ diff --git a/inputmethod/unicon-im/buildlink3.mk b/inputmethod/unicon-im/buildlink3.mk index f4f58010372..117a289b566 100644 --- a/inputmethod/unicon-im/buildlink3.mk +++ b/inputmethod/unicon-im/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/04/18 23:55:21 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:14:59 tv Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ UNICON_IM_BUILDLINK3_MK:= ${UNICON_IM_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= unicon-im .if !empty(UNICON_IM_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.unicon-im+= unicon-im>=1.2nb2 +BUILDLINK_RECOMMENDED.unicon-im+= unicon-im>=1.2nb3 BUILDLINK_PKGSRCDIR.unicon-im?= ../../inputmethod/unicon-im .endif # UNICON_IM_BUILDLINK3_MK diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile index add9419b849..4ceb22e29b9 100644 --- a/inputmethod/xcin/Makefile +++ b/inputmethod/xcin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2004/07/04 09:52:15 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/03 00:14:59 tv Exp $ # DISTNAME= xcin-2.5.3.pre2 PKGNAME= xcin-2.5.3rc2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chinese x11 MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/ |