From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 17 18:10: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 34FCFF0E for ; Sat, 17 May 2014 18:10: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 0EAFB2A1D for ; Sat, 17 May 2014 18:10: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 s4HIA00F073988 for ; Sat, 17 May 2014 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4HIA0gn073987; Sat, 17 May 2014 18:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 17 May 2014 18:10:00 GMT Resent-Message-Id: <201405171810.s4HIA0gn073987@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, Corey Halpin 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 83B45E28 for ; Sat, 17 May 2014 18:09:12 +0000 (UTC) Received: from sabe.cs.wisc.edu (sabe.cs.wisc.edu [128.105.6.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sabe.cs.wisc.edu", Issuer "InCommon Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 441012A10 for ; Sat, 17 May 2014 18:09:11 +0000 (UTC) Received: from spiff.home.crhalpin.org (108-249-32-238.lightspeed.mdsnwi.sbcglobal.net [108.249.32.238]) (authenticated bits=0) by sabe.cs.wisc.edu (8.14.1/8.14.1) with ESMTP id s4HI27FJ028624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 17 May 2014 13:02:09 -0500 Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id d0b010bf; for ; Sat, 17 May 2014 13:02:00 -0500 (CDT) Message-Id: <7512760727373615217.enqueue@spiff.home.crhalpin.org> Date: Sat, 17 May 2014 13:02:00 -0500 (CDT) From: Corey Halpin Reply-To: Corey Halpin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189893: STAGE security/clamassassin [PATCH] 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: Sat, 17 May 2014 18:10:01 -0000 >Number: 189893 >Category: ports >Synopsis: STAGE security/clamassassin [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 17 18:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Corey Halpin >Release: FreeBSD 9.2-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD spiff.home.crhalpin.org 9.2-RELEASE-p4 FreeBSD 9.2-RELEASE-p4 #0: Tue Apr 8 18:05:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update security/clamassassin with staging support, improve portlint compliance. >How-To-Repeat: NA >Fix: --- clamassassin_stage.patch begins here --- diff -ruN clamassassin.orig/Makefile clamassassin/Makefile --- clamassassin.orig/Makefile 2014-05-16 20:06:31.104281455 -0500 +++ clamassassin/Makefile 2014-05-17 10:48:11.319803918 -0500 @@ -10,6 +10,8 @@ MAINTAINER= chalpin@cs.wisc.edu COMMENT= Simple virus filter wrapper for ClamAV +LICENSE= BSD3CLAUSE + BUILD_DEPENDS= sigtool:${PORTSDIR}/security/clamav \ formail:${PORTSDIR}/mail/procmail RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,13 +19,15 @@ PLIST_FILES= bin/clamassassin GNU_CONFIGURE= yes +# Woky configure script doesn't actually respect prefix +# Instead, it looks for 'bindir'... so set that. +CONFIGURE_ARGS= --bindir=${STAGEDIR}${PREFIX}/bin OPTIONS_DEFINE= CLAMDSCAN SUBREWRITE OPTIONS_DEFAULT= CLAMDSCAN CLAMDSCAN_DESC= Scanning using clamd SUBREWRITE_DESC= Mail subject rewriting -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCLAMDSCAN} --- clamassassin_stage.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: