aboutsummaryrefslogtreecommitdiff
path: root/textproc/bar
Commit message (Collapse)AuthorAgeFilesLines
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* - Convert to stagingMathieu Arnold2014-01-261-3/+2
| | | | | | | | | | | - pet portlint - add license - convert patches to makepatch naming Sponsored by: Absolight Notes: svn path=/head/; revision=341143
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Update maintainer's email address.Mark Linimon2010-12-011-1/+1
| | | | | | | Submitted by: maintainer (private email) Notes: svn path=/head/; revision=265540
* - Update to 1.4Renato Botelho2006-02-152-4/+4
| | | | | | | | | | | freshmeat blurb: A bug was fixed so the options -[ and -] are now properly recognized. PR: ports/93362 Submitted by: maintainer Notes: svn path=/head/; revision=156110
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Update to 1.3.1.Roman Bogorodskiy2005-06-262-3/+3
| | | | | | | | PR: 82638 Submitted by: Erik Greenwald (maintainer) Notes: svn path=/head/; revision=138032
* This is a small shell script intended to be used in portable Unix installPav Lucistnik2005-05-203-0/+41
scripts for showing progress bars. PR: ports/81216 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=135725