FreeBSD Bugzilla – Attachment 187540 Details for
Bug 222033
sysutils/zeitgeist: unbreak build with vala 0.36, minor fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
zeitgeist.diff (text/plain), 3.87 KB, created by
Carlos J. Puga Medina
on 2017-10-28 16:22:04 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2017-10-28 16:22:04 UTC
Size:
3.87 KB
patch
obsolete
>Index: sysutils/zeitgeist/Makefile >=================================================================== >--- sysutils/zeitgeist/Makefile (revision 453059) >+++ sysutils/zeitgeist/Makefile (working copy) >@@ -4,6 +4,7 @@ > > PORTNAME= zeitgeist > PORTVERSION= 0.9.16 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/+download/ > >@@ -20,9 +21,10 @@ > RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg \ > ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus > >+USES= gmake gettext pathfix python:2 pkgconfig libtool sqlite tar:xz > USE_GNOME= intlhack glib20 introspection:build >+USE_LDCONFIG= yes > GNU_CONFIGURE= yes >-USES= gmake gettext pathfix python:2 pkgconfig libtool sqlite tar:xz > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip >Index: sysutils/zeitgeist/distinfo >=================================================================== >--- sysutils/zeitgeist/distinfo (revision 453059) >+++ sysutils/zeitgeist/distinfo (working copy) >@@ -1,2 +1,3 @@ >+TIMESTAMP = 1509207424 > SHA256 (zeitgeist-0.9.16.tar.xz) = 6ed3e60d0cd82ea58ee134c19beccafac10eb0f71977f3848755dacbf0927d3a > SIZE (zeitgeist-0.9.16.tar.xz) = 807092 >Index: sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala >=================================================================== >--- sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala (nonexistent) >+++ sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala (working copy) >@@ -0,0 +1,12 @@ >+--- libzeitgeist/timestamp.vala.orig 2014-07-03 07:46:47 UTC >++++ libzeitgeist/timestamp.vala >+@@ -76,8 +76,7 @@ namespace Zeitgeist.Timestamp >+ */ >+ public int64 from_timeval (TimeVal timeval) >+ { >+- var m_seconds = (int64) (timeval.tv_sec) * 1000; >+- return m_seconds + ((int64) timeval.tv_usec / 1000); >++ return timeval.tv_sec * 1000 + timeval.tv_usec / 1000; >+ } >+ >+ /** > >Property changes on: sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala >=================================================================== >--- sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala (nonexistent) >+++ sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala (working copy) >@@ -0,0 +1,11 @@ >+--- libzeitgeist/where-clause.vala.orig 2017-09-03 19:29:23 UTC >++++ libzeitgeist/where-clause.vala >+@@ -217,7 +217,7 @@ namespace Zeitgeist >+ long[] pointers = new long[gptrarr.length + 1]; >+ #endif >+ Memory.copy(pointers, ((PtrArray *) gptrarr)->pdata, >+- (gptrarr.length) * sizeof (void *)); >++ gptrarr.length * sizeof (void *)); >+ return (T[]) pointers; >+ } >+ > >Property changes on: sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/zeitgeist/pkg-descr >=================================================================== >--- sysutils/zeitgeist/pkg-descr (revision 453059) >+++ sysutils/zeitgeist/pkg-descr (working copy) >@@ -3,4 +3,4 @@ > and makes relevant information available to other applications. It is able to > establish relationships between items based on similarity and usage patterns. > >-WWW: http://zeitgeist-project.com >+WWW: https://wiki.gnome.org/Projects/Zeitgeist
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
Flags:
cpm
:
maintainer-approval?
(
kwm
)
Actions:
View
|
Diff
Attachments on
bug 222033
:
186038
| 187540