From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E263F2AB0A; Thu, 1 Mar 2018 13:35:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2E6D85A9C; Thu, 1 Mar 2018 13:35:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DDBC14EB; Thu, 1 Mar 2018 13:35:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21DZlju071756; Thu, 1 Mar 2018 13:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZl3h071754; Thu, 1 Mar 2018 13:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZl3h071754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463319 - in head/www/nginx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/nginx: . files X-SVN-Commit-Revision: 463319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:48 -0000 Author: sunpoet Date: Thu Mar 1 13:35:47 2018 New Revision: 463319 URL: https://svnweb.freebsd.org/changeset/ports/463319 Log: Fix build with msgpuck 2.0 Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) Modified: head/www/nginx/Makefile Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta .else CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} .endif -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c .endif .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) @@ -0,0 +1,13 @@ +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 +@@ -38,10 +38,6 @@ + # define GNU_SOURCES 1 + #endif /* !GNU_SOURCES */ + +-#if !defined(MP_SOURCE) +-# define MP_SOURCE 1 +-#endif /* !MP_SOURCE */ +- + #include "tp_ext.h" + #include "tp_transcode.h" +