From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 19 15:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 699E0333 for ; Mon, 19 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 426F72793 for ; Mon, 19 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JFe1xt020582 for ; Mon, 19 May 2014 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JFe1cw020581; Mon, 19 May 2014 15:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 19 May 2014 15:40:01 GMT Resent-Message-Id: <201405191540.s4JFe1cw020581@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Takumi Takahashi" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BF7E2B4; Mon, 19 May 2014 15:32:11 +0000 (UTC) Received: from ms-fb12.so-net.ne.jp (ms-fb12.so-net.ne.jp [202.238.84.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E89932750; Mon, 19 May 2014 15:32:10 +0000 (UTC) Received: from ms-omx01.so-net.ne.jp (ms-omx01.plus.so-net.ne.jp [10.240.84.151]) by ms-fb12.so-net.ne.jp with ESMTP id s4JEoEFk022408; Mon, 19 May 2014 23:50:14 +0900 Received: from ms-omx11.so-net.ne.jp (ms-omx11.plus.so-net.ne.jp [10.240.84.161]) by ms-omx01.plus.so-net.ne.jp with ESMTP id s4JEo7O3007410; Mon, 19 May 2014 23:50:07 +0900 Received: from srv (p03e1ed.tocgnt01.ap.so-net.ne.jp [121.3.225.237]) (authenticated) by ms-omx11.plus.so-net.ne.jp with ESMTP id s4JEo58P032653 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256 bits)); Mon, 19 May 2014 23:50:05 +0900 Received: by srv (sSMTP sendmail emulation); Mon, 19 May 2014 23:50:05 +0900 Message-Id: <201405191450.s4JEo58P032653@ms-omx11.plus.so-net.ne.jp> Date: Mon, 19 May 2014 23:50:05 +0900 From: "Takumi Takahashi" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189953: [PATCH] sysutils/syslog-ng: fix enable SPOOF option and microfix Cc: cy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 15:40:01 -0000 >Number: 189953 >Category: ports >Synopsis: [PATCH] sysutils/syslog-ng: fix enable SPOOF option and microfix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 19 15:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Takumi Takahashi >Release: FreeBSD 10.0-STABLE amd64 >Organization: >Environment: System: FreeBSD srv.privu.tmfam.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r266389: Sun May 18 11:48:33 JST >Description: fix enable SPOOF option and add LICENSE. Port maintainer (cy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- syslog-ng-3.5.4.1.patch begins here --- diff -ruN /usr/ports/sysutils/syslog-ng/Makefile ./Makefile --- /usr/ports/sysutils/syslog-ng/Makefile 2014-03-25 22:31:11.000000000 +0900 +++ ./Makefile 2014-05-19 23:26:42.884068148 +0900 @@ -11,6 +11,9 @@ MAINTAINER= cy@FreeBSD.org COMMENT= A powerful syslogd replacement +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= dual + CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* @@ -76,7 +79,7 @@ .endif .if ${PORT_OPTIONS:MSPOOF} -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +BUILD_DEPENDS+= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config CONFIGURE_ARGS+= --enable-spoof-source --with-libnet=${LOCALBASE}/bin CFLAGS+= `${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include @@ -115,9 +118,8 @@ CONFIGURE_ARGS+= --disable-redis .endif - .if ${PORT_OPTIONS:MSMTP} -CONFIGURE_ARGS+= --with-libesmtp=/usr/local/ +CONFIGURE_ARGS+= --with-libesmtp=${LOCALBASE} LIB_DEPENDS+= libesmtp.so:${PORTSDIR}/mail/libesmtp PLIST_FILES+= lib/syslog-ng/libafsmtp.la lib/syslog-ng/libafsmtp.so .else diff -ruN /usr/ports/sysutils/syslog-ng/pkg-descr ./pkg-descr --- /usr/ports/sysutils/syslog-ng/pkg-descr 2014-01-23 00:44:51.000000000 +0900 +++ ./pkg-descr 2014-05-19 23:20:25.363835682 +0900 @@ -14,4 +14,4 @@ AMQP), files or databases (like PostgreSQL or MongoDB). The official home page of syslog-ng is: -http://www.balabit.com/network-security/syslog-ng/ +WWW: http://www.balabit.com/network-security/syslog-ng/ --- syslog-ng-3.5.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: