From owner-freebsd-ports@FreeBSD.ORG Sun Jul 7 17:27:37 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 534C96D7 for ; Sun, 7 Jul 2013 17:27:37 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) by mx1.freebsd.org (Postfix) with ESMTP id 33DB61CFE for ; Sun, 7 Jul 2013 17:27:37 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id t12so3312499pdi.7 for ; Sun, 07 Jul 2013 10:27:37 -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=+SBRQ+rKXIKU6PViPyfm/WP2NbE6V0FTF2Gz8TNPd5s=; b=0xTp+cChhR86gmdpFTM9u9LE6piAkcfOFLg+U7xrw+TRhnx34CHe7+Zxki4V1EPfbu U1QlHdwkziZXEkpl0NljfUkfxT3GKZtKT1rqEtMqYHhAbsWQCWFAMnlsFa1uuiogKyEE wws3jz/xSUADK4aQjch8kjbFyONEKyqv83POs2iAkN94MzDWePWN11th6WuMxrEhokJr 3kFF7dooTi29U5EY/xlXsZbfF59HVuyOWEY6Ra3nlBSKaU4MuErdIU42JXg0k4Avyq6N EGAw4+orz7UfA0oQ2TqqmO10v+LVT0d5m/Wx5lk2fmCF5OVyJNeuIkfyakOvi2jwiyrm fs9g== MIME-Version: 1.0 X-Received: by 10.66.216.164 with SMTP id or4mr19265943pac.95.1373218056992; Sun, 07 Jul 2013 10:27:36 -0700 (PDT) Received: by 10.68.80.231 with HTTP; Sun, 7 Jul 2013 10:27:36 -0700 (PDT) In-Reply-To: References: Date: Sun, 7 Jul 2013 13:27:36 -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:27:37 -0000 GMail is being weird this is a 3rd try at reposting ---------- 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?