-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
48 lines (41 loc) · 1.42 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Just a few keywords to remind the things.
Development:
uncomment DEVELOPER=yes in /etc/make.conf
make makesum (after make fetch)
make makeplist
make maintainer
make makepatch
Checking/testing:
portlint
portlint -A
ports-mgmt/portfmt: portfmt, portclippy, portedit
make stage (implies stage-qa)
make check-plist
make check-orphans
make package
make install
make deinstall
pkg add <package-name>
make package (as user)
Preparing patch:
cd git-extras
git diff --staged > ../a.diff
cd ..
svn co svn://svn.freebsd.org/ports/head/devel/git-extras git-extras.orig
cd git-extras.orig
svn st
patch -p3 -i ../a.diff
svn st
svn diff | less
svn diff > ../`make -VPKGNAME`.diff
References:
- https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html
- https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html
- "Introduction to FreeBSD Ports - 25 years and counting" - Ben Woods (LCA 2020)
https://www.youtube.com/watch?v=zj_GXPHLyGw
My bugs.freebsd.org activity:
https://bugs.freebsd.org/bugzilla/buglist.cgi?field0-0-0=commenter&no_redirect=1&order=changeddate%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&query_format=advanced&type0-0-0=substring&value0-0-0=igoro
My GitHub PR activity:
https://github.com/freebsd/freebsd-src/pulls?q=is%3Apr+author%3Aihoro+
My reviews.freebsd.org activity:
https://reviews.freebsd.org/search/query/_ViVxs0x566D/