Bug 117783

Summary: lang/clisp: fix build on FreeBSD 7
Product: Ports & Packages Reporter: NIIMI Satoshi <sa2c>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
clisp.diff none

Description NIIMI Satoshi 2007-11-03 08:00:04 UTC
Although the port is marked as broken only on pointyhat as:
| coredumps when building on pointyhat with FreeBSD 7.x
it still dumps core on my environment.

The problem is caused by GCC 4.2 and can be fixed to use older version
of GCC.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-03 08:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-30 21:23:16 UTC
alepulver    2007-11-30 21:23:11 UTC

  FreeBSD ports repository

  Modified files:
    lang/clisp           Makefile 
  Log:
  - Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reason
    and a proper fix will be evaluated later, together with the 2.42 update).
  
  PR:             ports/117783
  Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
  Approved by:    portmgr (linimon)
  
  Revision  Changes    Path
  1.49      +3 -2      ports/lang/clisp/Makefile
_______________________________________________
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"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-11-30 21:23:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!