aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x
Commit message (Collapse)AuthorAgeFilesLines
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* Make use of the ldconfig_local_dirs mechanism just committed toDoug Barton2006-01-082-6/+26
| | | | | | | | | | 7-CURRENT. flz has plans to develop the USE_LDCONFIG code in bsd.port.mk, but this will serve as a POC for now. Notes: svn path=/head/; revision=153045
* - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh toHiroki Sato2006-01-072-2/+2
| | | | | | | | | | prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444 Notes: svn path=/head/; revision=152993
* Bump PORTREVISION to bring in the REQUIRE: ldconfig change.Doug Barton2005-12-281-1/+1
| | | | Notes: svn path=/head/; revision=152244
* Make the boot scripts REQUIRE: ldconfig so that just in caseDoug Barton2005-12-281-1/+1
| | | | | | | | the script gets ordered prior to ldconfig, that script won't blow away the work done by this one. Notes: svn path=/head/; revision=152243
* Reduce POLA violation for users who didn't expect to have to enableDoug Barton2005-12-201-1/+15
| | | | | | | | | this feature. Prodded by: pav Notes: svn path=/head/; revision=151670
* Provide new style rc.d boot scripts, using the infrastructure thatDoug Barton2005-12-183-9/+34
| | | | | | | | is present in both bsd.port.mk and rc.subr to make things as simple as possible. Notes: svn path=/head/; revision=151512
* - Add SHA256Pav Lucistnik2005-11-251-0/+4
| | | | Notes: svn path=/head/; revision=149438
* Upgrade to 5.4-RELEASE-p8 libraries for potential SSL 2.0 rollbackDejan Lesjak2005-10-252-11/+13
| | | | | | | | | | | vulnerability. While here, add a note about libc.so.5 tweak for localedata. Reminded by: delphij Security: FreeBSD-SA-05:21.openssl Notes: svn path=/head/; revision=146326
* Remove liblwres.so.3. It will have same version on 6.x [1]Dejan Lesjak2005-10-062-3/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=144437
* This package allows you to install the compat5x libraries on yourKirill Ponomarev2005-08-264-0/+307
system, so you can use legacy binaries that depend on them. Submitted by: lesi Discussed with: lesi, ru Approved by: portmgr (self) Notes: svn path=/head/; revision=140976