aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Use @preunexec to ensure the removal of the flags is done in the pre ↵Baptiste Daroussin2016-09-111-8/+8
| | | | | | | deinstall phase Notes: svn path=/head/; revision=421763
* Remove @exec lines redundant with USE_LDCONFIG32Antoine Brodin2015-09-261-1/+0
| | | | Notes: svn path=/head/; revision=397965
* Cleanup plistBaptiste Daroussin2014-12-091-3/+0
| | | | Notes: svn path=/head/; revision=374378
* Drop alpha supportEitan Adler2013-06-041-3/+0
| | | | Notes: svn path=/head/; revision=319930
* Attempt to fix plist for sparc64 on deinstall.Mark Linimon2009-09-151-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=241434
* libkse.so.1 needs a chflags on uninstall to work properly. This onlyMark Linimon2007-12-261-0/+2
| | | | | | | | | | affects sparc64 and alpha, so wasn't noticed before. Suggested by: marcus Hat: portmgr Notes: svn path=/head/; revision=204582
* chflags noschg before pkg_delete.Norikatsu Shigemura2007-04-211-0/+6
| | | | | | | | Pointed out by: pointy hat via kris over gnn Special Commiting Thanks with: gnn Notes: svn path=/head/; revision=190522
* - Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fixMarcus Alves Grando2006-06-071-2/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=164701
* 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-081-0/+2
| | | | | | | | | | 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
* Provide new style rc.d boot scripts, using the infrastructure thatDoug Barton2005-12-181-1/+0
| | | | | | | | is present in both bsd.port.mk and rc.subr to make things as simple as possible. Notes: svn path=/head/; revision=151512
* Remove liblwres.so.3. It will have same version on 6.x [1]Dejan Lesjak2005-10-061-1/+0
| | | | | | | | | | | 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-261-0/+209
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