The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD misc : compat4x

A convenience package to install the compat4x libraries

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

Ports usage example:

--
.include 

.if ${OSVERSION} >= 500000
LIB_DEPENDS+=	c.4:${PORTSDIR}/misc/compat4x
.endif
--
 




compat4x history


v. 1.37
date: 2007/10/04 10:52:10;  author: edwin;  state: Exp;  lines: +1 -1
remove trailing text after the .else at line 91

v. 1.36 date: 2007/10/04 01:53:44; author: edwin; state: Exp; lines: +1 -27 Remove always-false/true conditions based on OSVERSION 500000
v. 1.35 date: 2007/07/26 17:19:24; author: rafan; state: Exp; lines: +1 -1 - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/empty that has the flag set and that directory is not under ${WRKSRC} PR: ports/114878 Submitted by: Scot Hetzel v. 1.34 date: 2007/06/21 15:34:48; author: rafan; state: Exp; lines: +3 -0 - Remove schg flags before 'make clean', otherwise we can not remove WRKSRC/var/empty. This only happens on 7.x. PR: ports/112899 Submitted by: Lars Engels
v. 1.33 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.32 date: 2006/06/07 12:34:50; author: mnag; state: Exp; lines: +24 -54 - Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fix rc.d script starting too late. With this, ldconfig run automaticaly on startup and doesn't need add compat{4,5}x_enable in rc.conf. No objection: freebsd-rc, portmgr
v. 1.31 date: 2006/02/21 11:01:59; author: lesi; state: Exp; lines: +15 -12 Avoid clobbering ${ARCH} variable for amd64 which resulted in this port being unfechable as a dependency of another port. Introduce instead COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386" and replace relevant occurances of ARCH with it. This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH was modified to "i386" before. While here, avoid installing ldconfig/compat4x for amd64 which only needs ldconfig32/compat4x. Unfetchability hinted at by: pointyhat via kris
v. 1.30 date: 2006/01/08 10:41:48; author: dougb; state: Exp; lines: +22 -4 Make use of the ldconfig_local_dirs mechanism just committed to 7-CURRENT. flz has plans to develop the USE_LDCONFIG code in bsd.port.mk, but this will serve as a POC for now.
v. 1.29 date: 2006/01/07 13:23:47; author: hrs; state: Exp; lines: +2 -2 - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh to prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444
v. 1.28 date: 2005/12/28 00:31:11; author: dougb; state: Exp; lines: +1 -1 Bump PORTREVISION to bring in the REQUIRE: ldconfig change.
v. 1.27 date: 2005/12/20 20:03:56; author: dougb; state: Exp; lines: +13 -1 Reduce POLA violation for users who didn't expect to have to enable this feature. Prodded by: pav
v. 1.26 date: 2005/12/18 21:04:37; author: dougb; state: Exp; lines: +10 -10 Provide new style rc.d boot scripts, using the infrastructure that is present in both bsd.port.mk and rc.subr to make things as simple as possible.
v. 1.25 date: 2005/12/18 05:29:45; author: lesi; state: Exp; lines: +1 -0 Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same in output of 'make describe' for both native and crossbuild. Spotted by: kris
v. 1.24 date: 2005/12/08 02:14:30; author: lesi; state: Exp; lines: +20 -0 Add support for installing i386 4.x libraries on the amd64 architecture. PR: ports/87525 Submitted by: Simun Mikecin (numisemis at yahoo dot com)
v. 1.23 date: 2005/09/25 18:34:45; author: mnag; state: Exp; lines: +3 -0 Add message about COMPAT_FREEBSD4 in kernel PR: ports/83924 Submitted by: Scot W. Hetzel Approved by: pav (mentor)
v. 1.22 date: 2005/06/17 15:43:42; author: sf; state: Exp; lines: +2 -2 fix dependency. rev1.21 did not work at all. Submitted by: kris
v. 1.21 date: 2005/06/13 00:21:16; author: sf; state: Exp; lines: +4 -0 hook-up localedata for -CURRENT.
v. 1.20 date: 2004/10/09 04:25:39; author: kris; state: Exp; lines: +6 -2 Update this port for FreeBSD 5.3. The new libraries are taken from the compat4x distribution of 5.3-BETA7 (based in turn upon libraries from 4.10), hosted in MASTER_SITE_LOCAL since that beta will soon disappear from the ftp site. Approved by: portmgr
v. 1.19 date: 2004/06/02 17:18:28; author: netchild; state: Exp; lines: +1 -1 Update to libraries from FreeBSD 4.10-RELEASE. Submitted by: marius
v. 1.18 date: 2004/04/10 17:26:44; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.17 date: 2004/03/05 16:18:03; author: netchild; state: Exp; lines: +22 -28 - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE. - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl
v. 1.16 date: 2003/03/28 04:44:16; author: knu; state: Exp; lines: +1 -1 Update compat4x for 5.0-CURRENT/i386 to 20030328.
v. 1.15 date: 2003/02/19 09:41:16; author: knu; state: Exp; lines: +5 -8 Update misc/compat4x for 5.0/i386 to 5.0.20030218. Have a separate pkg-plist for each platform.
v. 1.14 date: 2002/12/21 15:09:58; author: knu; state: Exp; lines: +11 -9 Update misc/compat4x for 5.0/i386 to 5.0.20021221 and fix a fetch problem. Update misc/compat4x for 4.x to 4.7 while I'm at it.
v. 1.13 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.12 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.11 date: 2002/09/25 19:25:14; author: knu; state: Exp; lines: +34 -18 Update to the latest library set and unmark FORBIDDEN excpet: - On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r is available yet. - By default, OpenSSL libraries are not installed because they are known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are installed only when FORCE_VULNERABLE_OPENSSL is defined, although in that case the port is marked FORBIDDEN. So, one must specify -DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with vulnerable OpenSSL libraries.
v. 1.10 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.9 date: 2002/02/26 09:05:47; author: petef; state: Exp; lines: +1 -1 Update to latest available snapshot for i386/5-CURRENT: - 5.0-20020219-CURRENT PR: 34517
v. 1.8 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.7 date: 2001/12/28 17:22:34; author: knu; state: Exp; lines: +5 -5 Update compat4x for i386/4-STABLE.
v. 1.6 date: 2001/10/12 07:19:29; author: knu; state: Exp; lines: +40 -11 - Update to the latest available versions: 4-STABLE/alpha: 4.4-RELEASE 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/alpha: 5.0-20010721-CURRENT 5-CURRENT/i386: 5.0-20011011-CURRENT I could not find up-to-date snapshots available for alpha. If anyone knows one, please let me know. - 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.5 date: 2001/09/12 05:05:38; author: knu; state: Exp; lines: +3 -3 Update compat4x for the 5-CURRENT/i386 platform.
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: +8 -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.37 date: 2007/10/04 10:52:10; author: edwin; state: Exp; lines: +1 -1 remove trailing text after the .else at line 91
v. 1.36 date: 2007/10/04 01:53:44; author: edwin; state: Exp; lines: +1 -27 Remove always-false/true conditions based on OSVERSION 500000
v. 1.35 date: 2007/07/26 17:19:24; author: rafan; state: Exp; lines: +1 -1 - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/empty that has the flag set and that directory is not under ${WRKSRC} PR: ports/114878 Submitted by: Scot Hetzel v. 1.34 date: 2007/06/21 15:34:48; author: rafan; state: Exp; lines: +3 -0 - Remove schg flags before 'make clean', otherwise we can not remove WRKSRC/var/empty. This only happens on 7.x. PR: ports/112899 Submitted by: Lars Engels
v. 1.33 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.32 date: 2006/06/07 12:34:50; author: mnag; state: Exp; lines: +24 -54 - Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fix rc.d script starting too late. With this, ldconfig run automaticaly on startup and doesn't need add compat{4,5}x_enable in rc.conf. No objection: freebsd-rc, portmgr
v. 1.31 date: 2006/02/21 11:01:59; author: lesi; state: Exp; lines: +15 -12 Avoid clobbering ${ARCH} variable for amd64 which resulted in this port being unfechable as a dependency of another port. Introduce instead COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386" and replace relevant occurances of ARCH with it. This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH was modified to "i386" before. While here, avoid installing ldconfig/compat4x for amd64 which only needs ldconfig32/compat4x. Unfetchability hinted at by: pointyhat via kris
v. 1.30 date: 2006/01/08 10:41:48; author: dougb; state: Exp; lines: +22 -4 Make use of the ldconfig_local_dirs mechanism just committed to 7-CURRENT. flz has plans to develop the USE_LDCONFIG code in bsd.port.mk, but this will serve as a POC for now.
v. 1.29 date: 2006/01/07 13:23:47; author: hrs; state: Exp; lines: +2 -2 - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh to prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444
v. 1.28 date: 2005/12/28 00:31:11; author: dougb; state: Exp; lines: +1 -1 Bump PORTREVISION to bring in the REQUIRE: ldconfig change.
v. 1.27 date: 2005/12/20 20:03:56; author: dougb; state: Exp; lines: +13 -1 Reduce POLA violation for users who didn't expect to have to enable this feature. Prodded by: pav
v. 1.26 date: 2005/12/18 21:04:37; author: dougb; state: Exp; lines: +10 -10 Provide new style rc.d boot scripts, using the infrastructure that is present in both bsd.port.mk and rc.subr to make things as simple as possible.
v. 1.25 date: 2005/12/18 05:29:45; author: lesi; state: Exp; lines: +1 -0 Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same in output of 'make describe' for both native and crossbuild. Spotted by: kris
v. 1.24 date: 2005/12/08 02:14:30; author: lesi; state: Exp; lines: +20 -0 Add support for installing i386 4.x libraries on the amd64 architecture. PR: ports/87525 Submitted by: Simun Mikecin (numisemis at yahoo dot com)
v. 1.23 date: 2005/09/25 18:34:45; author: mnag; state: Exp; lines: +3 -0 Add message about COMPAT_FREEBSD4 in kernel PR: ports/83924 Submitted by: Scot W. Hetzel Approved by: pav (mentor)
v. 1.22 date: 2005/06/17 15:43:42; author: sf; state: Exp; lines: +2 -2 fix dependency. rev1.21 did not work at all. Submitted by: kris
v. 1.21 date: 2005/06/13 00:21:16; author: sf; state: Exp; lines: +4 -0 hook-up localedata for -CURRENT.
v. 1.20 date: 2004/10/09 04:25:39; author: kris; state: Exp; lines: +6 -2 Update this port for FreeBSD 5.3. The new libraries are taken from the compat4x distribution of 5.3-BETA7 (based in turn upon libraries from 4.10), hosted in MASTER_SITE_LOCAL since that beta will soon disappear from the ftp site. Approved by: portmgr
v. 1.19 date: 2004/06/02 17:18:28; author: netchild; state: Exp; lines: +1 -1 Update to libraries from FreeBSD 4.10-RELEASE. Submitted by: marius
v. 1.18 date: 2004/04/10 17:26:44; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.17 date: 2004/03/05 16:18:03; author: netchild; state: Exp; lines: +22 -28 - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE. - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl
v. 1.16 date: 2003/03/28 04:44:16; author: knu; state: Exp; lines: +1 -1 Update compat4x for 5.0-CURRENT/i386 to 20030328.
v. 1.15 date: 2003/02/19 09:41:16; author: knu; state: Exp; lines: +5 -8 Update misc/compat4x for 5.0/i386 to 5.0.20030218. Have a separate pkg-plist for each platform.
v. 1.14 date: 2002/12/21 15:09:58; author: knu; state: Exp; lines: +11 -9 Update misc/compat4x for 5.0/i386 to 5.0.20021221 and fix a fetch problem. Update misc/compat4x for 4.x to 4.7 while I'm at it.
v. 1.13 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.12 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.11 date: 2002/09/25 19:25:14; author: knu; state: Exp; lines: +34 -18 Update to the latest library set and unmark FORBIDDEN excpet: - On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r is available yet. - By default, OpenSSL libraries are not installed because they are known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are installed only when FORCE_VULNERABLE_OPENSSL is defined, although in that case the port is marked FORBIDDEN. So, one must specify -DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with vulnerable OpenSSL libraries.
v. 1.10 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.9 date: 2002/02/26 09:05:47; author: petef; state: Exp; lines: +1 -1 Update to latest available snapshot for i386/5-CURRENT: - 5.0-20020219-CURRENT PR: 34517
v. 1.8 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.7 date: 2001/12/28 17:22:34; author: knu; state: Exp; lines: +5 -5 Update compat4x for i386/4-STABLE.
v. 1.6 date: 2001/10/12 07:19:29; author: knu; state: Exp; lines: +40 -11 - Update to the latest available versions: 4-STABLE/alpha: 4.4-RELEASE 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/alpha: 5.0-20010721-CURRENT 5-CURRENT/i386: 5.0-20011011-CURRENT I could not find up-to-date snapshots available for alpha. If anyone knows one, please let me know. - 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.5 date: 2001/09/12 05:05:38; author: knu; state: Exp; lines: +3 -3 Update compat4x for the 5-CURRENT/i386 platform.
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: +8 -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.37 date: 2007/10/04 10:52:10; author: edwin; state: Exp; lines: +1 -1 remove trailing text after the .else at line 91
v. 1.36 date: 2007/10/04 01:53:44; author: edwin; state: Exp; lines: +1 -27 Remove always-false/true conditions based on OSVERSION 500000
v. 1.35 date: 2007/07/26 17:19:24; author: rafan; state: Exp; lines: +1 -1 - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/empty that has the flag set and that directory is not under ${WRKSRC} PR: ports/114878 Submitted by: Scot Hetzel v. 1.34 date: 2007/06/21 15:34:48; author: rafan; state: Exp; lines: +3 -0 - Remove schg flags before 'make clean', otherwise we can not remove WRKSRC/var/empty. This only happens on 7.x. PR: ports/112899 Submitted by: Lars Engels
v. 1.33 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.32 date: 2006/06/07 12:34:50; author: mnag; state: Exp; lines: +24 -54 - Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fix rc.d script starting too late. With this, ldconfig run automaticaly on startup and doesn't need add compat{4,5}x_enable in rc.conf. No objection: freebsd-rc, portmgr
v. 1.31 date: 2006/02/21 11:01:59; author: lesi; state: Exp; lines: +15 -12 Avoid clobbering ${ARCH} variable for amd64 which resulted in this port being unfechable as a dependency of another port. Introduce instead COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386" and replace relevant occurances of ARCH with it. This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH was modified to "i386" before. While here, avoid installing ldconfig/compat4x for amd64 which only needs ldconfig32/compat4x. Unfetchability hinted at by: pointyhat via kris
v. 1.30 date: 2006/01/08 10:41:48; author: dougb; state: Exp; lines: +22 -4 Make use of the ldconfig_local_dirs mechanism just committed to 7-CURRENT. flz has plans to develop the USE_LDCONFIG code in bsd.port.mk, but this will serve as a POC for now.
v. 1.29 date: 2006/01/07 13:23:47; author: hrs; state: Exp; lines: +2 -2 - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh to prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444
v. 1.28 date: 2005/12/28 00:31:11; author: dougb; state: Exp; lines: +1 -1 Bump PORTREVISION to bring in the REQUIRE: ldconfig change.
v. 1.27 date: 2005/12/20 20:03:56; author: dougb; state: Exp; lines: +13 -1 Reduce POLA violation for users who didn't expect to have to enable this feature. Prodded by: pav
v. 1.26 date: 2005/12/18 21:04:37; author: dougb; state: Exp; lines: +10 -10 Provide new style rc.d boot scripts, using the infrastructure that is present in both bsd.port.mk and rc.subr to make things as simple as possible.
v. 1.25 date: 2005/12/18 05:29:45; author: lesi; state: Exp; lines: +1 -0 Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same in output of 'make describe' for both native and crossbuild. Spotted by: kris
v. 1.24 date: 2005/12/08 02:14:30; author: lesi; state: Exp; lines: +20 -0 Add support for installing i386 4.x libraries on the amd64 architecture. PR: ports/87525 Submitted by: Simun Mikecin (numisemis at yahoo dot com)
v. 1.23 date: 2005/09/25 18:34:45; author: mnag; state: Exp; lines: +3 -0 Add message about COMPAT_FREEBSD4 in kernel PR: ports/83924 Submitted by: Scot W. Hetzel Approved by: pav (mentor)
v. 1.22 date: 2005/06/17 15:43:42; author: sf; state: Exp; lines: +2 -2 fix dependency. rev1.21 did not work at all. Submitted by: kris
v. 1.21 date: 2005/06/13 00:21:16; author: sf; state: Exp; lines: +4 -0 hook-up localedata for -CURRENT.
v. 1.20 date: 2004/10/09 04:25:39; author: kris; state: Exp; lines: +6 -2 Update this port for FreeBSD 5.3. The new libraries are taken from the compat4x distribution of 5.3-BETA7 (based in turn upon libraries from 4.10), hosted in MASTER_SITE_LOCAL since that beta will soon disappear from the ftp site. Approved by: portmgr
v. 1.19 date: 2004/06/02 17:18:28; author: netchild; state: Exp; lines: +1 -1 Update to libraries from FreeBSD 4.10-RELEASE. Submitted by: marius
v. 1.18 date: 2004/04/10 17:26:44; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.17 date: 2004/03/05 16:18:03; author: netchild; state: Exp; lines: +22 -28 - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE. - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl
v. 1.16 date: 2003/03/28 04:44:16; author: knu; state: Exp; lines: +1 -1 Update compat4x for 5.0-CURRENT/i386 to 20030328.
v. 1.15 date: 2003/02/19 09:41:16; author: knu; state: Exp; lines: +5 -8 Update misc/compat4x for 5.0/i386 to 5.0.20030218. Have a separate pkg-plist for each platform.
v. 1.14 date: 2002/12/21 15:09:58; author: knu; state: Exp; lines: +11 -9 Update misc/compat4x for 5.0/i386 to 5.0.20021221 and fix a fetch problem. Update misc/compat4x for 4.x to 4.7 while I'm at it.
v. 1.13 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.12 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.11 date: 2002/09/25 19:25:14; author: knu; state: Exp; lines: +34 -18 Update to the latest library set and unmark FORBIDDEN excpet: - On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r is available yet. - By default, OpenSSL libraries are not installed because they are known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are installed only when FORCE_VULNERABLE_OPENSSL is defined, although in that case the port is marked FORBIDDEN. So, one must specify -DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with vulnerable OpenSSL libraries.
v. 1.10 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.9 date: 2002/02/26 09:05:47; author: petef; state: Exp; lines: +1 -1 Update to latest available snapshot for i386/5-CURRENT: - 5.0-20020219-CURRENT PR: 34517
v. 1.8 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.7 date: 2001/12/28 17:22:34; author: knu; state: Exp; lines: +5 -5 Update compat4x for i386/4-STABLE.
v. 1.6 date: 2001/10/12 07:19:29; author: knu; state: Exp; lines: +40 -11 - Update to the latest available versions: 4-STABLE/alpha: 4.4-RELEASE 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/alpha: 5.0-20010721-CURRENT 5-CURRENT/i386: 5.0-20011011-CURRENT I could not find up-to-date snapshots available for alpha. If anyone knows one, please let me know. - 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.5 date: 2001/09/12 05:05:38; author: knu; state: Exp; lines: +3 -3 Update compat4x for the 5-CURRENT/i386 platform.
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: +8 -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