aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat5x
Commit message (Collapse)AuthorAgeFilesLines
* Now build on sparc64.linimon2016-11-041-4/+0
| | | | Approved by: portmgr (tier-2 blanket)
* ${RM} already has -f.mat2016-10-211-2/+2
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Use @preunexec to ensure the removal of the flags is done in the pre ↵bapt2016-09-111-8/+8
| | | | deinstall phase
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-012-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove @exec lines redundant with USE_LDCONFIG32antoine2015-09-262-2/+0
|
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-12-091-3/+0
|
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Stage supportmiwi2014-02-261-7/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* Drop alpha supporteadler2013-06-052-10/+1
|
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-4/+0
| | | | Reviewed by: miwi
* Cleanup unmaintained ports in the misc category:eadler2013-03-261-6/+2
| | | | | | | | - Single space for WWW in pkg-descr - Ordering if of items in Makefile - Trim headers - Comment should not begin with leading article - Pet portlint
* - Get Rid MD5 supportmiwi2011-03-191-4/+0
|
* Set mode 0755 on MKDIR to create ${PREFIX}/lib/compat. Some users experiencedgarga2010-10-201-1/+2
| | | | | | problems when umask was 002 and this dir was created with group write perm. Reported by: ecrist at EFNet
* - Reroll compat5x distfiles to clean schg flag, which makes it possible to ↵amdmi32010-08-252-20/+14
| | | | | | | | install compat5x with securelevel > 0 PR: 144264 Submitted by: Youssef Ghorbal <djo@pasteur.fr> Discussed on: freebsd-ports@
* Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.linimon2009-12-041-0/+4
| | | | Hat: portmgr
* Attempt to fix plist for sparc64 on deinstall.linimon2009-09-151-0/+2
| | | | Hat: portmgr
* After discuss with jhb@ and kib@, here are fixed version of compat[567]x portsgarga2009-09-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | working fine when installed on 8.0. compat5x: Installed under a FreeBSD 6.x or 7.x: /usr/local/lib/compat/libpthread.so.1 (file) on amd64: /usr/local/lib32/compat/libpthread.so.1 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) compat6x: Installed under a FreeBSD 7.x: /usr/local/lib/compat/libpthread.so.2 (file) on amd64: /usr/local/lib32/compat/libpthread.so.2 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) compat7x: Installed under a FreeBSD 8.x: /usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink) on amd64: /usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink) Reported by: kib Thanks to: jhb and kib
* When installing on 8.x (>= 800105), don't install libpthread.so.1 but create agarga2009-08-271-1/+9
| | | | | | symlink to /usr/lib/libpthr.so Discussed with: jhb
* - Simplify ldconfig handlingpav2009-02-131-11/+0
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-8/+2
|
* compat5x port can fail to extract if you're root.edwin2008-05-281-0/+2
| | | | | | | | | | | | If you are building the misc/compat5x port as root, it can fail to extract properly, if your ports dir is not owned by root:wheel, but for example by root:src. This is because the files in the distfile archive have the schg flag set. That flag is killed btw in the post-extract phase. PR: ports/122306 Submitted by: Dimitry Andric <dimitry@andric.com>
* libkse.so.1 needs a chflags on uninstall to work properly. This onlylinimon2007-12-271-0/+2
| | | | | | | affects sparc64 and alpha, so wasn't noticed before. Suggested by: marcus Hat: portmgr
* Drop schg file flag.nork2007-12-221-4/+4
|
* chflags noschg before pkg_delete.nork2007-04-212-1/+7
| | | | | Pointed out by: pointy hat via kris over gnn Special Commiting Thanks with: gnn
* Fix "make clean" error.nork2007-03-261-0/+3
|
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | | - 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>
* - Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fixmnag2006-06-075-78/+35
| | | | | | | 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
* - Reset maintainer back to ports@ pending further discussionsat2006-06-041-1/+1
| | | | Asked by: mnag
* - Take maintainershipsat2006-06-032-2/+1
| | | | | | | - Pet portlint(1) PR: ports/97965 Submitted by: Rene Ladan <r.c.ladan@gmail.com>
* Oops, I forgot to bump PORTREVISION for my previous commit.ume2006-05-311-1/+1
|
* It was too late to add the path for compat5x on 6.1 and later.ume2006-05-311-1/+1
|
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Make use of the ldconfig_local_dirs mechanism just committed todougb2006-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.
* - Rename the startup script ${PORTNAME}.sh to 000.${PORTNAME}.sh tohrs2006-01-072-2/+2
| | | | | | | prevent non-rcNG scripts from being invoked before it. - Bump PORTREVISION. PR: conf/91444
* Bump PORTREVISION to bring in the REQUIRE: ldconfig change.dougb2005-12-281-1/+1
|
* Make the boot scripts REQUIRE: ldconfig so that just in casedougb2005-12-281-1/+1
| | | | | the script gets ordered prior to ldconfig, that script won't blow away the work done by this one.
* Reduce POLA violation for users who didn't expect to have to enabledougb2005-12-211-1/+15
| | | | | | this feature. Prodded by: pav
* Provide new style rc.d boot scripts, using the infrastructure thatdougb2005-12-193-9/+34
| | | | | is present in both bsd.port.mk and rc.subr to make things as simple as possible.
* - Add SHA256pav2005-11-261-0/+4
|
* Upgrade to 5.4-RELEASE-p8 libraries for potential SSL 2.0 rollbacklesi2005-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
* Remove liblwres.so.3. It will have same version on 6.x [1]lesi2005-10-072-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
* This package allows you to install the compat5x libraries on yourkrion2005-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)