Date: Tue, 6 Jun 2017 02:13:02 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: "Tobias C. Berner" <tcberner@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442077 - head/databases/sqlite3 Message-ID: <CAMHz58Q1D7701qQRJQ%2BHRj-SZ_UtnQhf4Q1wEg8RehiRgkjcMA@mail.gmail.com> In-Reply-To: <CAOshKtcY7=UFO7XkVwn6ssrX6UWtoPqNE8JDH5mpaybLPHrZsQ@mail.gmail.com> References: <201705301521.v4UFLkQK079485@repo.freebsd.org> <CAOshKtcY7=UFO7XkVwn6ssrX6UWtoPqNE8JDH5mpaybLPHrZsQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 31, 2017 at 5:24 PM, Tobias C. Berner <tcberner@freebsd.org> wrote: > Hi > > I think this update broke some ports like for example audio/gogglesmm > and science/orthanc: > > [...] > In file included from > /wrkdirs/usr/ports/audio/gogglesmm/work/gogglesmm-1.1. > 7/src/GMDatabase.cpp:21: > /usr/local/include/sqlite3.h:3712:16: fatal error: typedef > 'sqlite3_value' cannot be referenced with a struct specifier > typedef struct sqlite3_value sqlite3_value; > ^ > /wrkdirs/usr/ports/audio/gogglesmm/work/gogglesmm-1.1. > 7/src/GMDatabase.h:24:20: > note: declared here > typedef struct Mem sqlite3_value; > ^ > 1 error generated. > [...] > > [...] > /wrkdirs/usr/ports/science/orthanc/work/Orthanc-1.1.0/ > Core/SQLite/FunctionContext.cpp:74:46: > error: no matching function for call to 'sqlite3_value_type' > return static_cast<SQLite::ColumnType>(sqlite3_value_ > type(argv_[index])); > ^~~~~~~~~~~~~~~~~~ > /usr/local/include/sqlite3.h:4643:16: note: candidate function not > viable: cannot convert argum > [...] > > > mfg Tobias > > Hi, FYI, I've fixed audio/gogglesmm in r442678. I've also reported the failure to the sqlite3 maintainer. Regards, sunpoet On 30 May 2017 at 17:21, Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> wrote: > > Author: sunpoet > > Date: Tue May 30 15:21:46 2017 > > New Revision: 442077 > > URL: https://svnweb.freebsd.org/changeset/ports/442077 > > > > Log: > > Update to 3.19.2 > > > > Changes: https://www.sqlite.org/releaselog/3_19_2.html > > PR: 219592 > > Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) > > > > Modified: > > head/databases/sqlite3/Makefile > > head/databases/sqlite3/distinfo > > > > Modified: head/databases/sqlite3/Makefile > > ============================================================ > ================== > > --- head/databases/sqlite3/Makefile Tue May 30 15:21:40 2017 > (r442076) > > +++ head/databases/sqlite3/Makefile Tue May 30 15:21:46 2017 > (r442077) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > > > PORTNAME= sqlite3 > > -PORTVERSION= 3.18.0 > > +PORTVERSION= 3.19.2 > > CATEGORIES= databases > > MASTER_SITES= https://www.sqlite.org/2017/ > http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ > > DISTNAME= sqlite-autoconf-${PORTVERSION: > C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 > > @@ -214,6 +214,9 @@ post-build: > > .if ${ARCH}=="i386" > > @${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" > > .endif > > + > > +post-install: > > + ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h > > > > # for compares with checksum from of the site > > sha1: > > > > Modified: head/databases/sqlite3/distinfo > > ============================================================ > ================== > > --- head/databases/sqlite3/distinfo Tue May 30 15:21:40 2017 > (r442076) > > +++ head/databases/sqlite3/distinfo Tue May 30 15:21:46 2017 > (r442077) > > @@ -1,3 +1,3 @@ > > -TIMESTAMP = 1491042552 > > -SHA256 (sqlite-autoconf-3180000.tar.gz) = > 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c > > -SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004 > > +TIMESTAMP = 1495871536 > > +SHA256 (sqlite-autoconf-3190200.tar.gz) = > ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc > > +SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613 > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Q1D7701qQRJQ%2BHRj-SZ_UtnQhf4Q1wEg8RehiRgkjcMA>