From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 07:31:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8EA9D91 for ; Fri, 6 Jun 2014 07:31:12 +0000 (UTC) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 518802F91 for ; Fri, 6 Jun 2014 07:31:11 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id p9so1253595lbv.39 for ; Fri, 06 Jun 2014 00:31:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=/11bX3KF3ZX2PiXqjIms8ksEc9TMQiXG487k/G7UtXc=; b=NSDhaJpO+tWDLi8ufIlKbCljWQOVEowF+jNkgIDCbvP3+iOJazFzFTU3d76A1WHI/v 8ey6HCb/jGRmVH6MlgpUEefRWy7jE8QYEGqhpIYgB+S1AorXFtIgw+OlE013boF1KpA+ ThPkRLtiRXyOjnWuHEBvcE0/7OF1BgM1oNBomak5xsRVRzHtvSl/L+P5bg3ODi0kZan9 KbVu+cD5+JbRQ9SvuyUezP2FLpIXo4SQ6pyLPKowuilyNGuva5onamHUC1Ub/wIRrJ4L wQEf2I7MCJv0Z0BQ/M7Onj9OSK+0brdamZNozMpmBUlXXEn5RNdhxIcH/qeXosnUlnXE OFuw== X-Gm-Message-State: ALoCoQk/76/A1oiJuOv7Oz/1LgkGFa222pQjbDLj/4sWEAfBBzysX/g6n039CQnDiIY3N/7FbYU1 MIME-Version: 1.0 X-Received: by 10.112.219.73 with SMTP id pm9mr2194741lbc.48.1402039864088; Fri, 06 Jun 2014 00:31:04 -0700 (PDT) Received: by 10.112.208.101 with HTTP; Fri, 6 Jun 2014 00:31:04 -0700 (PDT) X-Originating-IP: [121.98.161.40] Date: Fri, 6 Jun 2014 19:31:04 +1200 Message-ID: Subject: Eclipse, git and source bundles From: Jonathan Chen To: freebsd-ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 07:31:12 -0000 Hi, There's an outstanding PR which brings Eclipse up to 4.3.2: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188659 Unfortunately, this has been rejected as it clones a git-repo in order to run a build. I've had a look around the 'Net, and I can't seem to find a source download for the Eclipse 4.3.2. The older bundles can be found at: http://download.eclipse.org/technology/linuxtools/eclipse-build/ ; but this appears for have been discontinued for later versions. What should be the course of action if the upstream does not provide a source-bundle and expects a developer to check out the version from git in order to build a proejct? Cheers -- Jonathan Chen