Skip to content

Commit bc4a687

Browse files
committed
WIP: FreeBSD release notes
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent d725265 commit bc4a687

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

contrib/release.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,20 @@ Publish
4949
```
5050
cargo publish -p framework_lib
5151
cargo publish -p framework_tool
52+
53+
## FreeBSD
54+
55+
```
56+
> sudo chown -R zoid /var/db/ports
57+
> make -V BUILD_DEPENDS
58+
> cd sysutils/framework-system
59+
> make clean
60+
> make BATCH=yes build
61+
62+
# Checking if everything is ok
63+
> make package
64+
65+
> make stage-qa
66+
67+
> make check-plist
5268
```

0 commit comments

Comments
 (0)