aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat4x
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* - Drop alpha support which has not been supported since 7.0eadler2013-06-051-6/+3
| | | | - Clean up the single arch information
* 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-12/+0
|
* - Simplify ldconfig handlingpav2009-02-131-12/+2
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-5/+2
|
* - Fix a minor typo in misc/compat4x port's Makefile:miwi2008-11-231-1/+1
| | | | | | | it says "in unsupported" instead of "is unsupported". PR: 129087 Submitted by: Pankov Pavel <pankov_p@mail.ru>
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* remove trailing text after the .else at line 91edwin2007-10-041-1/+1
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-27/+1
|
* - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/emptyrafan2007-07-271-1/+1
| | | | | | | that has the flag set and that directory is not under ${WRKSRC} PR: ports/114878 Submitted by: Scot Hetzel <swhetzel at gmail.com
* - Remove schg flags before 'make clean', otherwise we can not removerafan2007-06-211-0/+3
| | | | | | | WRKSRC/var/empty. This only happens on 7.x. PR: ports/112899 Submitted by: Lars Engels <lars.engels at 0x20.net>
* - 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-076-109/+40
| | | | | | | 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
* Avoid clobbering ${ARCH} variable for amd64 which resulted in this portlesi2006-02-212-13/+16
| | | | | | | | | | | | being unfechable as a dependency of another port. Introduce instead COMPAT4X_ARCH which is the same as ARCH except on amd64 where it is "i386" and replace relevant occurances of ARCH with it. This also unbreaks ".if ${ARCH} == amd64" comparison that comes after ARCH was modified to "i386" before. While here, avoid installing ldconfig/compat4x for amd64 which only needs ldconfig32/compat4x. Unfetchability hinted at by: pointyhat via kris
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-222-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB alreadydougb2006-01-151-1/+1
| | | | Pointed out by: pointyhat via kris
* Make use of the ldconfig_local_dirs mechanism just committed todougb2006-01-082-4/+24
| | | | | | | 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/+13
| | | | | | this feature. Prodded by: pav
* Provide new style rc.d boot scripts, using the infrastructure thatdougb2005-12-194-12/+37
| | | | | is present in both bsd.port.mk and rc.subr to make things as simple as possible.
* Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same inlesi2005-12-181-0/+1
| | | | | | output of 'make describe' for both native and crossbuild. Spotted by: kris
* Add support for installing i386 4.x libraries on the amd64 architecture.lesi2005-12-082-36/+59
| | | | | PR: ports/87525 Submitted by: Simun Mikecin (numisemis at yahoo dot com)
* - Add SHA256pav2005-11-261-0/+12
|
* Add message about COMPAT_FREEBSD4 in kernelmnag2005-09-262-0/+23
| | | | | | PR: ports/83924 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Approved by: pav (mentor)
* fix dependency. rev1.21 did not work at all.sf2005-06-171-2/+2
| | | | Submitted by: kris
* hook-up localedata for -CURRENT.sf2005-06-131-0/+4
|
* Regenerate with the -BETA7 version of the alpha compat4x distribution,kris2004-10-211-3/+3
| | | | | | | not the random earlier version I previously used (which doesn't have the newly-bumped libraries). Only affects alpha. Submitted by: kensmith
* Update this port for FreeBSD 5.3. The new libraries are taken fromkris2004-10-093-10/+19
| | | | | | | | 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
* Update to libraries from FreeBSD 4.10-RELEASE.netchild2004-06-032-17/+17
| | | | Submitted by: marius
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE.netchild2004-03-066-74/+60
| | | | | | - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Update compat4x for 5.0-CURRENT/i386 to 20030328.knu2003-03-282-3/+3
|
* Update misc/compat4x for 5.0/i386 to 5.0.20030218.knu2003-02-198-36/+69
| | | | Have a separate pkg-plist for each platform.
* Add usage-example for the misc/compat[34]x portsedwin2003-01-201-0/+9
|
* Update misc/compat4x for 5.0/i386 to 5.0.20021221 and fix a fetchknu2002-12-213-19/+17
| | | | | | problem. Update misc/compat4x for 4.x to 4.7 while I'm at it.
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update to the latest library set and unmark FORBIDDEN excpet:knu2002-09-263-39/+72
| | | | | | | | | | | | - On 5-CURRENT/alpha: still FORBIDDEN because no updated libc/libc_r is available yet. - By default, OpenSSL libraries are not installed because they are known to be vulnerable. (cf. FreeBSD-SA-02:33.openssl) They are installed only when FORCE_VULNERABLE_OPENSSL is defined, although in that case the port is marked FORBIDDEN. So, one must specify -DFORCE_VULNERABLE_OPENSSL -DNO_IGNORE to install this port with vulnerable OpenSSL libraries.
* Mark FORBIDDEN due to buffer overflow in resolver in libc.knu2002-07-241-0/+2
| | | | (FreeBSD-SA-02:28.resolv)
* Update to latest available snapshot for i386/5-CURRENT:petef2002-02-262-7/+7
| | | | | | - 5.0-20020219-CURRENT PR: 34517
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update compat4x for i386/4-STABLE.knu2001-12-293-9/+9
|
* - Update to the latest available versions:knu2001-10-123-23/+56
| | | | | | | | | | | | | | | 4-STABLE/alpha: 4.4-RELEASE 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/alpha: 5.0-20010721-CURRENT 5-CURRENT/i386: 5.0-20011011-CURRENT I could not find up-to-date snapshots available for alpha. If anyone knows one, please let me know. - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :)
* Update compat4x for the 5-CURRENT/i386 platform.knu2001-09-122-6/+6
|
* Create target directories before installation.asami2001-08-241-1/+1
| | | | Submitted by: bento
* Change PREFIX from /usr to the default not to harm bento.knu2001-08-162-7/+9
| | | | | | Prepare rc.d scripts that do ldconfig on startup, because $PREFIX/lib/compat and $PREFIX/lib/compat/aout are no longer included in the default $ldconfig_paths and $ldconfig_paths_aout, respectively.
* Use other way to disconnect compatX ports from the bento build.sobomax2001-08-151-0/+4
|
* Add compat22, compat3x and compat4x. These packages allow you toknu2001-08-135-0/+93
install the compat libraries on your system, so you can use legacy binaries that depend on them. PR: ports/29371 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Altered by: knu