summaryrefslogtreecommitdiff
path: root/misc/compat3x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-9/+0
| | | | Notes: svn path=/head/; revision=225300
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-10/+1
| | | | Notes: svn path=/head/; revision=200761
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-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> Notes: svn path=/head/; revision=170651
* 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149438
* Mark FORBIDDEN because of FreeBSD-SA-03:05.xdr andAlexander Leidinger2004-03-081-0/+2
| | | | | | | | | | FreeBSD-SA-03:08.realpath: xdr isn't fixed, and the realpath lib isn't available precompiled (at least we haven't found one). Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=103276
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Add usage-example for the misc/compat[34]x portsEdwin Groothuis2003-01-201-0/+9
| | | | Notes: svn path=/head/; revision=73633
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update with the latest binaries and unmark FORBIDDEN.Akinori MUSHA2002-09-253-50/+30
| | | | | | | | | Properly include libperl.so.3 for CURRENT. Binaries built and contributed by: motoyuki Notes: svn path=/head/; revision=67140
* Mark FORBIDDEN due to buffer overflow in resolver in libc.Akinori MUSHA2002-07-241-0/+2
| | | | | | | (FreeBSD-SA-02:28.resolv) Notes: svn path=/head/; revision=63471
* Backout previous commit (addition of libperl), for some reason it isn't reallyMaxim Sobolev2002-03-171-1/+0
| | | | | | | | | | installed. Submitted by: bento Pointy hat to: sobomax Notes: svn path=/head/; revision=56259
* Add missed libperl.Maxim Sobolev2002-03-141-0/+1
| | | | Notes: svn path=/head/; revision=56096
* Update to latest available snapshot for i386/5-CURRENT:Pete Fritchman2002-02-262-8/+8
| | | | | | | | | - 5.0-20020219-CURRENT PR: 34516 Notes: svn path=/head/; revision=55260
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53958
* Update for i386/4-STABLE. (libc_r.so.4 was removed)Akinori MUSHA2001-12-283-14/+14
| | | | Notes: svn path=/head/; revision=52331
* - Update to the latest available versions:Akinori MUSHA2001-10-122-17/+52
| | | | | | | | | | | | | 4-STABLE/i386: 4.4-20011011-STABLE 5-CURRENT/i386: 5.0-20011011-CURRENT - Transfer the maintainership to ports@, because this rather belongs to the base/ports infrastructure. We greatly appreciate your inititial idea and work, Scott! :) Notes: svn path=/head/; revision=48696
* Create target directories before installation.Satoshi Asami2001-08-241-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46794
* Change PREFIX from /usr to the default not to harm bento.Akinori MUSHA2001-08-152-7/+11
| | | | | | | | | 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. Notes: svn path=/head/; revision=46292
* Use other way to disconnect compatX ports from the bento build.Maxim Sobolev2001-08-151-0/+4
| | | | Notes: svn path=/head/; revision=46270
* Add compat22, compat3x and compat4x. These packages allow you toAkinori MUSHA2001-08-135-0/+81
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 Notes: svn path=/head/; revision=46163