head	1.4;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2005.08.11.07.51.36;	author stefanf;	state dead;
branches;
next	1.3;

1.3
date	2004.09.02.12.22.30;	author stefanf;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.08.21.04.36;	author glewis;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.03.08.16.58;	author arved;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to the 20050810 snapshot.  Includes support for 7.x.

Approved by:	portmgr (krion)
@
text
@Index: src/lib/machines/freebsd/5/alpha/startup/ansi.h
===================================================================
--- src/lib/machines/freebsd/5/alpha/startup/ansi.h	(.../ten15.org)	(revision 512)
+++ src/lib/machines/freebsd/5/alpha/startup/ansi.h	(.../freebsd-port)	(revision 512)
@@@@ -32,3 +32,8 @@@@
 #ifndef __signed
 #define __signed	signed
 #endif
+
+/* Work around __aligned() */
+#ifndef	__aligned
+#define	__aligned(x)	/* nothing */
+#endif
Index: src/lib/machines/freebsd/5/alpha/startup/system.h
===================================================================
--- src/lib/machines/freebsd/5/alpha/startup/system.h	(.../ten15.org)	(revision 512)
+++ src/lib/machines/freebsd/5/alpha/startup/system.h	(.../freebsd-port)	(revision 512)
@@@@ -40,4 +40,9 @@@@
 #define __signed	signed
 #endif
 
+/* Work around __aligned() */
+#ifndef	__aligned
+#define	__aligned(x)	/* nothing */
 #endif
+
+#endif
Index: src/lib/machines/freebsd/5/80x86/startup/ansi.h
===================================================================
--- src/lib/machines/freebsd/5/80x86/startup/ansi.h	(.../ten15.org)	(revision 512)
+++ src/lib/machines/freebsd/5/80x86/startup/ansi.h	(.../freebsd-port)	(revision 512)
@@@@ -32,3 +32,8 @@@@
 #ifndef __signed
 #define __signed	signed
 #endif
+
+/* Work around __aligned() */
+#ifndef	__aligned
+#define	__aligned(x)	/* nothing */
+#endif
Index: src/lib/machines/freebsd/5/80x86/startup/system.h
===================================================================
--- src/lib/machines/freebsd/5/80x86/startup/system.h	(.../ten15.org)	(revision 512)
+++ src/lib/machines/freebsd/5/80x86/startup/system.h	(.../freebsd-port)	(revision 512)
@@@@ -40,4 +40,9 @@@@
 #define __signed	signed
 #endif
 
+/* Work around __aligned() */
+#ifndef	__aligned
+#define	__aligned(x)	/* nothing */
 #endif
+
+#endif
@


1.3
log
@Update TenDRA to 4.20040902.  Major changes are support for the Alpha
architecture and that perl is no longer required.

Approved by:	arved
@
text
@@


1.2
log
@. Update to 4-20030825.

PR:		56430
Submitted by:	Stefan Farfeleder <stefan@@fafoe.narf.at> (maintainer)
@
text
@d1 1
a1 1
Index: src/lib/machines/freebsd/80x86/startup/ansi.h
d3 3
a5 6
RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/lib/machines/freebsd/80x86/startup/ansi.h,v
retrieving revision 1.1
diff -u -r1.1 ansi.h
--- src/lib/machines/freebsd/80x86/startup/ansi.h	26 Jan 2002 21:31:47 -0000	1.1
+++ src/lib/machines/freebsd/80x86/startup/ansi.h	16 Aug 2003 19:50:55 -0000
@@@@ -28,3 +28,8 @@@@
d14 1
a14 1
Index: src/lib/machines/freebsd/80x86/startup/system.h
d16 3
a18 6
RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/lib/machines/freebsd/80x86/startup/system.h,v
retrieving revision 1.1
diff -u -r1.1 system.h
--- src/lib/machines/freebsd/80x86/startup/system.h	26 Jan 2002 21:31:47 -0000	1.1
+++ src/lib/machines/freebsd/80x86/startup/system.h	4 Aug 2003 21:07:05 -0000
@@@@ -36,4 +36,9 @@@@
d25 2
d28 8
d37 10
d48 7
@


1.1
log
@- Update to CVS snapshot 20030526, which fixes the build problems on 5.x
- Give maintainership to submitter

"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."

PR:		52619
Submitted by:	Stefan Farfeleder <stefan@@fafoe.dyndns.org>
@
text
@d1 1
a1 1
Index: src/lib/machines/freebsd/80x86/include/gcc_dependency.h
d3 1
a3 1
RCS file: /usr/home/stefan/tendra/cvsup/tendra/src/lib/machines/freebsd/80x86/include/gcc_dependency.h,v
d5 22
a26 6
diff -c -u -r1.1 gcc_dependency.h
--- src/lib/machines/freebsd/80x86/include/gcc_dependency.h	18 Feb 2003 07:35:09 -0000	1.1
+++ src/lib/machines/freebsd/80x86/include/gcc_dependency.h	25 Feb 2003 10:32:53 -0000
@@@@ -17,4 +17,9 @@@@
 
 #pragma TenDRA unknown directive warning
d33 1
a33 1
 #endif /* __FREEBSD_GCC_DEPENDENCY_H__ */
@

