aboutsummaryrefslogtreecommitdiff
path: root/misc/compat4x
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-9/+11
| | | | Notes: svn path=/head/; revision=508882
* Fix file modes after extracting.Mathieu Arnold2016-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Some port's archives contains files modes that are a bit too restrictive for some usage. For example: BUILD_DEPENDS= ${NONEXISTENT}:foo/bar:configure When building as a regular user, dependencies are installed/built as root, so if the archive contains files that have a mode of, say, 600, they will not be readable by the port requesting the dependency. This will also fix broken distribution files where directories don't have the executable bit on. OSVERSION 1100077 is after base r283997: Change directory permissions in pre-order. In this order, it won't try to recurse into a directory for which it doesn't have permission, before changing that permission. This follows an existing behavior in other BSDs, linux, OS X. PR: 213574 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424898
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-012-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Remove obsolete logic used to coexist with compat3x, fix stage-qaDmitry Marakasov2015-10-082-15/+3
| | | | | | | | PR: 203272 Approved by: mat Notes: svn path=/head/; revision=398822
* Remove @exec lines redundant with USE_LDCONFIG32Antoine Brodin2015-09-262-3/+0
| | | | Notes: svn path=/head/; revision=397965
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-5/+2
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Cleanup plistBaptiste Daroussin2015-02-052-3/+0
| | | | Notes: svn path=/head/; revision=378454
* Declare ONLY_FOR_ARCHS correctlySean Bruno2014-07-021-2/+2
| | | | | | | | PR: 191567 Reviewed by: bdrewery (implicit) Notes: svn path=/head/; revision=360240
* - Fix packaging on i386Bryan Drewery2014-04-112-2/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=350884
* No need for cat PKGMESSAGE in staged portBryan Drewery2014-04-111-3/+0
| | | | Notes: svn path=/head/; revision=350883
* - Stage supportMartin Wilke2014-02-261-4/+3
| | | | Notes: svn path=/head/; revision=346098
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Drop alpha support which has not been supported since 7.0Eitan Adler2013-06-041-6/+3
| | | | | | | - Clean up the single arch information Notes: svn path=/head/; revision=319929
* Cleanup unmaintained ports in the misc category:Eitan Adler2013-03-251-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 Notes: svn path=/head/; revision=315240
* - Get Rid MD5 supportMartin Wilke2011-03-191-12/+0
| | | | Notes: svn path=/head/; revision=271305
* - Simplify ldconfig handlingPav Lucistnik2009-02-121-12/+2
| | | | Notes: svn path=/head/; revision=228123
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-5/+2
| | | | Notes: svn path=/head/; revision=225300
* - 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