From owner-svn-ports-all@freebsd.org Fri Dec 16 13:50:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D717C838C3; Fri, 16 Dec 2016 13:50:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 69E381CB7; Fri, 16 Dec 2016 13:50:51 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBGDoosH012966; Fri, 16 Dec 2016 13:50:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGDooJw012964; Fri, 16 Dec 2016 13:50:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612161350.uBGDooJw012964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 16 Dec 2016 13:50:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428681 - in head: mail/thunderbird www/seamonkey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 13:50:51 -0000 Author: jbeich Date: Fri Dec 16 13:50:50 2016 New Revision: 428681 URL: https://svnweb.freebsd.org/changeset/ports/428681 Log: Drop unused variable after r428672 Modified: head/mail/thunderbird/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Fri Dec 16 13:48:37 2016 (r428680) +++ head/mail/thunderbird/Makefile Fri Dec 16 13:50:50 2016 (r428681) @@ -64,8 +64,6 @@ OPTIONS_DEFAULT=BUNDLED_CAIRO CANBERRA G WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MOZSRC:= ${WRKSRC}/mozilla -XPI_LIBDIR= ${PREFIX}/lib/xpi - .if ${PORT_OPTIONS:MLIGHTNING} MOZ_OPTIONS+= --enable-calendar .else Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Fri Dec 16 13:48:37 2016 (r428680) +++ head/www/seamonkey/Makefile Fri Dec 16 13:50:50 2016 (r428681) @@ -59,8 +59,6 @@ LDAP_DESC?= LDAP support for Mailnews WRKSRC:= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MOZSRC:= ${WRKSRC}/mozilla -XPI_LIBDIR= ${PREFIX}/lib/xpi - .if ! ${PORT_OPTIONS:MLDAP} MOZ_OPTIONS+= --disable-ldap .else