all repos — ports @ main

collection of ports for openbsd

README.md (view raw)

 1# openbsd ports collection
 2
 3here are personal and work-in-progress ports for openbsd.
 4note that they could be untested or broken, use on your own risk.
 5
 6## usage
 7
 8make sure to check out the ports tree from openbsd.
 9
10[openbsd faq page on ports](https://www.openbsd.org/faq/ports/ports.html#PortsFetch)
11
12then, clone this repo to some directory and then copy everything from there
13to `/usr/ports/mystuff/`.
14
15after that you can build ports as usual
16(e.g. `cd /usr/ports/mystuff/<category>/<port> && make && make install`).
17
18**NOTE**: ports from this repo create additional unprivileged users.
19users needed for ports need to be specified in `/usr/ports/infrastructure/db/user.list`.
20users for this repo are not approved by openbsd team (yet),
21so they won't be there, you'll have to add them yourself.
22
23here's a list of current users:
24
25``` user.list
261100 _forgejo			_forgejo		www/forgejo
271101 _gatus			_gatus			www/gatus
281102 _inks			_inks			www/inks
291103 _alfis			_alfis			net/alfis
301104 _matterbridge		_matterbridge	net/matterbridge
311105 _owncast			_owncast		www/owncast
32```
33
34i choose to use uids and gids higher than 1000
35so that they won't collide with other ports.
36
37## contact
38
39`aaoth at aaoth dot xyz`