From owner-freebsd-gnome@FreeBSD.ORG Fri May 27 23:30:20 2011 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28740106564A for ; Fri, 27 May 2011 23:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 196818FC08 for ; Fri, 27 May 2011 23:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4RNUJW7068739 for ; Fri, 27 May 2011 23:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4RNUJgW068731; Fri, 27 May 2011 23:30:19 GMT (envelope-from gnats) Date: Fri, 27 May 2011 23:30:19 GMT Message-Id: <201105272330.p4RNUJgW068731@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/157288: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 23:30:20 -0000 The following reply was made to PR ports/157288; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/157288: commit references a PR Date: Fri, 27 May 2011 23:29:16 +0000 (UTC) mandree 2011-05-27 23:28:59 UTC FreeBSD ports repository Modified files: www/webkit-gtk2 Makefile Log: Fix build with Perl >= 5.14. Perl 5.14 has deprecated Switch.pm, as announced since Perl 5.10.1. The webkit build script requires Switch though, so add it to BUILD_DEPENDS on newer Perl versions. Submitted by: Christoph Moench-Tegeder (including patch) [1] Approved by: Jeremy Messenger (mezz@) in http://lists.freebsd.org/pipermail/freebsd-gnome/2011-May/026025.html PR: ports/157236 [1] PR: ports/157275 (duplicate by Hardy Schumacher) PR: ports/157288 (copy of 157236) Revision Changes Path 1.39 +4 -0 ports/www/webkit-gtk2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"