From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 29 14:00:00 2013 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 ESMTP id AEB009A9 for ; Thu, 29 Aug 2013 14:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74D222956 for ; Thu, 29 Aug 2013 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7TE00OH034258 for ; Thu, 29 Aug 2013 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7TE00DN034257; Thu, 29 Aug 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 29 Aug 2013 14:00:00 GMT Resent-Message-Id: <201308291400.r7TE00DN034257@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, David Demelier 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 ESMTP id E24038D5 for ; Thu, 29 Aug 2013 13:57:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF7FA2934 for ; Thu, 29 Aug 2013 13:57:09 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7TDv9Pm048212 for ; Thu, 29 Aug 2013 13:57:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7TDv9hU048211; Thu, 29 Aug 2013 13:57:09 GMT (envelope-from nobody) Message-Id: <201308291357.r7TDv9hU048211@oldred.freebsd.org> Date: Thu, 29 Aug 2013 13:57:09 GMT From: David Demelier To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181652: [patch] mail/ssmtp: missing options (typo) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 14:00:00 -0000 >Number: 181652 >Category: ports >Synopsis: [patch] mail/ssmtp: missing options (typo) >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: Thu Aug 29 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: 9.2-RC1 >Organization: >Environment: FreeBSD Pomme.malikania.fr 9.2-RC1 FreeBSD 9.2-RC1 #2 r254276: Tue Aug 13 13:12:12 CEST 2013 root@Pomme.malikania.fr:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There are twice OPTIONs_DEFINE which remove the first variable. >How-To-Repeat: Can't set IPV6 nor LOGFILE >Fix: --- ssmtp.diff begins here --- --- Makefile.orig 2013-08-29 15:54:06.112827586 +0200 +++ Makefile 2013-08-29 15:54:19.472735060 +0200 @@ -32,7 +32,6 @@ MAN5= ssmtp.conf.5 OPTIONS_DEFINE= LOGFILE IPV6 USERPREFS XORIGIP -OPTIONS_DEFINE= USERPREFS XORIGIP LOGFILE_DESC= log file USERPREFS_DESC= user defined revaliases XORIGIP_DESC= Add X-Originating-IP header --- ssmtp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: