[Bug 223499] [change request] Add wip to VALID_GATEGORIES for work-in-progress ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 9 06:04:14 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223499

--- Comment #3 from Jason Bacon <bacon4000 at gmail.com> ---
I was unaware of bsd.local.mk, so thanks for pointing this out.

We can also accomplish our goal with the following two changes:

/etc/make.conf:

USE_LOCAL_MK=yes

${PORTSDIR}/mk/bsd.local.mk:

VALID_CATEGORIES+=wip

In theory, these should be one-time modifications, which is better than having
to patch after every portsnap update.

I was hoping the wip category could be fully embraced as it is in the pkgsrc
project, though.  I think having a common location for unfinished ports would
facilitate more collaboration on new ports development and eliminate some of
the duplicated effort caused by the currently fragmented or unpublished
work-in-progress collections.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list