[New port] audio/pianod2: A free, multi-source, network-controlled music player daemon
Details
Tested with poudriere for 11.2 and 12.0
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 22290 Build 21482: arc lint + arc unit
Event Timeline
audio/pianod2/Makefile | ||
---|---|---|
15 | USES=pkgconfig | |
35 | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. | |
38 | This is already in the default value and is not needed. | |
51 | Why +=? |
audio/pianod2: port fixes
- Add pkgconfig to USES
- Fix typo
- Fix assignment to make arguments
audio/pianod2/Makefile | ||
---|---|---|
35 | It should go in the Standard bsd.port.mk Variables section. |
Please help me understand this ;-) Here is Chapter 15 of the handbook:
Chapter 15. Order of Variables in Port Makefiles
Table of Contents
15.1. PORTNAME Block
15.2. PATCHFILES Block
15.3. MAINTAINER Block
15.4. LICENSE Block
15.5. Generic BROKEN/IGNORE/DEPRECATED Messages
15.6. The Dependencies Block
15.7. Flavors
15.8. USES and USE_x
15.9. Standard bsd.port.mk Variables
15.10. Options and Helpers
15.11. The Rest of the Variables
15.12. The Targets
I assume the ordering is sequential here. 15.8 comes before 15.9. 15.8 is the USES and USE_* variables. 15.9 is the standard bsd.port.mk variables. GNU_CONFIGURE is in the bsd.port.mk file, so I consider that a "standard bsd.port.mk" variable. What am I missing/misunderstanding here?
Well, thie thing is, you have to actually read the sections, looking at the titles is not enough, they are not long. For example, USES and USE_x says:
Start this section with defining USES, and then possible USE_x.
Keep related variables close together. For example, if using USE_GITHUB, always put the GH_* variables right after it.
The second line means that any variable related to USES or USE have to get in this section.
Do you get where I am going with this?
The only example given is for github, and yes, I did read it ;-) What exactly would GNU_CONFIGURE fall under? There isn't a USE_GNU or any other such variable. I *still* don't know where this is supposed to go. Maybe the handbook should be more clear. How about passing on the knowledge that I am missing? I really don't know where this is supposed to go and the handbook does not make it clear at all.
Yes, there is one example, from it, you can infer that the SHEBANG_FILES and ksh_CMD are related to USES=shebangfix. and should go in the USES/USE_* section.
I have no idea where GNU_CONFIGURE goes. I've asked for it to be pointed out to where it goes. Since I can't get any help on where to put it, I'm just going to close this.
Sooooooooo. Is anybody going to help me fix this or approve this? ;-) I am still waiting.