From owner-freebsd-ports@freebsd.org Mon Mar 14 20:57:24 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 94FA0AD1240 for ; Mon, 14 Mar 2016 20:57:24 +0000 (UTC) (envelope-from jim@ohlste.in) Received: from mail-qg0-x244.google.com (mail-qg0-x244.google.com [IPv6:2607:f8b0:400d:c04::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5AAA662B for ; Mon, 14 Mar 2016 20:57:22 +0000 (UTC) (envelope-from jim@ohlste.in) Received: by mail-qg0-x244.google.com with SMTP id p68so13058250qge.2 for ; Mon, 14 Mar 2016 13:57:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ohlste-in.20150623.gappssmtp.com; s=20150623; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=XsTolRJVaNA7p7h68ec9GPOyFJf61kuQyNeNaFnHnlw=; b=wcPRnBWzVnAH4rCkUX4Eqosul5eU77amnz4cDjvxeWTRNDnINNuVyS086WH18LPRPB 50gIReD2vtL0p4PasftTWrv4n3vt0FrMVg2t4OftU5DkrCuwK40oSX8LpT8bW3a/84vi kipzbk35DjiUanq/JFznhg7x+xXuf7ihN+u5lhIBOahB1yQWT97Iy3utcIDFMA4ji94M ljyk6yqrqYQVIB9XhwlhCYwUrRDwW7p5i/f3U50IF2GdRlU+EIrCxJT6BzN5Bvi4SEl2 ZYQ3wewaz2Si4rKyScC0K9M/BXg7gZI+yqqqVb486sv+K/yYja60msi0mftbze0gXB7N pWBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=XsTolRJVaNA7p7h68ec9GPOyFJf61kuQyNeNaFnHnlw=; b=YGB9k4hYso3CELDOoRTKsDI3epxJ+JUVyYWOhPd+27uVwxY31g9lWbNjRqJbhtcll5 5uqw7F852Cpw2fFkMQCqifWT9ii+PWJFIoCcsIBCDEK90XL8UV2hSj+qnzML2WStsXxU UU/iwCGidYWDi4h90NjbzbhvvpPbz1YX1mTbN2PMd2KimYXsOi3a0E+Gf0bUTIiv/gtd ajHgonxMZWyOA/6oXCwGWzeW89u806Mg6b26PeAGOglzHzudoCRDAfjV+oHWYhWY2cOP Bx+5hMRyqvb5bSBEMDn1JyZ37oBPd7yDzPmCeHL0qtqtDZhhJuWeuWIGQwdDIyh++vif DDCg== X-Gm-Message-State: AD7BkJLBQtqAWCrRd9H9PTBr1MzO1cW44G4SdqHLBu85D/+L2DsYaJRt0WXYTOQuq6vXXg== X-Received: by 10.140.44.116 with SMTP id f107mr33661447qga.37.1457989041620; Mon, 14 Mar 2016 13:57:21 -0700 (PDT) Received: from ?IPv6:2001:470:7:71f::2? (ohlstein-2-pt.tunnel.tserv13.ash1.ipv6.he.net. [2001:470:7:71f::2]) by smtp.googlemail.com with ESMTPSA id w75sm11195107qka.49.2016.03.14.13.57.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2016 13:57:20 -0700 (PDT) To: ports FreeBSD , mat@FreeBSD.org, kevlo@FreeBSD.org From: Jim Ohlstein Subject: Owncloud port marked broken with PHP 7.0 and MySQL Message-ID: <56E725AF.3000108@ohlste.in> Date: Mon, 14 Mar 2016 16:57:19 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 20:57:24 -0000 Hello, Not sure of the motivation behind this. Owncloud has supported PHP 7.0 since prior to this release (9.0.0). See https://owncloud.org/blog/php-7-is-here-and-owncloud-is-ready/. Perhaps removing the unnecessary php(Xx)-mysql runtime requirement is what's actually needed, as it actually requires php(Xx)-pdo-mysql. That in itself creates a php-mysql dependency in PHP versions up to 5.6, but not in later versions, such as 7.0. -- Jim Ohlstein "Never argue with a fool, onlookers may not be able to tell the difference." - Mark Twain