summaryrefslogtreecommitdiff
path: root/misc/compat4x (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix a minor typo in misc/compat4x port's Makefile:Martin Wilke2008-11-231-1/+1
| | | | | | | | | | it says "in unsupported" instead of "is unsupported". PR: 129087 Submitted by: Pankov Pavel <pankov_p@mail.ru> Notes: svn path=/head/; revision=223254
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* remove trailing text after the .else at line 91Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200814
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-27/+1
| | | | Notes: svn path=/head/; revision=200775
* - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/emptyRong-En Fan2007-07-261-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 Notes: svn path=/head/; revision=196330
* - Remove schg flags before 'make clean', otherwise we can not removeRong-En Fan2007-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> Notes: svn path=/head/; revision=194004
* - 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
* - Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fixMarcus Alves Grando2006-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 Notes: svn path=/head/; revision=164701
* Avoid clobbering ${ARCH} variable for amd64 which resulted in this portDejan Lesjak2006-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 Notes: svn path=/head/; revision=156575
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-222-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB alreadyDoug Barton2006-01-141-1/+1
| | | | | | | Pointed out by: pointyhat via kris Notes: svn path=/head/; revision=153515
* Make use of the ldconfig_local_dirs mechanism just committed toDoug Barton2006-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. 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/+13
| | | | | | | | | this feature. Prodded by: pav Notes: svn path=/head/; revision=151670
* Provide new style rc.d boot scripts, using the infrastructure thatDoug Barton2005-12-184-12/+37
| | | | | | | | is present in both bsd.port.mk and rc.subr to make things as simple as possible. Notes: svn path=/head/; revision=151512
* Explicitly set PKGNAMESUFFIX for amd64 case so package is named the same inDejan Lesjak2005-12-181-0/+1
| | | | | | | | | output of 'make describe' for both native and crossbuild. Spotted by: kris Notes: svn path=/head/; revision=151463
* Add support for installing i386 4.x libraries on the amd64 architecture.Dejan Lesjak2005-12-082-36/+59
| | | | | | | | PR: ports/87525 Submitted by: Simun Mikecin (numisemis at yahoo dot com) Notes: svn path=/head/; revision=150636
* - Add SHA256Pav Lucistnik2005-11-251-0/+12
| | | | Notes: svn path=/head/; revision=149438
* Add message about COMPAT_FREEBSD4 in kernelMarcus Alves Grando2005-09-252-0/+23
| | | | | | | | | PR: ports/83924 Submitted by: Scot W. Hetzel <swhetzel@gmail.com> Approved by: pav (mentor) Notes: svn path=/head/; revision=143536
* fix dependency. rev1.21 did not work at all.FUJISHIMA Satsuki2005-06-171-2/+2
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=137633
* hook-up localedata for -CURRENT.FUJISHIMA Satsuki2005-06-131-0/+4
| | | | Notes: svn path=/head/; revision=137376
* Regenerate with the -BETA7 version of the alpha compat4x distribution,Kris Kennaway2004-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 Notes: svn path=/head/; revision=119891
* Update this port for FreeBSD 5.3. The new libraries are taken fromKris Kennaway2004-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 Notes: svn path=/head/; revision=118590
* Update to libraries from FreeBSD 4.10-RELEASE.Alexander Leidinger2004-06-022-17/+17
| | | | | | | Submitted by: marius Notes: svn path=/head/; revision=110685
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* - Update to latest available versions from FreeBSD 4.9-RELEASE/5.2.1-RELEASE.Alexander Leidinger2004-03-056-74/+60
| | | | | | | | | - Collapse PLISTs to one PLIST per FreeBSD version. Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=103039
* Update compat4x for 5.0-CURRENT/i386 to 20030328.Akinori MUSHA2003-03-282-3/+3
| | | | Notes: svn path=/head/; revision=77576
* Update misc/compat4x for 5.0/i386 to 5.0.20030218.Akinori MUSHA2003-02-198-36/+69
| | | | | | | Have a separate pkg-plist for each platform. Notes: svn path=/head/; revision=75874
* Add usage-example for the misc/compat[34]x portsEdwin Groothuis2003-01-201-0/+9
| | | | Notes: svn path=/head/; revision=73633
* Update misc/compat4x for 5.0/i386 to 5.0.20021221 and fix a fetchAkinori MUSHA2002-12-213-19/+17
| | | | | | | | | problem. Update misc/compat4x for 4.x to 4.7 while I'm at it. Notes: svn path=/head/; revision=71754
* 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 to the latest library set and unmark FORBIDDEN excpet:Akinori MUSHA2002-09-253-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. Notes: svn path=/head/; revision=67142
* 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
* Update to latest available snapshot for i386/5-CURRENT:Pete Fritchman2002-02-262-7/+7
| | | | | | | | | - 5.0-20020219-CURRENT PR: 34517 Notes: svn path=/head/; revision=55261
* 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 compat4x for i386/4-STABLE.Akinori MUSHA2001-12-283-9/+9
| | | | Notes: svn path=/head/; revision=52328
* - Update to the latest available versions:Akinori MUSHA2001-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! :) Notes: svn path=/head/; revision=48695
* Update compat4x for the 5-CURRENT/i386 platform.Akinori MUSHA2001-09-122-6/+6
| | | | Notes: svn path=/head/; revision=47733
* 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/+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. 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/+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 Notes: svn path=/head/; revision=46163