Bug 126746 - [PATCH]: cad/brlcad on CURRENT
Summary: [PATCH]: cad/brlcad on CURRENT
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 19:20 UTC by Alexey Shuvaev
Modified: 2008-09-03 23:18 UTC (History)
0 users

See Also:


Attachments
file.diff (291 bytes, patch)
2008-08-22 19:20 UTC, Alexey Shuvaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2008-08-22 19:20:01 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-22 19:20:11 UTC
Maintainer of cad/brlcad,

Please note that PR ports/126746 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126746

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-22 19:20:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-09-03 22:39:34 UTC
lippe       2008-09-03 21:39:25 UTC

  FreeBSD ports repository

  Modified files:
    cad/brlcad           Makefile 
  Log:
  - After recent commit of MPSAFE TTY layer brlcad builds and runs successfully on CURRENT, then unbreak it.
  
  PR:             ports/126746
  Reported by:    Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
  
  Revision  Changes    Path
  1.35      +0 -4      ports/cad/brlcad/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 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-09-03 23:18:05 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!