svn commit: r442077 - head/databases/sqlite3

Tobias C. Berner tcberner at freebsd.org
Wed May 31 10:19:23 UTC 2017


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

On 30 May 2017 at 17:21, Sunpoet Po-Chuan Hsieh <sunpoet at 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 at 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
>


More information about the svn-ports-all mailing list