aboutsummaryrefslogtreecommitdiff
path: root/sysutils/jobd
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/jobd: mark BROKEN everwhereMark Linimon2021-05-121-0/+1
| | | | Observed to fail on amd64/12, 13, 14, riscv64/14
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/jobd: remove BROKEN_riscv64Piotr Kubaj2021-03-101-1/+0
| | | | | | | | | The same error happens on 13.0 on amd64, powerpc64 and powerpc64le. Looks like this port is generally broken on 13.0. Notes: svn path=/head/; revision=568017
* For ports on riscv64 that fail the same (or similar ways) to aarch64, markMark Linimon2021-01-021-1/+1
| | | | | | | | | | | them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559904
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "clang_werror".Mark Linimon2017-05-271-5/+6
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441850
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-3/+4
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440860
* Cleanup BROKEN/IGNORE for 10.3-Mathieu Arnold2017-01-031-7/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=430454
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+4
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426201
* - Update to 0.7.1Kris Moore2016-05-312-4/+10
| | | | | | | | | | | | - Ignore for < FreeBSD 10 ChangeLog: https://github.com/mheily/jobd/blob/master/CHANGELOG.md Submitted by: Maintainer Notes: svn path=/head/; revision=416202
* - Rename sysutils/relaunchd -> sysutils/jobdKris Moore2016-05-204-0/+40
- Bump to version 0.7.0 - Update MOVED Notes: svn path=/head/; revision=415559