From owner-svn-ports-all@freebsd.org Mon Jun 5 18:13:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95FEEAFE8DE for ; Mon, 5 Jun 2017 18:13:44 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-qt0-x229.google.com (mail-qt0-x229.google.com [IPv6:2607:f8b0:400d:c0d::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C49464D54 for ; Mon, 5 Jun 2017 18:13:44 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-qt0-x229.google.com with SMTP id u12so74043363qth.0 for ; Mon, 05 Jun 2017 11:13:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=tl7aLApXDcyHsL/ST6qlc+IyHBG4wHO5v3w0pKqO594=; b=UqjAEVpfzvVO2/zioqsUsOPbvTQBx65xutRvU6bJW2wQkNTSJF5W6a3drrarBeIIS0 yN+LfuBpGFJYmEV1zgoZGa7j4MMRuY9Dg3ObtrEGgJIGHYz1/+lRmlVjz/gXy2R1Zebx NLcX+OVA5S9+rqf/Ci9J5RofeA2xb/NjB4x9t7I6wlxDqXcQnSr6ztTp3NmiJlUA5qG4 aKzZyyMBxDfk4T/i1adzSFwhhVIMo4dEVPmOwp9gegHgl8aJnVfFJAAeL8XVhNJQc2j+ Ho49AYtFLbd9u3QXmGDSJIsgz2rhHMl6rBbmVlEhAadu+Xo7nRP9QcdrG+6PSjOaVNQU De8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=tl7aLApXDcyHsL/ST6qlc+IyHBG4wHO5v3w0pKqO594=; b=Amo0VwfYCkoknyCk/F7E2fTnN4AjnpZTkxILlaW78v0ogtecr6unms0j+p8ma2rQXG Yo046o0lLI+ghjOXfWAjYy7ZH2HMz89bNApjXnZrtJGT209rY6OJJJ7GhZHG1AjIGVhR KEuoI1pVWHwyLDhUfhTEmO5jOImVtQnTepHYwbW/z7uKzVYUYNK6Pee0/iydxs4pHAQP c8qXIyVoUUe19Vn7jU72DzmjWNeHQLGjNF4P2mJAesVYFD9bs2NTl9LXJjil/Me5p770 oMj14AO6g5u3IUhZFJnyu9QYFTT7wtGL819pVSpWEsW8Th23v0w1VRYxM4LlBa9L+Tyb S32A== X-Gm-Message-State: AODbwcC6gZ5+Bs6PDs4ZUvWzkLjUAl8sJIM4GrNRAzIePB9KUeLkez9F kiAz/39XQa1D7nXAFD8P9YFDikBjL4FhEFfwmA== X-Received: by 10.200.4.46 with SMTP id v46mr223499qtg.166.1496686423293; Mon, 05 Jun 2017 11:13:43 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.12.172.134 with HTTP; Mon, 5 Jun 2017 11:13:02 -0700 (PDT) In-Reply-To: References: <201705301521.v4UFLkQK079485@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 6 Jun 2017 02:13:02 +0800 X-Google-Sender-Auth: QHPpWbejmnXbEJM3C1RwiljDTog Message-ID: Subject: Re: svn commit: r442077 - head/databases/sqlite3 To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 18:13:44 -0000 On Wed, May 31, 2017 at 5:24 PM, Tobias C. Berner 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(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 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 (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 > > >