Date: Fri, 22 Aug 2008 18:10:28 GMT From: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/126746: [PATCH]: cad/brlcad on CURRENT Message-ID: <200808221810.m7MIASnn088579@www.freebsd.org> Resent-Message-ID: <200808221820.m7MIK1DI073802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126746 >Category: ports >Synopsis: [PATCH]: cad/brlcad on CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Aug 22 18:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexey Shuvaev >Release: 8.0-CURRENT >Organization: University of Wuerzburg >Environment: FreeBSD wep4017.physik.uni-wuerzburg.de 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Aug 20 17:15:25 CEST 2008 root@wep4017.physik.uni-wuerzburg.de:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After recent commit of MPSAFE TTY layer cad/brlcad builds and runs successfully on CURRENT. However, it is marked as BROKEN= does not compile. The relevant PR, when it was marked BROKEN is http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124733 The reason for this was not the changes in TTY layer (namely, in termios.h), but rather some white space problem on tinderbox. From brlcad-7.12.4.log: [snip] configure: configuring in misc/enigma [snip] configure: loading cache ../../config.cache.freebsd8.0.regis.goodking.ca configure: error: `CFLAGS' has changed since the previous run: configure: former value: -O2 -pipe -fno-strict-aliasing configure: current value: -O2 -pipe -fno-strict-aliasing configure: error: changes in the environment can compromise the build configure: error: run `make distclean' and/or `rm +../../config.cache.freebsd8.0.regis.goodking.ca' and start over configure: error: /bin/sh './configure' failed for misc/enigma [snip] From: Pedro Giffuni <pfgshield-freebsd@yahoo.com> Date: Fri, 22 Aug 2008 08:01:18 -0700 (PDT) To: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Cc: freebsd-ports@freebsd.org Subject: Re: unBREAK cad/brlcad on CURRENT. Hi; This was fixed long ago .. it was a bug in bsd.port.mk, not in the port. >How-To-Repeat: >Fix: Patch attached with submission follows: --- brlcad/Makefile.orig 2008-07-16 15:21:09.000000000 +0200 +++ brlcad/Makefile 2008-08-22 20:06:07.000000000 +0200 @@ -113,10 +113,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800032 -BROKEN= does not compile -.endif - EXTRA_LIBS= ${PTHREAD_LIBS} .ifdef WITH_OPTIMIZATION >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808221810.m7MIASnn088579>