Bug 131668 - devel/swig13: swig-1.3.37 misdetects plt-scheme-4.1.4_1 and that breaks its build
Summary: devel/swig13: swig-1.3.37 misdetects plt-scheme-4.1.4_1 and that breaks its b...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-14 10:00 UTC by Václav Haisman
Modified: 2009-02-14 13:30 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 Václav Haisman 2009-02-14 10:00:06 UTC
When I try to install devel/swig13 port after I have already installed lang/plt-scheme-4.1.4_1 port the Swig compilation breaks with the following error:

"Makefile", line 191: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

The problem is in Swig sources, in Source/Makefile:

190: MZDYNOBJ = /usr/local/bin/mzscheme: bad switch: --mute-banner
191: Use the --help or -h flag for help.

Apparently, the mzscheme executable does not support the --mute-banner flag anymore which results into two line error messages which is substituted into the Makefile.in verbatim, including the new-line character which results into bad line 191.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-02-14 11:47:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Fix synopsis and assign.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2009-02-14 13:29:44 UTC
State Changed
From-To: open->closed

Fix committed. Please update your ports. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-14 13:29:44 UTC
rafan       2009-02-14 13:29:29 UTC

  FreeBSD ports repository

  Modified files:
    devel/swig13         Makefile distinfo 
  Log:
  - Fix build when plt-scheme is installed
  
  PR:             ports/131668
  Reported by:    Vaclav Haisman <v.haisman at sh.cvut.cz>
  
  Revision  Changes    Path
  1.86      +3 -2      ports/devel/swig13/Makefile
  1.36      +3 -3      ports/devel/swig13/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"