Date: Sun, 7 Jul 2013 13:42:08 -0400 From: Aryeh Friedman <aryeh.friedman@gmail.com> To: Jason Helfman <jgh@freebsd.org>, FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: help with making a port Message-ID: <CAGBxaX=g12un73YAJU-v3AFyMWoGWbA5RJh8d9L_oCEB2GuEiQ@mail.gmail.com> In-Reply-To: <CAMuy=%2BiOVnK4ysfV%2BJUKhC5JSC8Vfg69tcQ-cpJtNzbVfTZ=Hw@mail.gmail.com> References: <CAGBxaX=ADvMCtLy2CQcNZE6%2Bz-oUrFQpexQRSw24QdC4Lt2vzg@mail.gmail.com> <CAMuy=%2BiOVnK4ysfV%2BJUKhC5JSC8Vfg69tcQ-cpJtNzbVfTZ=Hw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
It uses a non-standard build system (devel/cook) but here is the Makefile for the port itself (not the program). Also note for legal reasons (we are still in the process of getting a trademark on the name) I have changed the actual port name, category and comment [the real values are known to one of the 10-CURRENT developers we are working with though]. Also note I have not added any of the depends stuff yet: # $FreeBSD$ PORTNAME= foo PORTVERSION= 0.1 CATEGORIES= bar MASTER_SITES= ftp://foo.org/foo/ MAINTAINER= support@foo.org COMMENT= A foobar platform .include <bsd.port.mk> On Sun, Jul 7, 2013 at 1:36 PM, Jason Helfman <jgh@freebsd.org> wrote: > On Sun, Jul 7, 2013 at 10:12 AM, Aryeh Friedman <aryeh.friedman@gmail.com> > wrote: >> >> 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? > > > Posting your port code can only help in assisting. > > Thanks. > > -jgh > > -- > Jason Helfman | FreeBSD Committer > jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGBxaX=g12un73YAJU-v3AFyMWoGWbA5RJh8d9L_oCEB2GuEiQ>