From owner-freebsd-ports@FreeBSD.ORG Sun Jul 7 17:23:47 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6C8DE45C for ; Sun, 7 Jul 2013 17:23:47 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id 4CF651CD7 for ; Sun, 7 Jul 2013 17:23:47 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id lf11so3622814pab.24 for ; Sun, 07 Jul 2013 10:23:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9HkpWrfzcM4p/heZWqJ1y+NX9jH5ody0XrSF3sjaULw=; b=kvFK7SPxFIZHClVtgMYMva1BBIvadSyfXD7Hf24+O5YJzV1SpGXVmiDsDHevB0eeCX IKzZdPPP6Ji+CESA6UOzZ/kWbDLV2DXl/BadQZ4xgaC+CY4rzO8oPiFEy9POBD0FncHz RxYP/B19K8D6Qv2YhtRdIxDL8iTFs10M5rFqqr6kRPA/g4SkD65MYQx/5AwEYU7GpqLq XzoSvEjj7bpafvKL6SoGhJgtTBR/2ROG4gVTrhKck2O3YhXBU49vP6LlIeTBYgRpyhRN fpbJKLLnNbyF3dvw8U3kweZMwY64YL4vabVnVbFhsmGsRDEbvMrSOaza6uh/tBmPHusW 0aqg== MIME-Version: 1.0 X-Received: by 10.66.189.225 with SMTP id gl1mr19688026pac.22.1373217826941; Sun, 07 Jul 2013 10:23:46 -0700 (PDT) Received: by 10.68.80.231 with HTTP; Sun, 7 Jul 2013 10:23:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 7 Jul 2013 13:23:46 -0400 Message-ID: Subject: Fwd: help with making a port From: Aryeh Friedman To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2013 17:23:47 -0000 ---------- Forwarded message ---------- From: Aryeh Friedman Date: Sun, Jul 7, 2013 at 1:12 PM Subject: help with making a port To: FreeBSD Ports ML I am attempting to put together a port for a new program and I am getting a very odd error message (i.e. it says the port conflicts with itself!?!?!?!): pkg-static: foo-0.1 conflicts with foo-0.1 (installs files into the same place). Problematic file: /usr/local/share/foo/foo.jar What causes this and how do I fix the make file?