From owner-svn-ports-all@freebsd.org Wed May 31 10:19:23 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 B5CABAFC39B; Wed, 31 May 2017 10:19:23 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-yb0-f172.google.com (mail-yb0-f172.google.com [209.85.213.172]) (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 05E167223E; Wed, 31 May 2017 10:19:23 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-yb0-f172.google.com with SMTP id r66so2557584yba.2; Wed, 31 May 2017 03:19:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=V2Nuv4ckRb6uda27ue+Au6yd2/5ntO/ZEJ/yrbrO85Q=; b=okR6TE0gF40isz6bTABXUxYe8bimySR4IeHK53SjtYtMQ3WXSJzCLPX5tcW6LmPUaY CUL/DwfuseFRK8Z0upLf+QtFCg/gxA7m1LpqCHbrdmuhZQb5WWKI0agq0HNti4e3wZpt Gzm3lKRuDjwfByzWjBykdaYnzhSa64ACy7zv4GVwuzmhn3JgZqDfhcAU3IWrNWrc2Cpi hNk2IGnalqyH0lWfa4Yu6wBadyRqLIQ6C8jF9DtWH5q09qsGkPeN8fQ2X1ZB6qq7+RzN Iq9dD3R33xE3OZ7dUKzABCVK9E/G24zwWiuS7j1iOhslv96bl5UA1syuG9FJPydm+6d5 cnqQ== X-Gm-Message-State: AODbwcD7UeVUgsffvr4FlMXyvAk270cSPBA4jZpxjPKWv7Z11cxhsKWu EjcW9tDpoqu9/GKehck= X-Received: by 10.37.174.137 with SMTP id b9mr17517122ybj.107.1496222686746; Wed, 31 May 2017 02:24:46 -0700 (PDT) Received: from mail-yb0-f170.google.com (mail-yb0-f170.google.com. [209.85.213.170]) by smtp.gmail.com with ESMTPSA id p124sm7467758ywp.49.2017.05.31.02.24.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 May 2017 02:24:46 -0700 (PDT) Received: by mail-yb0-f170.google.com with SMTP id 202so2317049ybd.0; Wed, 31 May 2017 02:24:46 -0700 (PDT) X-Received: by 10.37.195.66 with SMTP id t63mr20396448ybf.98.1496222686383; Wed, 31 May 2017 02:24:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.112.146 with HTTP; Wed, 31 May 2017 02:24:45 -0700 (PDT) In-Reply-To: <201705301521.v4UFLkQK079485@repo.freebsd.org> References: <201705301521.v4UFLkQK079485@repo.freebsd.org> From: "Tobias C. Berner" Date: Wed, 31 May 2017 11:24:45 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r442077 - head/databases/sqlite3 To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Wed, 31 May 2017 10:19:23 -0000 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 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 >