Bug 127304 - lang/gcl is not broken now
Summary: lang/gcl is not broken now
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: Mark Murray
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-11 22:20 UTC by Mark Linimon
Modified: 2009-08-05 20: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 Mark Linimon 2008-09-11 22:20:04 UTC
 ----- Forwarded message from 1wkmmr@gmail.com -----
 
 From: 1wkmmr@gmail.com
 To: freebsd-ports@freebsd.org
 Subject: lang gcl is not broken now
 
 Hi,
 
 Although lang/gcl has been marked broken for a long time, the port is
 now working well.  It can actually operate math/maxima without errors
 in its self-checking, at least on PRELEASE-7.1/i386.  Please find this
 situation and delete the BROKEN variable in its Makefile.
 
   $FreeBSD: ports/lang/gcl/Makefile,v 1.43 2008/04/19 17:51:28 miwi Exp $
 
 The following lines were usefull in early days of releng7
 
   .if ${OSVERSION} >= 700042
   BROKEN=              Gcl compiled with gcc42 dumps core
   .endif
 
 but it looks too restrictive for now.  So, I'd like to recommend the
 following altanative.
 
   .if ${OSVERSION} >= 700042 && ${OSVERSION} < 700108
   BROKEN=              Gcl compiled with gcc42 dumps core
   .endif
 
 or these kind of condition can be deleted completely.
 
 Than you
 ---
 Mamoru Iwaki
 Niigata University, Japan
 
 ----- End forwarded message -----
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-09-11 22:21:46 UTC
Responsible Changed
From-To: gnats-admin->markm

Over to maintainer.
Comment 2 Robert Noland freebsd_committer freebsd_triage 2009-08-05 19:39:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-05 20:12:50 UTC
rnoland     2009-08-05 18:37:52 UTC

  FreeBSD ports repository

  Modified files:
    lang/gcl             Makefile 
  Log:
  Remove BROKEN and allow amd64 ARCH
  
  PR:             127304
  Submitted by:   markm@ (maintainer)
  
  Revision  Changes    Path
  1.46      +1 -5      ports/lang/gcl/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"