From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 3 07:12:03 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A903DA4 for ; Fri, 3 Apr 2015 07:12:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 39D17D8F for ; Fri, 3 Apr 2015 07:12:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t337C3rb001995 for ; Fri, 3 Apr 2015 07:12:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199137] www/e2guardian: port always build with debug support. Start script missing Date: Fri, 03 Apr 2015 07:12:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sa.inbox@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 07:12:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199137 Bug ID: 199137 Summary: www/e2guardian: port always build with debug support. Start script missing Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: sa.inbox@gmail.com CC: marcellocoutinho@gmail.com Flags: maintainer-feedback?(marcellocoutinho@gmail.com) CC: marcellocoutinho@gmail.com Hello. When I try to build e2guardian without debug option, it builds with debug support. Details available below: /usr/ports/www/e2guardian# make showconfig ===> The following configuration options are available for e2guardian-3.0.4: APACHE=off: Enable Apache support for access denied page CLAMD=on: Enable ClamD AV content scanner CLISCAN=off: Enable support for CLI content scanners DEBUG=off: Build with debugging support DNS=off: Include DNS authetication plugin DOCS=on: Build and/or install documentation EMAIL=off: Enable e-mail reporting support ICAP=off: Enable ICAP AV content scanner support KAV=off: Enable Kaspersky AV support NTLM=off: Include NTLM authentication plugin SSL=off: SSL protocol support TRICKLE=on: Enable the trickle download manager ====> Options available for the radio DESCRIPTORS: you can only select none or one of them 1024=on: Enable default file descriptors 2048=off: Enable 2048 file descriptors 4096=off: Enable 4096 file descriptors 8192=off: Enable 8192 file descriptors ===> Use 'make config' to modify these settings Wgen I run % /usr/local/sbin/e2guardian Running in debug mode... ... Also it would be nice to add startup/shutdown script to port. Script could be like this: --- #!/bin/sh # $FreeBSD: 340872 2014-01-24 00:14:07Z mat $ # PROVIDE: e2guardian # REQUIRE: NETWORKING SERVERS squid clamd # KEYWORD: shutdown # Define these dansguardian_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # # DO NOT CHANGE THESE DEFAULT VALUES HERE # # e2guardian_enable="YES" # e2guardian_flags="" e2guardian_enable=${e2guardian_enable:-"NO"} e2guardian_pidfile=${e2guardian_pidfile:-"/var/run/e2guardian.pid"} . /etc/rc.subr name="e2guardian" rcvar=e2guardian_enable command="/usr/local/sbin/${name}" load_rc_config $name pidfile="${e2guardian_pidfile}" run_rc_command "$1" --- -- You are receiving this mail because: You are the assignee for the bug.