aboutsummaryrefslogtreecommitdiff
path: root/net/fiche
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/fiche: enable passing options such as runtime user to daemonDave Cottlehuber2020-05-183-3/+9
| | | | | | | | | | | | - daemon(8) mistakenly consumes the usual prepended rc.subr fiche_flags - wrap command_args for line length Approved by: zi Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23438 Notes: svn path=/head/; revision=535721
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Remove MASTER_SITES=GH when it is the only one.Mathieu Arnold2019-01-081-1/+0
| | | | | | | It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. Notes: svn path=/head/; revision=489684
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Fix build with GCC-based architecturesRyan Steinmetz2018-10-061-0/+1
| | | | | | | | PR: 232013 Submitted by: pkubaj@anongoth.pl Notes: svn path=/head/; revision=481390
* New port: net/fiche:Ryan Steinmetz2018-08-096-0/+100
Command line pastebin for sharing terminal output. Note: fiche requires a separate web-server to serve the pastebin content. WWW: http://termbin.com/ Notes: svn path=/head/; revision=476716