FreeBSD Bugzilla – Attachment 149809 Details for
Bug 195219
[maintainer] textproc/ibus build error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update ibus to 1.5.9
ibus-1.5.9.diff (text/plain), 4.38 KB, created by
Henry Hu
on 2014-11-25 00:03:10 UTC
(
hide
)
Description:
update ibus to 1.5.9
Filename:
MIME Type:
Creator:
Henry Hu
Created:
2014-11-25 00:03:10 UTC
Size:
4.38 KB
patch
obsolete
>diff -ruN /usr/ports/textproc/ibus/Makefile ./Makefile >--- /usr/ports/textproc/ibus/Makefile 2014-11-20 13:18:41.000000000 -0500 >+++ ./Makefile 2014-11-24 19:00:34.000000000 -0500 >@@ -2,10 +2,10 @@ > # $FreeBSD: head/textproc/ibus/Makefile 372768 2014-11-19 11:49:04Z kwm $ > > PORTNAME= ibus >-PORTVERSION= 1.5.5 >-PORTREVISION= 3 >+PORTVERSION= 1.5.9 > CATEGORIES= textproc >-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \ >+ http://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ > > MAINTAINER= henry.hu.sh@gmail.com > COMMENT= Intelligent Input Bus for Linux / Unix OS >@@ -14,12 +14,14 @@ > LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ >- librsvg2>=2.0:${PORTSDIR}/graphics/librsvg2 >+ librsvg2>=2.0:${PORTSDIR}/graphics/librsvg2 \ >+ glib>=2.32:${PORTSDIR}/devel/glib20 > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83.0:${PORTSDIR}/devel/py-dbus \ > ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \ > ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ > librsvg2>=2.0:${PORTSDIR}/graphics/librsvg2 \ >- setxkbmap:${PORTSDIR}/x11/setxkbmap >+ setxkbmap:${PORTSDIR}/x11/setxkbmap \ >+ glib>=2.32:${PORTSDIR}/devel/glib20 > LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib > > USES= compiler gmake libtool pathfix pkgconfig >@@ -64,7 +66,7 @@ > GTK3_CONFIGURE_ENABLE= gtk3 libnotify > GTK3_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify > >-VALA_BUILD_DEPENDS= vala>=0.16:${PORTSDIR}/lang/vala >+VALA_BUILD_DEPENDS= vala>=0.20:${PORTSDIR}/lang/vala > VALA_CONFIGURE_ENABLE= vala > > GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:${PORTSDIR}/devel/gobject-introspection >@@ -118,6 +120,6 @@ > > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart >- @${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart >+ ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart > > .include <bsd.port.post.mk> >diff -ruN /usr/ports/textproc/ibus/distinfo ./distinfo >--- /usr/ports/textproc/ibus/distinfo 2014-03-11 16:53:56.000000000 -0400 >+++ ./distinfo 2014-11-23 21:46:47.000000000 -0500 >@@ -1,2 +1,2 @@ >-SHA256 (ibus-1.5.5.tar.gz) = 02ab36af6048399fedbe8d85074b161219b89df5020932df33cf8829764f8aec >-SIZE (ibus-1.5.5.tar.gz) = 2063794 >+SHA256 (ibus-1.5.9.tar.gz) = ad41014aa3cb961854ee0aa392a5abd7452fab2c6b77d8ff2d736b7405b48ac6 >+SIZE (ibus-1.5.9.tar.gz) = 2128459 >diff -ruN /usr/ports/textproc/ibus/pkg-plist ./pkg-plist >--- /usr/ports/textproc/ibus/pkg-plist 2014-08-19 18:59:51.000000000 -0400 >+++ ./pkg-plist 2014-11-23 21:51:04.000000000 -0500 >@@ -51,7 +51,7 @@ > %%GTK3%%lib/gtk-3.0/3.0.0/immodules/im-ibus.so > lib/libibus-1.0.so > lib/libibus-1.0.so.5 >-lib/libibus-1.0.so.5.0.505 >+lib/libibus-1.0.so.5.0.509 > %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.py > %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyc > %%PYTHON_LIB%%%%PYTHON_SITELIBDIR%%/ibus/__init__.pyo >@@ -218,6 +218,9 @@ > %%PORTDOCS%%%%DOCSDIR%%/right.png > %%PORTDOCS%%%%DOCSDIR%%/style.css > %%PORTDOCS%%%%DOCSDIR%%/up.png >+%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png >+%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png >+%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png > %%GTK3%%%%DATADIR%%/component/gtkpanel.xml > %%GCONF%%%%DATADIR%%/component/gconf.xml > %%DCONF%%%%DATADIR%%/component/dconf.xml >@@ -234,6 +237,9 @@ > %%DATADIR%%/setup/enginecombobox.py > %%DATADIR%%/setup/enginecombobox.pyc > %%DATADIR%%/setup/enginecombobox.pyo >+%%DATADIR%%/setup/enginedialog.py >+%%DATADIR%%/setup/enginedialog.pyc >+%%DATADIR%%/setup/enginedialog.pyo > %%DATADIR%%/setup/enginetreeview.py > %%DATADIR%%/setup/enginetreeview.pyc > %%DATADIR%%/setup/enginetreeview.pyo >@@ -274,6 +280,7 @@ > %%NLS%%share/locale/fa/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/fr/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/gu/LC_MESSAGES/ibus10.mo >+%%NLS%%share/locale/he/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/hi/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/hu/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/ia/LC_MESSAGES/ibus10.mo >@@ -297,6 +304,7 @@ > %%NLS%%share/locale/te/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/tg/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/uk/LC_MESSAGES/ibus10.mo >+%%NLS%%share/locale/ur/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/vi/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus10.mo > %%NLS%%share/locale/zh_HK/LC_MESSAGES/ibus10.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195219
:
149809
|
152657