The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD misc : compat3x

A convenience package to install the compat3x libraries

 This package allows you to install the compat3x libraries on your
system, so you can use legacy binaries that depend on them.

Usage example:

	.include 

	.if ${OSVERSION} >= 400000
	LIB_DEPENDS+=       c.3:${PORTSDIR}/misc/compat3x
	.endif 

ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/



compat3x history


v. 1.16
date: 2007/10/03 23:42:21;  author: edwin;  state: Exp;  lines: +1 -10
Remove support for OSVERSION < 5

v. 1.15 date: 2006/08/15 00:56:13; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.14 date: 2004/03/08 08:17:41; author: netchild; state: Exp; lines: +2 -0 Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr and FreeBSD-SA-03:08.realpath: xdr isn't fixed, and the realpath lib isn't available precompiled (at least we haven't found one). Submitted by: Marius Strobl
v. 1.13 date: 2003/02/20 18:46:21; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.12 date: 2002/11/10 16:47:11; 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.11 date: 2002/11/06 22:46:09; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.10 date: 2002/09/25 18:17:26; author: knu; state: Exp; lines: +24 -36 Update with the latest binaries and unmark FORBIDDEN. Properly include libperl.so.3 for CURRENT. Binaries built and contributed by: motoyuki
v. 1.9 date: 2002/07/24 08:57:53; author: knu; state: Exp; lines: +2 -0 Mark FORBIDDEN due to buffer overflow in resolver in libc. (FreeBSD-SA-02:28.resolv)
v. 1.8 date: 2002/02/26 08:59:50; author: petef; state: Exp; lines: +1 -1 Update to latest available snapshot for i386/5-CURRENT: - 5.0-20020219-CURRENT PR: 34516
v. 1.7 date: 2002/01/29 11:45:25; author: knu; state: Exp; lines: +1 -1 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.
v. 1.6 date: 2001/12/28 17:36:18; author: knu; state: Exp; lines: +6 -5 Update for i386/4-STABLE. (libc_r.so.4 was removed)
v. 1.5 date: 2001/10/12 07:37:15; author: knu; state: Exp; lines: +40 -12 - Update to the latest available versions: 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/i386: 5.0-20011011-CURRENT - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
v. 1.4 date: 2001/08/24 14:55:36; author: asami; state: Exp; lines: +2 -2 Create target directories before installation. Submitted by: bento
v. 1.3 date: 2001/08/15 18:17:47; author: knu; state: Exp; lines: +10 -8 Change PREFIX from /usr to the default not to harm bento. Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
v. 1.2 date: 2001/08/15 07:40:36; author: sobomax; state: Exp; lines: +4 -0 Use other way to disconnect compatX ports from the bento build.
v. 1.1 date: 2001/08/13 04:32:06; author: knu; state: Exp; Add compat22, compat3x and compat4x. These packages allow you to install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel Altered by: knu ============================================================================= v. 1.16 date: 2007/10/03 23:42:21; author: edwin; state: Exp; lines: +1 -10 Remove support for OSVERSION < 5
v. 1.15 date: 2006/08/15 00:56:13; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.14 date: 2004/03/08 08:17:41; author: netchild; state: Exp; lines: +2 -0 Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr and FreeBSD-SA-03:08.realpath: xdr isn't fixed, and the realpath lib isn't available precompiled (at least we haven't found one). Submitted by: Marius Strobl
v. 1.13 date: 2003/02/20 18:46:21; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.12 date: 2002/11/10 16:47:11; 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.11 date: 2002/11/06 22:46:09; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.10 date: 2002/09/25 18:17:26; author: knu; state: Exp; lines: +24 -36 Update with the latest binaries and unmark FORBIDDEN. Properly include libperl.so.3 for CURRENT. Binaries built and contributed by: motoyuki
v. 1.9 date: 2002/07/24 08:57:53; author: knu; state: Exp; lines: +2 -0 Mark FORBIDDEN due to buffer overflow in resolver in libc. (FreeBSD-SA-02:28.resolv)
v. 1.8 date: 2002/02/26 08:59:50; author: petef; state: Exp; lines: +1 -1 Update to latest available snapshot for i386/5-CURRENT: - 5.0-20020219-CURRENT PR: 34516
v. 1.7 date: 2002/01/29 11:45:25; author: knu; state: Exp; lines: +1 -1 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.
v. 1.6 date: 2001/12/28 17:36:18; author: knu; state: Exp; lines: +6 -5 Update for i386/4-STABLE. (libc_r.so.4 was removed)
v. 1.5 date: 2001/10/12 07:37:15; author: knu; state: Exp; lines: +40 -12 - Update to the latest available versions: 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/i386: 5.0-20011011-CURRENT - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
v. 1.4 date: 2001/08/24 14:55:36; author: asami; state: Exp; lines: +2 -2 Create target directories before installation. Submitted by: bento
v. 1.3 date: 2001/08/15 18:17:47; author: knu; state: Exp; lines: +10 -8 Change PREFIX from /usr to the default not to harm bento. Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
v. 1.2 date: 2001/08/15 07:40:36; author: sobomax; state: Exp; lines: +4 -0 Use other way to disconnect compatX ports from the bento build.
v. 1.1 date: 2001/08/13 04:32:06; author: knu; state: Exp; Add compat22, compat3x and compat4x. These packages allow you to install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel Altered by: knu ============================================================================= v. 1.16 date: 2007/10/03 23:42:21; author: edwin; state: Exp; lines: +1 -10 Remove support for OSVERSION < 5
v. 1.15 date: 2006/08/15 00:56:13; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.14 date: 2004/03/08 08:17:41; author: netchild; state: Exp; lines: +2 -0 Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr and FreeBSD-SA-03:08.realpath: xdr isn't fixed, and the realpath lib isn't available precompiled (at least we haven't found one). Submitted by: Marius Strobl
v. 1.13 date: 2003/02/20 18:46:21; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.12 date: 2002/11/10 16:47:11; 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.11 date: 2002/11/06 22:46:09; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.10 date: 2002/09/25 18:17:26; author: knu; state: Exp; lines: +24 -36 Update with the latest binaries and unmark FORBIDDEN. Properly include libperl.so.3 for CURRENT. Binaries built and contributed by: motoyuki
v. 1.9 date: 2002/07/24 08:57:53; author: knu; state: Exp; lines: +2 -0 Mark FORBIDDEN due to buffer overflow in resolver in libc. (FreeBSD-SA-02:28.resolv)
v. 1.8 date: 2002/02/26 08:59:50; author: petef; state: Exp; lines: +1 -1 Update to latest available snapshot for i386/5-CURRENT: - 5.0-20020219-CURRENT PR: 34516
v. 1.7 date: 2002/01/29 11:45:25; author: knu; state: Exp; lines: +1 -1 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.
v. 1.6 date: 2001/12/28 17:36:18; author: knu; state: Exp; lines: +6 -5 Update for i386/4-STABLE. (libc_r.so.4 was removed)
v. 1.5 date: 2001/10/12 07:37:15; author: knu; state: Exp; lines: +40 -12 - Update to the latest available versions: 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/i386: 5.0-20011011-CURRENT - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
v. 1.4 date: 2001/08/24 14:55:36; author: asami; state: Exp; lines: +2 -2 Create target directories before installation. Submitted by: bento
v. 1.3 date: 2001/08/15 18:17:47; author: knu; state: Exp; lines: +10 -8 Change PREFIX from /usr to the default not to harm bento. Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
v. 1.2 date: 2001/08/15 07:40:36; author: sobomax; state: Exp; lines: +4 -0 Use other way to disconnect compatX ports from the bento build.
v. 1.1 date: 2001/08/13 04:32:06; author: knu; state: Exp; Add compat22, compat3x and compat4x. These packages allow you to install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel Altered by: knu =============================================================================



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