| Summary: | audio/jokosher: Bugged makefile. | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Gleb Popov <arrowd> |
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ak |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
A commit references this bug: Author: ak Date: Wed Jul 29 14:34:12 UTC 2015 New revision: 393160 URL: https://svnweb.freebsd.org/changeset/ports/393160 Log: - Fix Makefile in case if PROFILES option is selected PR: 201878 Submitted by: 6yearold@gmail.com Changes: head/audio/jokosher/Makefile |
I've been writing my own Makefile parser for fun and it choked on audio/jokosher Makefile: $ make -C /usr/ports/audio/jokosher config <select PROFILES option> make: "/usr/ports/audio/jokosher/Makefile" line 36: Unassociated shell command "|| ${HAVE_GNOME:Mpygnome2}!=""" make: Fatal errors encountered -- cannot continue Adding \ to the end of line 35 fixes it.