Bug 52619 - Update port: lang/TenDRA (and unbreak it on 5.x)
Summary: Update port: lang/TenDRA (and unbreak it on 5.x)
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: 2003-05-23 18:30 UTC by Stefan Farfeleder
Modified: 2003-06-03 09:23 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Farfeleder 2003-05-23 18:30:11 UTC
- Update TenDRA to a current CVS snapshot which fixes the build problems on 5.x
- Grab maintainership

Unfortunately FreeBSD 5.x uses the GNU C extension
__attribute__((__aligned__(x))) in a couple of system headers
(<machine/npx.h>, <machine/signal.h> and <machine/ucontext.h> for i386).  To
avoid a syntax error __aligned(x) is removed by a #define, but programs that
use struct sigcontext, struct savexmm or mcontext_t probably won't work.

New files:
files/patch-aligned
files/patch-default-gcc_dependency
files/patch-install
files/patch-install-man
files/patch-limits.h

Removed files:
files/patch-aa
files/patch-af
files/patch-ag
scripts/configure

Fix: 

http://stud3.tuwien.ac.at/~e0026813/FreeBSD/TenDRA-port.diff.gz
Comment 1 Stefan Farfeleder 2003-05-31 10:54:20 UTC
On Fri, May 23, 2003 at 07:04:53PM +0200, Stefan Farfeleder wrote:

> New files:

> files/patch-install-man

I've updated the patch at
http://stud3.tuwien.ac.at/~e0026813/FreeBSD/TenDRA-port.diff.gz to a
newer TenDRA snapshot;  this file has been committed to TenDRA and is no
longer needed.

> Removed files:

I forgot to mention that files/patch-ah has to be removed too.
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-06-03 09:23:11 UTC
State Changed
From-To: open->closed

Committed, thanks