FreshPorts -- The Place For Ports Sat, 17 May 2008 8:04 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
compat4x 5.3_9 misc on this many watch lists=97 search for ports that depend on this port
A convenience package to install the compat4x libraries

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Aug 2001 02:32:06


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 <bsd.port.pre.mk>

.if ${OSVERSION} >= 500000
LIB_DEPENDS+=	c.4:${PORTSDIR}/misc/compat4x
.endif
--
CVSWeb : Sources : Distfiles Availability : PortsMon
Required To Run: misc/localedata

To install the port: cd /usr/ports/misc/compat4x/ && make install clean
To add the package: pkg_add -r compat4x-i386


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/kris/i386/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/i386/5.3/

Number of commits found: 42

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  5.3_9
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
04 Oct 2007 11:52:10
Original commit files touched by this commit  5.3_9
edwin search for other commits by this committer
remove trailing text after the .else at line 91
04 Oct 2007 02:53:45
Original commit files touched by this commit  5.3_9
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
26 Jul 2007 18:19:24
Original commit files touched by this commit  5.3_9
rafan search for other commits by this committer
- 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 <swhetzel at gmail.com
21 Jun 2007 16:34:48
Original commit files touched by this commit  5.3_9
rafan search for other commits by this committer
- 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 <lars.engels at 0x20.net>
15 Aug 2006 01:56:24
Original commit files touched by this commit  5.3_9
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
07 Jun 2006 13:34:51
Original commit files touched by this commit  5.3_9
mnag search for other commits by this committer
- 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
21 Feb 2006 11:01:59
Original commit files touched by this commit  5.3_8
lesi search for other commits by this committer
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
22 Jan 2006 05:52:28
Original commit files touched by this commit  5.3_7
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
14 Jan 2006 22:39:07
Original commit files touched by this commit  4.10_7
dougb search for other commits by this committer
s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB already

Pointed out by: pointyhat via kris
08 Jan 2006 10:41:48
Original commit files touched by this commit  4.10_7
dougb search for other commits by this committer
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.
07 Jan 2006 13:23:48
Original commit files touched by this commit  4.10_6
hrs search for other commits by this committer
- 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
28 Dec 2005 00:31:11
Original commit files touched by this commit  4.10_5
dougb search for other commits by this committer
Bump PORTREVISION to bring in the REQUIRE: ldconfig change.
28 Dec 2005 00:26:41
Original commit files touched by this commit  4.10_4
dougb search for other commits by this committer
Make the boot scripts REQUIRE: ldconfig so that just in case
the script gets ordered prior to ldconfig, that script won't
blow away the work done by this one.
20 Dec 2005 20:03:57
Original commit files touched by this commit  4.10_4
dougb search for other commits by this committer
Reduce POLA violation for users who didn't expect to have to enable
this feature.

Prodded by: pav
18 Dec 2005 21:04:37
Original commit files touched by this commit  4.10_3
dougb search for other commits by this committer
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.
18 Dec 2005 05:29:45
Original commit files touched by this commit  4.10_2
lesi search for other commits by this committer
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
08 Dec 2005 02:14:30
Original commit files touched by this commit  4.10_2
lesi search for other commits by this committer
Add support for installing i386 4.x libraries on the amd64 architecture.

PR:             ports/87525
Submitted by:   Simun Mikecin (numisemis at yahoo dot com)
25 Nov 2005 16:09:33
Original commit files touched by this commit  4.10_2
pav search for other commits by this committer
- Add SHA256
25 Sep 2005 19:34:45
Original commit files touched by this commit  4.10_2
mnag search for other commits by this committer
Add message about COMPAT_FREEBSD4 in kernel

PR:             ports/83924
Submitted by:   Scot W. Hetzel <swhetzel@gmail.com>
Approved by:    pav (mentor)
17 Jun 2005 16:43:42
Original commit files touched by this commit  4.10_2
sf search for other commits by this committer
fix dependency. rev1.21 did not work at all.

Submitted by:   kris
13 Jun 2005 01:21:16
Original commit files touched by this commit  4.10_1
sf search for other commits by this committer
hook-up localedata for -CURRENT.
21 Oct 2004 05:51:10
Original commit files touched by this commit  4.10
kris search for other commits by this committer
Regenerate with the -BETA7 version of the alpha compat4x distribution,
not the random earlier version I previously used (which doesn't have
the newly-bumped libraries).  Only affects alpha.

Submitted by:   kensmith
09 Oct 2004 05:25:39
Original commit files touched by this commit  4.10
kris search for other commits by this committer
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
02 Jun 2004 18:18:29
Original commit files touched by this commit  4.10
netchild search for other commits by this committer
Update to libraries from FreeBSD 4.10-RELEASE.

Submitted by:   marius
10 Apr 2004 18:26:55
Original commit files touched by this commit  4.9
trevor search for other commits by this committer
Tidy up whitespace.
05 Mar 2004 16:18:04
Original commit files touched by this commit  4.9
netchild search for other commits by this committer
- 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 <marius@alchemy.franken.de>
28 Mar 2003 04:44:17
Original commit files touched by this commit  4.7
knu search for other commits by this committer
Update compat4x for 5.0-CURRENT/i386 to 20030328.
19 Feb 2003 09:41:17
Original commit files touched by this commit  4.7
knu search for other commits by this committer
Update misc/compat4x for 5.0/i386 to 5.0.20030218.

Have a separate pkg-plist for each platform.
20 Jan 2003 09:19:47
Original commit files touched by this commit  4.7
edwin search for other commits by this committer
Add usage-example for the misc/compat[34]x ports
21 Dec 2002 15:09:58
Original commit files touched by this commit  4.7
knu search for other commits by this committer
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.
25 Sep 2002 20:25:14
Original commit files touched by this commit  4.6.2
knu search for other commits by this committer
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.
24 Jul 2002 09:57:53
Original commit files touched by this commit  4.4.20011227
knu search for other commits by this committer
Mark FORBIDDEN due to buffer overflow in resolver in libc.
(FreeBSD-SA-02:28.resolv)
26 Feb 2002 09:05:47
files touched by this commit
petef search for other commits by this committer
Update to latest available snapshot for i386/5-CURRENT:       -
5.0-20020219-CURRENT    
29 Jan 2002 11:45:35
files touched by this commit
knu search for other commits by this committer
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.  
 
28 Dec 2001 17:22:34
files touched by this commit
knu search for other commits by this committer
Update compat4x for i386/4-STABLE.    
12 Oct 2001 09:19:30
files touched by this commit
knu search for other commits by this committer
- Update to the latest available versions:    
12 Sep 2001 07:05:38
files touched by this commit
knu search for other commits by this committer
Update compat4x for the 5-CURRENT/i386 platform.    
24 Aug 2001 16:55:36
files touched by this commit
asami search for other commits by this committer
Create target directories before installation.    
15 Aug 2001 20:17:48
files touched by this commit
knu search for other commits by this committer
Change PREFIX from /usr to the default not to harm bento.    
15 Aug 2001 09:40:36
files touched by this commit
sobomax search for other commits by this committer
Use other way to disconnect compatX ports from the bento build.    
13 Aug 2001 06:32:06
files touched by this commit
knu search for other commits by this committer
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.    

Number of commits found: 42

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.894 seconds.