Bug 201878 - audio/jokosher: Bugged makefile.
Summary: audio/jokosher: Bugged makefile.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-25 20:20 UTC by Gleb Popov
Modified: 2015-07-29 14:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb Popov freebsd_committer freebsd_triage 2015-07-25 20:20:44 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-29 14:34:33 UTC
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