From owner-freebsd-ports@FreeBSD.ORG Tue Apr 1 19:27:38 2014 Return-Path: Delivered-To: ports@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 ESMTPS id A507CA5E; Tue, 1 Apr 2014 19:27:38 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 522EEFE0; Tue, 1 Apr 2014 19:27:38 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 4413F56A0B; Tue, 1 Apr 2014 15:27:25 -0400 (EDT) Message-ID: <533B131D.1080207@intertainservices.com> Date: Tue, 01 Apr 2014 15:27:25 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: ale@FreeBSD.org Subject: FreeBSD Port: www/tomcat-native Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 4413F56A0B.ADA38 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: "ports@freebsd.org Ports" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 19:27:38 -0000 Hello, It looks like the recent update of apr has broken this port. However there is a simple fix. LIB_DEPENDS= libapr-1.so.4:${PORTSDIR}/devel/apr1 needs to be changed to LIB_DEPENDS= libapr-1.so.5:${PORTSDIR}/devel/apr1 Or perhaps its better not to specify the exact library version. Thanks.