aboutsummaryrefslogtreecommitdiff
path: root/games/filters
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/filter: add MAKE_JOBS_UNSAFE=yes to fix race condition on threaded build.Piotr Kubaj2019-04-171-0/+1
| | | | | | | | | | PR: 237311 Reviewed by: tcberner (mentor) Approved by: ehaupt (maintainer) Differential Revision: https://reviews.freebsd.org/D19943 Notes: svn path=/head/; revision=499208
* - Update to 2.55Emanuel Haupt2016-10-063-6/+11
| | | | | | | | - Add license - Add WWW Notes: svn path=/head/; revision=423396
* - Update to 2.54Emanuel Haupt2015-09-036-94/+17
| | | | | | | - Sort USES Notes: svn path=/head/; revision=396043
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376395
* Update to 2.53Emanuel Haupt2014-11-122-3/+3
| | | | Notes: svn path=/head/; revision=372489
* Update to 2.52, the upstream author renamed lolcat to LOLCAT to work around theEmanuel Haupt2014-09-154-8/+7
| | | | | | | | | conflict with another program called lolcat (games/lolcat). While this isn't my personal choice of name I go with the change to stay compatible with upstream. As a nice side effect we can remove the conflict to games/lolcat vice versa. Notes: svn path=/head/; revision=368246
* Update to 2.51Emanuel Haupt2014-09-103-7/+9
| | | | Notes: svn path=/head/; revision=367799
* Update to 2.50 and support clangEmanuel Haupt2014-09-032-4/+3
| | | | Notes: svn path=/head/; revision=367207
* Support staging.Emanuel Haupt2013-10-282-32/+5
| | | | Notes: svn path=/head/; revision=331845
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-2/+1
| | | | | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header Notes: svn path=/head/; revision=322530
* Fix build on HEAD by adding USE_GCC=any (uses nested functions)Baptiste Daroussin2013-05-271-0/+1
| | | | Notes: svn path=/head/; revision=319262
* Convert to use shebangfix USES flag.Emanuel Haupt2013-05-071-5/+3
| | | | Notes: svn path=/head/; revision=317591
* Update to 2.49Emanuel Haupt2013-05-063-5/+7
| | | | Notes: svn path=/head/; revision=317513
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-6/+2
| | | | Notes: svn path=/head/; revision=313649
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to 2.48Emanuel Haupt2011-02-147-19/+75
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269148
* Mark MAKE_JOBS_UNSAFEEmanuel Haupt2009-03-261-0/+1
| | | | Notes: svn path=/head/; revision=231076
* Update to 2.46Emanuel Haupt2008-10-292-4/+4
| | | | Notes: svn path=/head/; revision=222194
* Update to 2.45Emanuel Haupt2008-08-082-4/+4
| | | | Notes: svn path=/head/; revision=218242
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Update to 2.44Emanuel Haupt2008-04-294-22/+16
| | | | Notes: svn path=/head/; revision=212256
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* Update to 2.43Emanuel Haupt2007-12-123-7/+7
| | | | Notes: svn path=/head/; revision=203389
* Update to 2.42Emanuel Haupt2007-10-222-4/+4
| | | | Notes: svn path=/head/; revision=201752
* Update to 2.41Emanuel Haupt2007-09-222-4/+4
| | | | Notes: svn path=/head/; revision=199903
* Update to 2.40Emanuel Haupt2007-08-273-7/+7
| | | | Notes: svn path=/head/; revision=198386
* Update to 2.39Emanuel Haupt2007-01-027-40/+103
| | | | Notes: svn path=/head/; revision=181283
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Remove WWW: None.Bill Fenner2005-10-091-2/+0
| | | | Notes: svn path=/head/; revision=144642
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* - Register conflictsPav Lucistnik2005-07-111-0/+2
| | | | Notes: svn path=/head/; revision=138904
* A collection of command line filters, including B1FF and the Swedish Chef.Pav Lucistnik2005-07-114-0/+99
No personal, racial, societal slurs are intended. For amusement only. All the filters read input from stdin, change it, and write the filtered text to stdout. PR: ports/83119 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Bribed by: swiss chocolate Notes: svn path=/head/; revision=138900