Date: Wed, 11 Dec 2013 14:58:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336173 - in head/chinese: bg5pdf bg5ps fcitx fcitx-chewing fcitx-cloudpinyin fcitx-configtool fcitx-googlepinyin fcitx-libpinyin fcitx-rime fcitx-sunpinyin fcitx-table-extra fcitx-ui-l... Message-ID: <201312111458.rBBEwTqX014418@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Dec 11 14:58:29 2013 New Revision: 336173 URL: http://svnweb.freebsd.org/changeset/ports/336173 Log: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in chinese Modified: head/chinese/bg5pdf/Makefile head/chinese/bg5ps/Makefile head/chinese/fcitx-chewing/Makefile head/chinese/fcitx-cloudpinyin/Makefile head/chinese/fcitx-configtool/Makefile head/chinese/fcitx-googlepinyin/Makefile head/chinese/fcitx-libpinyin/Makefile head/chinese/fcitx-rime/Makefile head/chinese/fcitx-sunpinyin/Makefile head/chinese/fcitx-table-extra/Makefile head/chinese/fcitx-ui-light/Makefile head/chinese/fcitx/Makefile head/chinese/gcin/Makefile head/chinese/ibus-chewing/Makefile head/chinese/ibus-pinyin/Makefile head/chinese/librime/Makefile head/chinese/mutt/Makefile head/chinese/p5-Lingua-ZH-TaBE/Makefile head/chinese/pcmanx/Makefile head/chinese/reciteword/Makefile head/chinese/ttfm/Makefile Modified: head/chinese/bg5pdf/Makefile ============================================================================== --- head/chinese/bg5pdf/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/bg5pdf/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -11,7 +11,7 @@ MASTER_SITES= ftp://freebsd.sinica.edu.t MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5 encoded files to PDF, using PDFlib -LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib +LIB_DEPENDS= libpdf.so:${PORTSDIR}/print/pdflib CFLAGS+= -fPIC USE_PYTHON= yes Modified: head/chinese/bg5ps/Makefile ============================================================================== --- head/chinese/bg5ps/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/bg5ps/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -11,7 +11,7 @@ DISTNAME= bg5ps-1.3.0 MAINTAINER= ports@FreeBSD.org COMMENT= Convert Chinese-Big5/GB encoded files to Postscript, using TTF fonts -LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype +LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype USE_PYTHON= yes PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/chinese/fcitx-chewing/Makefile ============================================================================== --- head/chinese/fcitx-chewing/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-chewing/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -12,8 +12,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Chewing support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - chewing:${PORTSDIR}/chinese/libchewing +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libchewing.so:${PORTSDIR}/chinese/libchewing USE_XZ= yes USES= cmake gettext pkgconfig Modified: head/chinese/fcitx-cloudpinyin/Makefile ============================================================================== --- head/chinese/fcitx-cloudpinyin/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-cloudpinyin/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -11,8 +11,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= A cloud-based Pinyin module for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libcurl.so:${PORTSDIR}/ftp/curl USE_XZ= yes USES= cmake gettext pkgconfig Modified: head/chinese/fcitx-configtool/Makefile ============================================================================== --- head/chinese/fcitx-configtool/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-configtool/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -13,7 +13,7 @@ COMMENT= Fcitx IM framework configuratio BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx USE_XZ= yes USE_GNOME= intltool gnomehack Modified: head/chinese/fcitx-googlepinyin/Makefile ============================================================================== --- head/chinese/fcitx-googlepinyin/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-googlepinyin/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -10,8 +10,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= A libgooglepinyin support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - googlepinyin:${PORTSDIR}/chinese/libgooglepinyin +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin USE_XZ= yes USES= cmake gettext pkgconfig Modified: head/chinese/fcitx-libpinyin/Makefile ============================================================================== --- head/chinese/fcitx-libpinyin/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-libpinyin/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -13,8 +13,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lichray@gmail.com COMMENT= The libpinyin support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - pinyin:${PORTSDIR}/chinese/libpinyin +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libpinyin.so:${PORTSDIR}/chinese/libpinyin USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes Modified: head/chinese/fcitx-rime/Makefile ============================================================================== --- head/chinese/fcitx-rime/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-rime/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -11,8 +11,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= RIME support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - rime:${PORTSDIR}/chinese/librime +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + librime.so:${PORTSDIR}/chinese/librime USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes Modified: head/chinese/fcitx-sunpinyin/Makefile ============================================================================== --- head/chinese/fcitx-sunpinyin/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-sunpinyin/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -10,7 +10,7 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= SunPinyin support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx BUILD_DEPENDS= zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/chinese/fcitx-table-extra/Makefile ============================================================================== --- head/chinese/fcitx-table-extra/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-table-extra/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -10,7 +10,7 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Table-based input methods for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx USE_XZ= yes USES= cmake gettext Modified: head/chinese/fcitx-ui-light/Makefile ============================================================================== --- head/chinese/fcitx-ui-light/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx-ui-light/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -11,8 +11,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= An alternative light weight UI for Fcitx -LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig USE_BZIP2= yes USE_XORG= x11 xft xpm Modified: head/chinese/fcitx/Makefile ============================================================================== --- head/chinese/fcitx/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/fcitx/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -17,9 +17,9 @@ COMMENT= A Flexible Input Method Framewo LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - dbus-1:${PORTSDIR}/devel/dbus \ - icuuc:${PORTSDIR}/devel/icu +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libicuuc.so:${PORTSDIR}/devel/icu RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils MAN1= createPYMB.1 fcitx-remote.1 fcitx.1 mb2org.1 mb2txt.1 \ @@ -80,7 +80,7 @@ PLIST_SUB+= QT4="@comment " .endif .if ${PORT_OPTIONS:MOPENCC} -LIB_DEPENDS+= opencc:${PORTSDIR}/chinese/opencc +LIB_DEPENDS+= libopencc.so:${PORTSDIR}/chinese/opencc .else CMAKE_ARGS+= -DENABLE_OPENCC=OFF .endif Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/gcin/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -36,7 +36,7 @@ NO_STAGE= yes .if ${PORT_OPTIONS:MQT_IM_MODULE} USE_QT4= inputmethods qmake_build moc_build corelib gui -LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng +LIB_DEPENDS+= libmng.so:${PORTSDIR}/graphics/libmng PLIST_SUB+= QT_IM_MODULE="" .else CONFIGURE_ARGS+= --use_qt4=N @@ -51,7 +51,7 @@ BROKEN= does not compile .if ${PORT_OPTIONS:MANTHY} BUILD_DEPENDS+= ${LOCALBASE}/include/anthy/anthy.h:${PORTSDIR}/japanese/anthy -LIB_DEPENDS+= anthy:${PORTSDIR}/japanese/anthy +LIB_DEPENDS+= libanthy.so:${PORTSDIR}/japanese/anthy PLIST_SUB+= ANTHY_MODULE="" .else CONFIGURE_ARGS+= --use_anthy=N Modified: head/chinese/ibus-chewing/Makefile ============================================================================== --- head/chinese/ibus-chewing/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/ibus-chewing/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -17,7 +17,7 @@ BUILD_DEPENDS= gob2:${PORTSDIR}/devel/go ${LOCALBASE}/share/cmake/Modules/ManageEnvironment.cmake:${PORTSDIR}/devel/cmake-fedora \ ibus-daemon:${PORTSDIR}/textproc/ibus RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus -LIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing +LIB_DEPENDS= libchewing.so:${PORTSDIR}/chinese/libchewing CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \ -DLIB_DIR=${PREFIX}/lib Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/ibus-pinyin/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -58,7 +58,7 @@ PLIST_SUB+= OPENPHRASE_DB="@comment " .if ${PORT_OPTIONS:MOPENCC} CONFIGURE_ARGS+= --enable-opencc -LIB_DEPENDS+= opencc.1:${PORTSDIR}/chinese/opencc +LIB_DEPENDS+= libopencc.so:${PORTSDIR}/chinese/opencc .else CONFIGURE_ARGS+= --disable-opencc .endif Modified: head/chinese/librime/Makefile ============================================================================== --- head/chinese/librime/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/librime/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -12,11 +12,11 @@ COMMENT= Rime Input Method Engine LICENSE= GPLv3 -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ - glog:${PORTSDIR}/devel/glog \ - kyotocabinet:${PORTSDIR}/databases/kyotocabinet \ - opencc:${PORTSDIR}/chinese/opencc \ - yaml-cpp:${PORTSDIR}/devel/yaml-cpp +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libglog.so:${PORTSDIR}/devel/glog \ + libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet \ + libopencc.so:${PORTSDIR}/chinese/opencc \ + libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp USES= cmake pkgconfig gettext perl5 USE_PERL5= build patch Modified: head/chinese/mutt/Makefile ============================================================================== --- head/chinese/mutt/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/mutt/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -16,7 +16,7 @@ COMMENT= The Mongrel of Mail User Agents CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-lite-[0-9]* -LIB_DEPENDS+= hz.0:${PORTSDIR}/chinese/autoconvert +LIB_DEPENDS+= libhz.so:${PORTSDIR}/chinese/autoconvert LDFLAGS_ADD+= -lhz Modified: head/chinese/p5-Lingua-ZH-TaBE/Makefile ============================================================================== --- head/chinese/p5-Lingua-ZH-TaBE/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/p5-Lingua-ZH-TaBE/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Chinese processing via libtabe -LIB_DEPENDS= tabe.3:${PORTSDIR}/chinese/libtabe +LIB_DEPENDS= libtabe.so:${PORTSDIR}/chinese/libtabe USES= perl5 USE_PERL5= configure Modified: head/chinese/pcmanx/Makefile ============================================================================== --- head/chinese/pcmanx/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/pcmanx/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -58,7 +58,7 @@ CONFIGURE_ARGS+=--disable-notifier .if ${PORT_OPTIONS:MLIBNOTIFY} CONFIGURE_ARGS+=--enable-libnotify -LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotifa.soy:${PORTSDIR}/devel/libnotify .endif .if empty(PORT_OPTIONS:MNANCY) Modified: head/chinese/reciteword/Makefile ============================================================================== --- head/chinese/reciteword/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/reciteword/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -28,7 +28,7 @@ XTRACT_AFTER_ARGS+= --exclude CVS NO_STAGE= yes .include <bsd.port.options.mk> -LIB_DEPENDS+= espeak:${PORTSDIR}/audio/espeak +LIB_DEPENDS+= libespeak.so:${PORTSDIR}/audio/espeak post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' ${WRKSRC}/src/readword.cpp Modified: head/chinese/ttfm/Makefile ============================================================================== --- head/chinese/ttfm/Makefile Wed Dec 11 14:53:20 2013 (r336172) +++ head/chinese/ttfm/Makefile Wed Dec 11 14:58:29 2013 (r336173) @@ -12,7 +12,7 @@ COMMENT= A Big5/GB enhanced TrueType Fon RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 MAKE_ARGS= FREETYPE_BASE=${LOCALBASE:Q} CC="${CC}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111458.rBBEwTqX014418>