From owner-freebsd-ports@FreeBSD.ORG Sun Nov 9 22:44:55 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE9D2F12 for ; Sun, 9 Nov 2014 22:44:55 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D9BAD93 for ; Sun, 9 Nov 2014 22:44:55 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id s18so6888545lam.13 for ; Sun, 09 Nov 2014 14:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1jqj7d8OdQSBQp4Cm/8n2YdFQxwMj7yDN5K+jZ0a7yA=; b=Zpfnb9aOxgU+DULvAwfJ3aQXteOJ4OaCHKry1e36YKEUj3SKbP4TpijAXuTUtc7+6i NKn7bImd1AN/ZZeczpc3xKxwxoRRniU1cIldXSD4CyENTUQEwjJXuVv28qigAHgd1V7x op1xtWcy6ChHGVOxnGGC7TcCi7wdpoiYVW4dNCfTmRgFr6gX6YGe6WuiwL70EcXStJ2j dHcUOv62R/a6JTGEGbC/YkRb4O3DO8smNlP73YrjFEr7Kyw5uJhsktcrAKwz88UENjXM WBIR2aY20hKW/bkeKaIofu5YdGZwkIVqHv1jK28PShp/dJPLDg9zQpxonnQHHiITfeHe H05g== MIME-Version: 1.0 X-Received: by 10.152.5.6 with SMTP id o6mr4776909lao.8.1415573093358; Sun, 09 Nov 2014 14:44:53 -0800 (PST) Received: by 10.25.217.73 with HTTP; Sun, 9 Nov 2014 14:44:53 -0800 (PST) In-Reply-To: References: Date: Sun, 9 Nov 2014 23:44:53 +0100 Message-ID: Subject: Re: mail-notification only allows Gmail mailboxes? From: Torfinn Ingolfsen To: Jonathan Chen , FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 22:44:55 -0000 On Sat, Nov 8, 2014 at 8:37 PM, Jonathan Chen wrote: > On 9 November 2014 08:29, Henry Hu wrote: > [...] >> >> This is the problem. Apply this patch: >> >> Index: Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- Makefile (=E7=89=88=E6=9C=AC 372086) >> +++ Makefile (=E5=B7=A5=E4=BD=9C=E5=89=AF=E6=9C=AC) >> @@ -92,7 +92,7 @@ >> || ${PORT_OPTIONS:MIMAP} \ >> || ${PORT_OPTIONS:MMOZILLA} \ >> || ${PORT_OPTIONS:MSYLPHEED} >> -LIB_DEPENDS+=3D libgmime-2.6.so:${PORTSDIR}/mail/gmime26 >> +LIB_DEPENDS+=3D libgmime-2.0.so:${PORTSDIR}/mail/gmime2 >> .endif >> .if ! ${PORT_OPTIONS:MSSL} >> JB_CONF_ARGS+=3D ssl=3Dno >> >> and it should work. >> This port does depend on gmime-2.0. To make it depend on gmime-2.6, extr= a >> patches are needed. > > Ah. I see. On my system, I've also got gmime-2.0 installed; that's why > it builds/works fine here. If it works for you Torfinn, I'll submit a > PR for this. > It works - thanks, both of you. BTW, (general question, not specific to this port) shouldn't all ports go through a step of "clean room" building as part of validating a new version? Tinderbox / Redports or what it is called these days? --=20 Regards, Torfinn Ingolfsen