From owner-svn-ports-all@freebsd.org Wed May 13 18:58:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC2E92FD116; Wed, 13 May 2020 18:58:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49MkTZ5rrWz4QDd; Wed, 13 May 2020 18:58:26 +0000 (UTC) (envelope-from cy@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 BDE7225F8C; Wed, 13 May 2020 18:58:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04DIwQGD031119; Wed, 13 May 2020 18:58:26 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04DIwQoi031117; Wed, 13 May 2020 18:58:26 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202005131858.04DIwQoi031117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 13 May 2020 18:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535129 - head/sysutils/syslog-ng327 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/syslog-ng327 X-SVN-Commit-Revision: 535129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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, 13 May 2020 18:58:27 -0000 Author: cy Date: Wed May 13 18:58:25 2020 New Revision: 535129 URL: https://svnweb.freebsd.org/changeset/ports/535129 Log: Fix build when CURL option is deselected. Modified: head/sysutils/syslog-ng327/Makefile (contents, props changed) head/sysutils/syslog-ng327/pkg-plist (contents, props changed) Modified: head/sysutils/syslog-ng327/Makefile ============================================================================== --- head/sysutils/syslog-ng327/Makefile Wed May 13 18:11:11 2020 (r535128) +++ head/sysutils/syslog-ng327/Makefile Wed May 13 18:58:25 2020 (r535129) @@ -188,8 +188,10 @@ PYTHON_PLIST_FILES= lib/syslog-ng/libmod-python.so \ lib/syslog-ng/python/syslogng/debuggercli/__pycache__/tflang.cpython-${PYTHON_SUFFIX}.pyc CURL_CONFIGURE_OFF= --with-libcurl=off +CURL_CONFIGURE_ON= --enable-http CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +CURL_PLIST_FILES= lib/syslog-ng/libhttp.so \ + include/syslog-ng/modules/http/http-signals.h RIEMANN_CONFIGURE_ON= --enable-riemann RIEMANN_CONFIGURE_OFF= --disable-riemann Modified: head/sysutils/syslog-ng327/pkg-plist ============================================================================== --- head/sysutils/syslog-ng327/pkg-plist Wed May 13 18:11:11 2020 (r535128) +++ head/sysutils/syslog-ng327/pkg-plist Wed May 13 18:58:25 2020 (r535129) @@ -262,7 +262,6 @@ include/syslog-ng/cfg-path.h include/syslog-ng/timeutils/zonecache.h include/syslog-ng/timeutils/zonedb.h include/syslog-ng/list-adt.h -include/syslog-ng/modules/http/http-signals.h include/syslog-ng/rewrite/rewrite-set-severity.h include/syslog-ng/signal-slot-connector/signal-slot-connector.h include/syslog-ng/rewrite/rewrite-set-facility.h