FreshPorts -- The Place For Ports Sat, 17 May 2008 9:52 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
compat5x 5.4.0.8_9 misc on this many watch lists=61 search for ports that depend on this port An older version of this port was marked as vulnerable.
A convenience package to install the compat5x 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: 26 Aug 2005 06:21:37


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

Ports usage example:

--
.include <bsd.port.pre.mk>

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

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Dec 2007 18:30:29
Original commit files touched by this commit  5.4.0.8_9
linimon search for other commits by this committer
libkse.so.1 needs a chflags on uninstall to work properly.  This only
affects sparc64 and alpha, so wasn't noticed before.

Suggested by:   marcus
Hat:            portmgr
22 Dec 2007 15:12:55
Original commit files touched by this commit  5.4.0.8_9
nork search for other commits by this committer
Drop schg file flag.
21 Apr 2007 04:24:33
Original commit files touched by this commit  5.4.0.8_8
nork search for other commits by this committer
chflags noschg before pkg_delete.

Pointed out by:                 pointy hat via kris over gnn
Special Commiting Thanks with:  gnn
26 Mar 2007 05:58:06
Original commit files touched by this commit  5.4.0.8_7
nork search for other commits by this committer
Fix "make clean" error.
15 Aug 2006 01:56:24
Original commit files touched by this commit  5.4.0.8_7
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.4.0.8_7
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
03 Jun 2006 19:02:51
Original commit files touched by this commit  5.4.0.8_6
sat search for other commits by this committer
- Reset maintainer back to ports@ pending further discussion

Asked by:       mnag
03 Jun 2006 14:55:52
Original commit files touched by this commit  5.4.0.8_6
sat search for other commits by this committer
- Take maintainership
- Pet portlint(1)

PR:             ports/97965
Submitted by:   Rene Ladan <r.c.ladan@gmail.com>
30 May 2006 19:51:31
Original commit files touched by this commit  5.4.0.8_6
ume search for other commits by this committer
Oops, I forgot to bump PORTREVISION for my previous commit.
30 May 2006 19:49:58
Original commit files touched by this commit  5.4.0.8_5
ume search for other commits by this committer
It was too late to add the path for compat5x on 6.1 and later.
22 Jan 2006 05:52:28
Original commit files touched by this commit  5.4.0.8_5
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)
22 Jan 2006 02:28:45
Original commit files touched by this commit  5.4.0.8_5
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
08 Jan 2006 10:41:48
Original commit files touched by this commit  5.4.0.8_5
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  5.4.0.8_4
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  5.4.0.8_3
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  5.4.0.8_2
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  5.4.0.8_2
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  5.4.0.8_1
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.
25 Nov 2005 16:09:33
Original commit files touched by this commit  5.4.0.8
pav search for other commits by this committer
- Add SHA256
25 Oct 2005 13:34:10
Original commit files touched by this commit  5.4.0.8
lesi search for other commits by this committer
Upgrade to 5.4-RELEASE-p8 libraries for potential SSL 2.0 rollback
vulnerability.
While here, add a note about libc.so.5 tweak for localedata.

Reminded by:    delphij
Security:       FreeBSD-SA-05:21.openssl
07 Oct 2005 00:18:00
Original commit files touched by this commit  5.4.0.6_1
 This port version is marked as vulnerable.
lesi search for other commits by this committer
Remove liblwres.so.3. It will have same version on 6.x [1]
While here, remove temporary master site that no longer works anyway.

[1]
Pointed out by: Antoine Brodin (antoine.brodin at laposte.net)
Discussed with: re, dougb
26 Aug 2005 06:21:02
Original commit files touched by this commit  5.4.0.6
 This port version is marked as vulnerable.
krion search for other commits by this committer
This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.

Submitted by:   lesi
Discussed with: lesi, ru
Approved by:    portmgr (self)

Number of commits found: 22

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.405 seconds.