[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS: cvs.openbsd.org: ports



Hello!

[older mail]

According to Warner Losh:
> In message <[email protected]> Niklas Hallqvist writes:
> : To people with commit access: committing to ports won't work, it's a
> : sup mirror where files will get overwritten.  Instead discuss changes
> : on ports@ and when good, mail to imp@ with explanations for
> : consideration of including into FreeBSD.

> This particular patch was committed to the FreeBSD tree last night.

> I do think that there will come a time when OpenBSD needs to have its
> own ports tree.  95% of this tree could be a mirror of the FreeBSD,
> but there are some interesting issues that need to be resolved that
> haven't been (like the libcrypt issues).

How about suggesting a make variable HAS_LIBCRYPT to the FreeBSD people?
We could set it in <bsd.own.mk> or something like this (to a value
meaning "we don't have it and we don't need it either), and FreeBSD could
do similar.

Another way were patching the third party program's Makefile accordingly.
We should introduce a patches-${OPSYS} directory having precedence before
the patches directory of a port. Thus we could maintain our special patches
for ports which need them while continuing to use the FreeBSD ports where
they work out of the box. I see now that this is already implemented in
<bsd.port.mk>, so we could just USE that.

> Warner

Regards, Felix.