Bug 191765 - make of www/apache-forrest complain about 'Unknown modifier @'
Summary: make of www/apache-forrest complain about 'Unknown modifier @'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 11:28 UTC by Dan Lukes
Modified: 2014-07-11 23:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lukes 2014-07-09 11:28:38 UTC
Makefile of the port contain following line

IGNORE_FILES:=		${IGNORE_FILES:@f@-and ! -name ${f}@}

	it cause the make will complain "Unknown modifier '@'"

How-To-Repeat:
run make

Fix:
Unfortunately, I'm not sure what's the intention of the line
in question, so no advice how to fix it. Sorry

	If it work on 10-R then it may be a new modifier I'm not fammiliar 
with (nor the 9-R and 8-R make)
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-11 07:57:21 UTC
over to maintainer
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-07-11 23:16:39 UTC
A commit references this bug:

Author: nivit
Date: Fri Jul 11 23:16:21 UTC 2014
New revision: 361592
URL: http://svnweb.freebsd.org/changeset/ports/361592

Log:
  - Fix build on 8.X and 9.X, where make(1) does not support
    the @ modifier

  PR:	191765
  Submitted by:	Dan Lukes <dan@obluda.cz>

Changes:
  head/www/apache-forrest/Makefile
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2014-07-11 23:20:01 UTC
Thank you for your PR.