From owner-svn-ports-all@freebsd.org Sun Feb 4 23:20:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 847DFEDAB04 for ; Sun, 4 Feb 2018 23:20:19 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (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 17AE576DF8 for ; Sun, 4 Feb 2018 23:20:19 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: by mail-vk0-x230.google.com with SMTP id g186so16651972vkd.8 for ; Sun, 04 Feb 2018 15:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tetlows.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=aWb9AgfC4NAsPmZ11i+0k1YtWuBvNg3piWvUjBmEPEw=; b=UabDoVzemmQaVaA2gh+Ki4LIH7ru45VdXrIyJts1pGy5YyvS+5EFSpKBmS/PE3V/51 oAotdzMsbfmzc/GinQ+Xd88Z0hQ5w2DTWkwWPcbhsNoOocmLmeTuEWwVw6zSNDW+qqHY E4hP+ins637AZTU4XPLjsT5+pjFTRXDG3yk8E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aWb9AgfC4NAsPmZ11i+0k1YtWuBvNg3piWvUjBmEPEw=; b=X6Tr1+x69tGfkyQF0HZAVV6MxdsjfUwZhb0aj2jYx8nUrW7z6pVuUYebFqyht7cNWv lzaO7xLJME6SB5NrABtOPsj5CyOBfJY6E8DsztveaoVSGGW15hOHiiPKFCE8E8ZMT9N+ P4HbifhD7hsRQPhX/wOx5KkO+VVJ+G74d/S+vzVLdSRwcw8UiplkmZhRfhWWYAvqK4K+ Z3Kio4D+lMDG6+ad56uDIZAPKnVO1n/vRySlPnEIRRqDyafT87TsW+nF3tY+FaohayhZ 1IcyY7LSIZQp7YLViv1W8uVCPoicgfjGNX5ucctwtwYb1hmW8/nY6XCqDaznyXgonZ8p chaQ== X-Gm-Message-State: AKwxytco/rkl+NX5klo50uPkxHpBgoEp/5Sx/QZ+2bdymzHIBBY2It5B 09Sl4KvwrEVhqjRHPA7Dlgm7b0NNX3nQim70Z+3E X-Google-Smtp-Source: AH8x226Lm1xPRMlxN5hEIrsa1LXm23OXuGHRu2BYblRQi/1S1FtMSbdiTE6a9CJKmSnRjjbGwZM9PzgBtC4V35wVvsM= X-Received: by 10.31.155.85 with SMTP id d82mr27302013vke.112.1517786418325; Sun, 04 Feb 2018 15:20:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.176.95.137 with HTTP; Sun, 4 Feb 2018 15:20:17 -0800 (PST) In-Reply-To: <201802021907.w12J7LMe042208@repo.freebsd.org> References: <201802021907.w12J7LMe042208@repo.freebsd.org> From: Gordon Tetlow Date: Sun, 4 Feb 2018 15:20:17 -0800 Message-ID: Subject: Re: svn commit: r460727 - in head/devel: p4 p4/files p4api p4api/files To: Alan Somers Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2018 23:20:19 -0000 This unfortunately broke the rest of the Perforce ports due to dependency on p4/Makefile.inc. I'll resurrect the old version and move it to the p4d port. Gordon On Fri, Feb 2, 2018 at 11:07 AM, Alan Somers wrote: > Author: asomers (src committer) > Date: Fri Feb 2 19:07:21 2018 > New Revision: 460727 > URL: https://svnweb.freebsd.org/changeset/ports/460727 > > Log: > devel/p4 devel/p4api: build from source > > Build devel/p4 and devel/p4api from source rather than use the prebuilt > binary downloads. This fixes p4api on FreeBSD 12. The ports originally used > the binaries because source wasn't available until a few years ago. By > happy accident, building from source also makes the ports available on > non-Intel architectures. > > PR: 225613 > Reviewed by: brd > Approved by: brd (ports) > Sponsored by: Spectra Logic Corp > Differential Revision: https://reviews.freebsd.org/D14162 > > Added: > head/devel/p4/distinfo (contents, props changed) > head/devel/p4/files/ > head/devel/p4/files/patch-Jamrules (contents, props changed) > head/devel/p4api/distinfo (contents, props changed) > head/devel/p4api/files/ > head/devel/p4api/files/patch-Jamrules (contents, props changed) > Deleted: > head/devel/p4/distinfo.freebsd100x86 > head/devel/p4/distinfo.freebsd100x86_64 > head/devel/p4api/distinfo.freebsd100x86 > head/devel/p4api/distinfo.freebsd100x86_64 > Modified: > head/devel/p4/Makefile > head/devel/p4/Makefile.inc > head/devel/p4api/Makefile