----- 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 -----
Responsible Changed From-To: gnats-admin->markm Over to maintainer.
State Changed From-To: open->closed Committed, with minor changes. Thanks!
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"