diff options
author | tijl <tijl@FreeBSD.org> | 2014-12-09 00:48:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-12-09 00:48:38 +0800 |
commit | e2300845f96fc1f90e03af0a746423bff0b0e770 (patch) | |
tree | fd2d9471767ad6e92fff12ef08f1cb015017f9f8 /japanese | |
parent | b0b474e0ac449202a591c50a796cb0435cbf54fb (diff) | |
download | freebsd-ports-gnome-e2300845f96fc1f90e03af0a746423bff0b0e770.tar.gz freebsd-ports-gnome-e2300845f96fc1f90e03af0a746423bff0b0e770.tar.zst freebsd-ports-gnome-e2300845f96fc1f90e03af0a746423bff0b0e770.zip |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/anthy/Makefile | 4 | ||||
-rw-r--r-- | japanese/anthy/pkg-plist | 10 | ||||
-rw-r--r-- | japanese/fcitx-anthy/Makefile | 1 | ||||
-rw-r--r-- | japanese/ibus-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/im-ja/Makefile | 2 | ||||
-rw-r--r-- | japanese/jmode/Makefile | 2 | ||||
-rw-r--r-- | japanese/kasumi/Makefile | 2 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 4 | ||||
-rw-r--r-- | japanese/libtomoe-gtk/pkg-plist | 5 | ||||
-rw-r--r-- | japanese/ming/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-anthy/Makefile | 2 | ||||
-rw-r--r-- | japanese/scim-tomoe/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-anthy/Makefile | 1 | ||||
-rw-r--r-- | japanese/uim-tomoe-gtk/Makefile | 2 | ||||
-rw-r--r-- | japanese/xjtext/Makefile | 2 |
15 files changed, 22 insertions, 21 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index 97075c4cfcc9..6558a17dfa6c 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -3,7 +3,7 @@ PORTNAME= anthy PORTVERSION= 9100h -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/37536 @@ -20,7 +20,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/alt-cannadic/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= libtool:oldver pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip diff --git a/japanese/anthy/pkg-plist b/japanese/anthy/pkg-plist index 4a6de9e417dc..8bfcd3b625f8 100644 --- a/japanese/anthy/pkg-plist +++ b/japanese/anthy/pkg-plist @@ -6,17 +6,17 @@ include/anthy/anthy.h include/anthy/dicutil.h include/anthy/input.h lib/libanthy.a -lib/libanthy.la lib/libanthy.so -lib/libanthy.so.1 +lib/libanthy.so.0 +lib/libanthy.so.0.1.0 lib/libanthydic.a -lib/libanthydic.la lib/libanthydic.so -lib/libanthydic.so.1 +lib/libanthydic.so.0 +lib/libanthydic.so.0.1.0 lib/libanthyinput.a -lib/libanthyinput.la lib/libanthyinput.so lib/libanthyinput.so.0 +lib/libanthyinput.so.0.0.0 libdata/pkgconfig/anthy.pc share/anthy/anthy.dic share/anthy/dic-tool-usage.txt diff --git a/japanese/fcitx-anthy/Makefile b/japanese/fcitx-anthy/Makefile index 8237d6047e77..53ae3f7cbbd1 100644 --- a/japanese/fcitx-anthy/Makefile +++ b/japanese/fcitx-anthy/Makefile @@ -3,6 +3,7 @@ PORTNAME= fcitx-anthy PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DIST_SUBDIR= fcitx diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 2739109497b3..3703317888f3 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-anthy PORTVERSION= 1.2.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese PROJECTHOST= ibus MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} diff --git a/japanese/im-ja/Makefile b/japanese/im-ja/Makefile index d05473fe2a00..38e117a5679a 100644 --- a/japanese/im-ja/Makefile +++ b/japanese/im-ja/Makefile @@ -3,7 +3,7 @@ PORTNAME= im-ja PORTVERSION= 1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese x11-toolkits MASTER_SITES= http://im-ja.sourceforge.net/ diff --git a/japanese/jmode/Makefile b/japanese/jmode/Makefile index 507624d5c396..27eee7b1b719 100644 --- a/japanese/jmode/Makefile +++ b/japanese/jmode/Makefile @@ -3,7 +3,7 @@ PORTNAME= jmode PORTVERSION= 0.6.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= anthy/5467 diff --git a/japanese/kasumi/Makefile b/japanese/kasumi/Makefile index 20be844455a7..ea44c2683118 100644 --- a/japanese/kasumi/Makefile +++ b/japanese/kasumi/Makefile @@ -3,7 +3,7 @@ PORTNAME= kasumi PORTVERSION= 2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/41436 diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 49fe6aa63f87..5981e15e4f48 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese MASTER_SITES= SF/tomoe/tomoe-gtk/tomoe-gtk-${PORTVERSION} DISTNAME= tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -14,7 +14,7 @@ COMMENT= TOMOE GTK+ library LIB_DEPENDS= libtomoe.so:${PORTSDIR}/japanese/tomoe GNU_CONFIGURE= yes -USES= gmake libtool:oldver pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes diff --git a/japanese/libtomoe-gtk/pkg-plist b/japanese/libtomoe-gtk/pkg-plist index ce4f71a1c0e1..979e04809861 100644 --- a/japanese/libtomoe-gtk/pkg-plist +++ b/japanese/libtomoe-gtk/pkg-plist @@ -13,11 +13,10 @@ include/tomoe/gtk/tomoe-reading-search.h include/tomoe/gtk/tomoe-scrollable.h include/tomoe/gtk/tomoe-window.h lib/libtomoe-gtk.a -lib/libtomoe-gtk.la lib/libtomoe-gtk.so -lib/libtomoe-gtk.so.1 +lib/libtomoe-gtk.so.0 +lib/libtomoe-gtk.so.0.1.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gtk-2.0/tomoegtk.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gtk-2.0/tomoegtk.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/gtk-2.0/tomoegtk.so libdata/pkgconfig/tomoe-gtk.pc share/tomoe-gtk/tomoe-data-view.png diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index d547cf56d226..017dccc5956c 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -2,7 +2,7 @@ PORTNAME= ming PORTVERSION= 0.1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= japanese graphics MASTER_SITES= http://dist.bsdlab.org/ #MASTER_SITES= http://blue.ribbon.to/~harpy/ming/jaming/ diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index 9fa2e7a44f83..eb08512de917 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-anthy PORTVERSION= 1.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR=scim-imengine/37309 diff --git a/japanese/scim-tomoe/Makefile b/japanese/scim-tomoe/Makefile index c40f86537d9d..de7bb62fee6b 100644 --- a/japanese/scim-tomoe/Makefile +++ b/japanese/scim-tomoe/Makefile @@ -3,7 +3,7 @@ PORTNAME= scim-tomoe PORTVERSION= 0.6.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 6befc9c5f534..6668c476fcc4 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -1,6 +1,7 @@ # Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 2 CATEGORIES= japanese .if defined(WITHOUT_X11) PKGNAMESUFFIX= -anthy-nox11 diff --git a/japanese/uim-tomoe-gtk/Makefile b/japanese/uim-tomoe-gtk/Makefile index ff0af93893b4..def13ff8570e 100644 --- a/japanese/uim-tomoe-gtk/Makefile +++ b/japanese/uim-tomoe-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= uim-tomoe-gtk PORTVERSION= 0.6.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= japanese MASTER_SITES= SF/tomoe/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile index 299166275e6c..c7eb47765787 100644 --- a/japanese/xjtext/Makefile +++ b/japanese/xjtext/Makefile @@ -3,7 +3,7 @@ PORTNAME= xjtext PORTVERSION= 1.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= japanese MASTER_SITES= http://plaza.harmonix.ne.jp/~onizuka/ DISTNAME= XJTEXT-${PORTVERSION} |