From owner-freebsd-ports@freebsd.org Fri Feb 26 14:05:51 2016 Return-Path: Delivered-To: freebsd-ports@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 72D3CAB51BB for ; Fri, 26 Feb 2016 14:05:51 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 37CA1979 for ; Fri, 26 Feb 2016 14:05:50 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3qBXnm1rkrzb29; Fri, 26 Feb 2016 15:05:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1456495546; x=1458309947; bh=x4qmqc8rvX1FTxIcNhqmxBYsvTjKX7LwkqX gxlC+aDk=; b=GFEMY+5DDjt0F93d0ijtaJ2ZzsWTJalG3y54eNAz3rXA9Dl+Z7p w7b6sm1Fzwaj0EHk3Z9yM1m2Jwe6XpLfobCm/Pkw86TaCc9NpfUAVoCBv985UAWa yElKPTITmWnhmywg2IBMfumlhNaktiAT9jf+tV8RVkDE8uzCEL0pJaeI= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id FAaTeh6QAXHG; Fri, 26 Feb 2016 15:05:46 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Fri, 26 Feb 2016 15:05:46 +0100 (CET) Subject: Re: mail/postfix and mail/postfix-current need upgrading To: Mark Martinec , freebsd-ports@freebsd.org References: <3f2105db035fe8b639905002c7524b45@mailbox.ijs.si> <56D052A0.9040106@madpilot.net> <2b1da5bcf11dabb5d76d42e7e7f18e47@mailbox.ijs.si> From: Guido Falsi Message-ID: <56D05BB9.1070900@madpilot.net> Date: Fri, 26 Feb 2016 15:05:45 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <2b1da5bcf11dabb5d76d42e7e7f18e47@mailbox.ijs.si> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 14:05:51 -0000 On 02/26/16 14:51, Mark Martinec wrote: > On 2016-02-26 14:26, Guido Falsi wrote: >> On 02/26/16 14:16, Mark Martinec wrote: >>> In ports we have: >>> mail/postfix-current 2.11.7 >>> mail/postfix 2.8.0 >> >> Your information is outdated: >> >>> grep PORTVERSION /usr/ports/mail/postfix/Makefile >> PORTVERSION= 2.11.7 >> >> (you can also check http://www.freshports.org/mail/postfix/ ) >> >> Are you upgrading your ports tree regularly? > > Apology, got versions wrong (looked at a wrong location). > > Nevertheless, my original problem remains: > can't have both the mailman and postfix 3.* at the same time: I think the mailman problem is caused by a dependency thing. The mailman port depends on mail/postfix. You could locally modify the port and build your own package as a workaround. You can add an option to the mailman port to depend on postfix-devel. If you'd like thee postfix port to be updated your best bet is sending a patch through bugzilla. -- Guido Falsi