- Add new port net-p2p/awgg
- Use FLAVORS (need portmgr approval)
- Depends of https://reviews.freebsd.org/D14661
Details
- Reviewers
- None
- Commits
- rP476572: - New port: net-p2p/awgg
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
The whole Makefile is badly ordered. Please read Chapter 15. Order of Variables in Port Makefiles.
Does not add FLAVORS, no need for portmgr approval.
Makefile | ||
---|---|---|
13–15 ↗ | (On Diff #46236) | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. |
Makefile | ||
---|---|---|
13–15 ↗ | (On Diff #46236) | I have looked at https://svnweb.freebsd.org/ports/head/databases/qof/Makefile?revision=428152&view=markup (it is a Makefile sample listed at https://www.freebsd.org/doc/en/books/porters-handbook/conflicts.html) and I saw that CONFLICTS is defined after of LICENSE or is it different with flavor_CONFLICTS? or Do I must define them before of LAZARUS_ARGS? |
Makefile | ||
---|---|---|
13–15 ↗ | (On Diff #46236) | databases/qof is almost all wrong in where things should be. The only bit that was of interest was the globing used in the CONFLICTS line. Please follow the link I gave you. |
Makefile | ||
---|---|---|
40–42 ↗ | (On Diff #46352) | Wrong place in the Makefile, flavors helpers. See Chapter 15. Order of Variables in Port Makefiles. |