75d8e99b75
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
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
etc/rc.d/000.compat4x.sh
|
|
lib/compat/libc.so.4
|
|
@unexec if [ -e %B/libc_r.so.4.compat3x ]; then ln -sf libc_r.so.4.compat3x %B/libc_r.so.4; else rm %B/libc_r.so.4; fi
|
|
lib/compat/libc_r.so.4.compat4x
|
|
@exec ln -sf %f %B/libc_r.so.4
|
|
%%FORBIDDEN:%%lib/compat/libcrypto.so.1
|
|
%%FORBIDDEN:%%lib/compat/libcrypto.so.2
|
|
lib/compat/libdevstat.so.2
|
|
lib/compat/libedit.so.3
|
|
lib/compat/libfetch.so.2
|
|
lib/compat/libgmp.so.3
|
|
lib/compat/libhistory.so.4
|
|
lib/compat/libm.so.2
|
|
lib/compat/libmp.so.3
|
|
lib/compat/libopie.so.2
|
|
lib/compat/libpam.so.1
|
|
lib/compat/libpcap.so.2
|
|
@unexec if [ -e %B/libperl.so.3.compat3x ]; then ln -sf libperl.so.3.compat3x %B/libperl.so.3; else rm %B/libperl.so.3; fi
|
|
lib/compat/libperl.so.3.compat4x
|
|
@exec ln -sf %f %B/libperl.so.3
|
|
lib/compat/libposix1e.so.2
|
|
lib/compat/libreadline.so.4
|
|
lib/compat/libskey.so.2
|
|
%%FORBIDDEN:%%lib/compat/libssl.so.1
|
|
%%FORBIDDEN:%%lib/compat/libssl.so.2
|
|
lib/compat/libstdc++.so.3
|
|
lib/compat/libusb.so.0
|
|
lib/compat/libusbhid.so.0
|
|
%%I386_ONLY%%lib/compat/libutil.so.3
|
|
%%I386_ONLY%%lib/compat/libvgl.so.2
|
|
lib/compat/pam_cleartext_pass_ok.so
|
|
lib/compat/pam_deny.so
|
|
lib/compat/pam_opie.so
|
|
lib/compat/pam_opieaccess.so
|
|
lib/compat/pam_permit.so
|
|
lib/compat/pam_radius.so
|
|
lib/compat/pam_skey.so
|
|
lib/compat/pam_ssh.so
|
|
lib/compat/pam_tacplus.so
|
|
lib/compat/pam_unix.so
|
|
@unexec rmdir %D/lib/compat 2>/dev/null || true
|