From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 23 07:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 07AF5BC7 for ; Fri, 23 May 2014 07: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 D6BA02A47 for ; Fri, 23 May 2014 07:10:00 +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 s4N7A0f3090559 for ; Fri, 23 May 2014 07: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 s4N7A0DP090556; Fri, 23 May 2014 07:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 23 May 2014 07:10:00 GMT Resent-Message-Id: <201405230710.s4N7A0DP090556@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, Jamie Landeg-Jones 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 1A972B42 for ; Fri, 23 May 2014 07:01:24 +0000 (UTC) Received: from pacha.mail.dyslexicfish.net (space.mail.dyslexicfish.net [91.109.5.35]) (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 925882A15 for ; Fri, 23 May 2014 07:01:22 +0000 (UTC) Received: from catnip.dyslexicfish.net (space.mail.dyslexicfish.net [91.109.5.35]) by pacha.mail.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id s4N6hWJN087976 for ; Fri, 23 May 2014 07:43:33 +0100 (BST) (envelope-from jamie@catnip.dyslexicfish.net) Received: (from jamie@localhost) by catnip.dyslexicfish.net (8.14.5/8.14.5/Submit) id s4N6hWbJ087975; Fri, 23 May 2014 07:43:32 +0100 (BST) (envelope-from jamie) Message-Id: <201405230643.s4N6hWbJ087975@catnip.dyslexicfish.net> Date: Fri, 23 May 2014 07:43:32 +0100 (BST) From: Jamie Landeg-Jones Reply-To: Jamie Landeg-Jones To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/190134: port update: mail/heirloom-mailx - add option to use sendmail from ports, and take ownership 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: Fri, 23 May 2014 07:10:01 -0000 >Number: 190134 >Category: ports >Synopsis: port update: mail/heirloom-mailx - add option to use sendmail from ports, and take ownership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 23 07:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jamie Landeg-Jones >Release: FreeBSD 10.0-STABLE amd64 >Organization: >Environment: System: FreeBSD catnip.dyslexicfish.net 10.0-STABLE FreeBSD 10.0-STABLE #0: Sat May 10 20:24:29 BST 2014 root@catflap.dyslexicfish.net:/usr/obj/usr/src/sys/CATFLAP amd64 >Description: 1) mail/heirloom-mailx - add option to use sendmail from ports instead of base. 2) Take ownership of port. >How-To-Repeat: >Fix: apply patch within dir: $PORTSDIR/mail/heirloom-mailx --- patch-Makefile begins here --- --- Makefile.orig 2013-09-20 20:59:12.000000000 +0100 +++ Makefile 2014-05-23 07:28:55.000000000 +0100 @@ -3,15 +3,16 @@ PORTNAME= mailx PORTVERSION= 12.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= heirloom- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jamie@dyslexicfish.net COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions -OPTIONS_DEFINE= IPV6 DOCS +OPTIONS_DEFINE= IPV6 DOCS SENDMAIL_PORT +SENDMAIL_PORT_DESC= Use sendmail from ports instead of base CONFLICTS= mailx-[0-9]* @@ -21,7 +22,6 @@ USE_OPENSSL= yes MAKE_ARGS= PREFIX="${PREFIX}" \ SYSCONFDIR="${PREFIX}/etc" \ - SENDMAIL="/usr/sbin/sendmail" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" @@ -43,6 +43,13 @@ MAKE_ARGS+= IPv6="-DHAVE_IPv6_FUNCS" .endif +.if ${PORT_OPTIONS:MSENDMAIL_PORT} +MAKE_ARGS+= SENDMAIL="${LOCALBASE}/sbin/sendmail" +RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail +.else +MAKE_ARGS+= SENDMAIL="/usr/sbin/sendmail" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 --- patch-Makefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: