The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : compaq-cc

Compaq Alpha Tru64 C compiler

 `ccc' is the Compaq C compiler for Linux Alpha.  It is a port of the same
compiler that is available on the Compaq Tru64 UNIX platform (and also on
OpenVMS Alpha).  The compiler produces excellent optimized code for the
Alpha architecture, particularly for floating-point intensive applications. 

See the on-line usage docs at
ftp://ftp.compaq.com/pub/products/C-CXX/linux/compaq_c_v62/docs/ccc/readme.htm 

http://h30097.www3.hp.com/dtk/compaqc_ov.html



compaq-cc history


v. 1.31
date: 2005/12/12 12:55:02;  author: lawrance;  state: Exp;  lines: +7 -1
Install manpages into a real manpath.
Bump PORTREVISION.

PR:		ports/38034
Submitted by:	Chris J. Mutter 

v. 1.30 date: 2005/06/17 22:59:18; author: netchild; state: Exp; lines: +1 -3 Mega-patch to cleanup the ports infrastructure regarding our linux bits: - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn v. 1.29 date: 2005/03/01 21:51:39; author: trevor; state: Exp; lines: +1 -1 Respect the user's USE_LINUX setting.
v. 1.28 date: 2004/03/07 07:28:48; author: glewis; state: Exp; lines: +2 -4 . Unbreak by fixing the packing list. Submitted by: bento
v. 1.27 date: 2004/02/25 10:32:24; author: kris; state: Exp; lines: +7 -1 BROKEN On alpha 5.x: Broken pkg-plist
v. 1.26 date: 2004/02/04 05:21:32; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2004/01/22 12:18:34; author: trevor; state: Exp; lines: +3 -3 Use the CPIO macro defined in bsd.port.mk.
v. 1.24 date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +3 -3 Use the SORT macro from bsd.port.mk.
v. 1.23 date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +2 -2 - ECHO -> ECHO_MSG for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru
v. 1.22 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/11/10 16:46:49; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.20 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.19 date: 2002/09/29 08:07:46; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.18 date: 2002/05/08 21:18:45; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.17 date: 2002/01/29 11:24:06; author: knu; state: Exp; lines: +29 -29 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
v. 1.16 date: 2001/08/28 07:23:01; author: obrien; state: Exp; lines: +2 -2 Use USE_LINUX rather than a RUN_DEPEND. Submitted by: Christian Weisgerber
v. 1.15 date: 2001/08/27 20:47:02; author: obrien; state: Exp; lines: +2 -1 We need to run-depend on linux_base. Submitted by: Christian Weisgerber
v. 1.14 date: 2001/08/20 22:10:50; author: obrien; state: Exp; lines: +16 -8 Update to 6.4.9.005.1. This is hairy as Compaq is now putting out dynamic binary rather than static ones. This makes my job harder with faking out this Linux compiler. Submitted by: gallatin
v. 1.13 date: 2001/03/21 00:41:03; author: obrien; state: Exp; lines: +2 -2 Bump revision.
v. 1.12 date: 2001/03/21 00:28:37; author: obrien; state: Exp; lines: +42 -7 Use `cpio' over `tar' in order to force ownership to a sane value. Submitted by: Christian Weisgerber Dynamically generate the PLIST so I don't have to do the version chase on every update.
v. 1.11 date: 2001/03/20 20:28:03; author: obrien; state: Exp; lines: +2 -2 `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
v. 1.10 date: 2001/02/14 20:19:38; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.9 date: 2001/02/07 20:53:43; author: obrien; state: Exp; lines: +4 -4 Update to the 6.2.9.506-1 of the Compaq Alpha C compiler.
v. 1.8 date: 2001/02/07 14:51:12; author: obrien; state: Exp; lines: +2 -1 Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
v. 1.7 date: 2001/01/16 17:31:10; author: sobomax; state: Exp; lines: +2 -3 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6 date: 2001/01/11 02:55:54; author: obrien; state: Exp; lines: +37 -5 Install fixed up BSD headers that are palatable to the Compaq CC. Make the include directory search path match what exists. Make the lib directory search path match what exists. Submitted by: gallatin (partially)
v. 1.5 date: 2000/12/14 00:44:12; author: obrien; state: Exp; lines: +3 -1 Make the mode of created directories sane.
v. 1.4 date: 2000/12/08 19:14:31; author: obrien; state: Exp; lines: +2 -2 Fix typo in kldload command. Submitted by: Thomas Valentino Crimi
v. 1.3 date: 2000/12/08 13:54:04; author: obrien; state: Exp; lines: +4 -1 Replace pre-defined "linux" symbol with "FreeBSD".
v. 1.2 date: 2000/12/08 13:27:29; author: obrien; state: Exp; lines: +17 -5 * Remove the Linux -dynamic-linker specification from the `ld' execution. Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries.
v. 1.1 date: 2000/12/08 10:30:23; author: obrien; state: Exp; Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o ============================================================================= v. 1.31 date: 2005/12/12 12:55:02; author: lawrance; state: Exp; lines: +7 -1 Install manpages into a real manpath. Bump PORTREVISION. PR: ports/38034 Submitted by: Chris J. Mutter
v. 1.30 date: 2005/06/17 22:59:18; author: netchild; state: Exp; lines: +1 -3 Mega-patch to cleanup the ports infrastructure regarding our linux bits: - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn v. 1.29 date: 2005/03/01 21:51:39; author: trevor; state: Exp; lines: +1 -1 Respect the user's USE_LINUX setting.
v. 1.28 date: 2004/03/07 07:28:48; author: glewis; state: Exp; lines: +2 -4 . Unbreak by fixing the packing list. Submitted by: bento
v. 1.27 date: 2004/02/25 10:32:24; author: kris; state: Exp; lines: +7 -1 BROKEN On alpha 5.x: Broken pkg-plist
v. 1.26 date: 2004/02/04 05:21:32; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2004/01/22 12:18:34; author: trevor; state: Exp; lines: +3 -3 Use the CPIO macro defined in bsd.port.mk.
v. 1.24 date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +3 -3 Use the SORT macro from bsd.port.mk.
v. 1.23 date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +2 -2 - ECHO -> ECHO_MSG for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru
v. 1.22 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/11/10 16:46:49; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.20 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.19 date: 2002/09/29 08:07:46; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.18 date: 2002/05/08 21:18:45; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.17 date: 2002/01/29 11:24:06; author: knu; state: Exp; lines: +29 -29 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
v. 1.16 date: 2001/08/28 07:23:01; author: obrien; state: Exp; lines: +2 -2 Use USE_LINUX rather than a RUN_DEPEND. Submitted by: Christian Weisgerber
v. 1.15 date: 2001/08/27 20:47:02; author: obrien; state: Exp; lines: +2 -1 We need to run-depend on linux_base. Submitted by: Christian Weisgerber
v. 1.14 date: 2001/08/20 22:10:50; author: obrien; state: Exp; lines: +16 -8 Update to 6.4.9.005.1. This is hairy as Compaq is now putting out dynamic binary rather than static ones. This makes my job harder with faking out this Linux compiler. Submitted by: gallatin
v. 1.13 date: 2001/03/21 00:41:03; author: obrien; state: Exp; lines: +2 -2 Bump revision.
v. 1.12 date: 2001/03/21 00:28:37; author: obrien; state: Exp; lines: +42 -7 Use `cpio' over `tar' in order to force ownership to a sane value. Submitted by: Christian Weisgerber Dynamically generate the PLIST so I don't have to do the version chase on every update.
v. 1.11 date: 2001/03/20 20:28:03; author: obrien; state: Exp; lines: +2 -2 `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
v. 1.10 date: 2001/02/14 20:19:38; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.9 date: 2001/02/07 20:53:43; author: obrien; state: Exp; lines: +4 -4 Update to the 6.2.9.506-1 of the Compaq Alpha C compiler.
v. 1.8 date: 2001/02/07 14:51:12; author: obrien; state: Exp; lines: +2 -1 Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
v. 1.7 date: 2001/01/16 17:31:10; author: sobomax; state: Exp; lines: +2 -3 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6 date: 2001/01/11 02:55:54; author: obrien; state: Exp; lines: +37 -5 Install fixed up BSD headers that are palatable to the Compaq CC. Make the include directory search path match what exists. Make the lib directory search path match what exists. Submitted by: gallatin (partially)
v. 1.5 date: 2000/12/14 00:44:12; author: obrien; state: Exp; lines: +3 -1 Make the mode of created directories sane.
v. 1.4 date: 2000/12/08 19:14:31; author: obrien; state: Exp; lines: +2 -2 Fix typo in kldload command. Submitted by: Thomas Valentino Crimi
v. 1.3 date: 2000/12/08 13:54:04; author: obrien; state: Exp; lines: +4 -1 Replace pre-defined "linux" symbol with "FreeBSD".
v. 1.2 date: 2000/12/08 13:27:29; author: obrien; state: Exp; lines: +17 -5 * Remove the Linux -dynamic-linker specification from the `ld' execution. Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries.
v. 1.1 date: 2000/12/08 10:30:23; author: obrien; state: Exp; Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o ============================================================================= v. 1.31 date: 2005/12/12 12:55:02; author: lawrance; state: Exp; lines: +7 -1 Install manpages into a real manpath. Bump PORTREVISION. PR: ports/38034 Submitted by: Chris J. Mutter
v. 1.30 date: 2005/06/17 22:59:18; author: netchild; state: Exp; lines: +1 -3 Mega-patch to cleanup the ports infrastructure regarding our linux bits: - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn v. 1.29 date: 2005/03/01 21:51:39; author: trevor; state: Exp; lines: +1 -1 Respect the user's USE_LINUX setting.
v. 1.28 date: 2004/03/07 07:28:48; author: glewis; state: Exp; lines: +2 -4 . Unbreak by fixing the packing list. Submitted by: bento
v. 1.27 date: 2004/02/25 10:32:24; author: kris; state: Exp; lines: +7 -1 BROKEN On alpha 5.x: Broken pkg-plist
v. 1.26 date: 2004/02/04 05:21:32; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2004/01/22 12:18:34; author: trevor; state: Exp; lines: +3 -3 Use the CPIO macro defined in bsd.port.mk.
v. 1.24 date: 2004/01/22 11:05:58; author: trevor; state: Exp; lines: +3 -3 Use the SORT macro from bsd.port.mk.
v. 1.23 date: 2003/09/27 00:50:07; author: edwin; state: Exp; lines: +2 -2 - ECHO -> ECHO_MSG for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru
v. 1.22 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.21 date: 2002/11/10 16:46:49; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.20 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.19 date: 2002/09/29 08:07:46; author: ijliao; state: Exp; lines: +1 -1 find->${FIND},xargs->${XARGS} PR: 40791 Submitted by: Simon 'corecode' Schubert
v. 1.18 date: 2002/05/08 21:18:45; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.17 date: 2002/01/29 11:24:06; author: knu; state: Exp; lines: +29 -29 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
v. 1.16 date: 2001/08/28 07:23:01; author: obrien; state: Exp; lines: +2 -2 Use USE_LINUX rather than a RUN_DEPEND. Submitted by: Christian Weisgerber
v. 1.15 date: 2001/08/27 20:47:02; author: obrien; state: Exp; lines: +2 -1 We need to run-depend on linux_base. Submitted by: Christian Weisgerber
v. 1.14 date: 2001/08/20 22:10:50; author: obrien; state: Exp; lines: +16 -8 Update to 6.4.9.005.1. This is hairy as Compaq is now putting out dynamic binary rather than static ones. This makes my job harder with faking out this Linux compiler. Submitted by: gallatin
v. 1.13 date: 2001/03/21 00:41:03; author: obrien; state: Exp; lines: +2 -2 Bump revision.
v. 1.12 date: 2001/03/21 00:28:37; author: obrien; state: Exp; lines: +42 -7 Use `cpio' over `tar' in order to force ownership to a sane value. Submitted by: Christian Weisgerber Dynamically generate the PLIST so I don't have to do the version chase on every update.
v. 1.11 date: 2001/03/20 20:28:03; author: obrien; state: Exp; lines: +2 -2 `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
v. 1.10 date: 2001/02/14 20:19:38; author: lioux; state: Exp; lines: +2 -2 typo clean up police: \s -> \t
v. 1.9 date: 2001/02/07 20:53:43; author: obrien; state: Exp; lines: +4 -4 Update to the 6.2.9.506-1 of the Compaq Alpha C compiler.
v. 1.8 date: 2001/02/07 14:51:12; author: obrien; state: Exp; lines: +2 -1 Put back my editor hints that were removed w/o permission. Note these are *FULLY* Satoshi approved for the past 4 years.
v. 1.7 date: 2001/01/16 17:31:10; author: sobomax; state: Exp; lines: +2 -3 Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.6 date: 2001/01/11 02:55:54; author: obrien; state: Exp; lines: +37 -5 Install fixed up BSD headers that are palatable to the Compaq CC. Make the include directory search path match what exists. Make the lib directory search path match what exists. Submitted by: gallatin (partially)
v. 1.5 date: 2000/12/14 00:44:12; author: obrien; state: Exp; lines: +3 -1 Make the mode of created directories sane.
v. 1.4 date: 2000/12/08 19:14:31; author: obrien; state: Exp; lines: +2 -2 Fix typo in kldload command. Submitted by: Thomas Valentino Crimi
v. 1.3 date: 2000/12/08 13:54:04; author: obrien; state: Exp; lines: +4 -1 Replace pre-defined "linux" symbol with "FreeBSD".
v. 1.2 date: 2000/12/08 13:27:29; author: obrien; state: Exp; lines: +17 -5 * Remove the Linux -dynamic-linker specification from the `ld' execution. Luckly our `ld' knows the name of our dynamic linker and DTRT. * Remove the DECpaq shared libs from the standard search dir as linking with them gives unresolved symbols. Thus we'll use the .a's for now. * Add the symbols __errno_location, __ieee_get_fp_control, and __ieee_set_fp_control (mapped to native interfaces) to the static Compaq Portable Math Library. Thus all symbols are resolved. This allows `CC=ccc' to build fully native FreeBSD Alpha binaries.
v. 1.1 date: 2000/12/08 10:30:23; author: obrien; state: Exp; Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is available on the Compaq Tru64 UNIX platform. The compiler produces excellent optimized code for the Alpha architecture, particularly for floating-point intensive applications. I was able to compile simple test programs by: ccc -c foo.c cc -o foo foo.o =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm