help with making a port

Aryeh Friedman aryeh.friedman at gmail.com
Sun Jul 7 17:42:09 UTC 2013


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 at foo.org
COMMENT= A foobar platform

.include <bsd.port.mk>



On Sun, Jul 7, 2013 at 1:36 PM, Jason Helfman <jgh at freebsd.org> wrote:
> On Sun, Jul 7, 2013 at 10:12 AM, Aryeh Friedman <aryeh.friedman at 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 at FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve


More information about the freebsd-ports mailing list