non port: sysutils/paladin/Makefile |
SVNWeb
|
Number of commits found: 21 |
Sat, 8 Apr 2023
|
[ 15:13 Dmitri Goutnik (dmgk) ] ff40d94 (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{119,120} update
|
Sat, 11 Mar 2023
|
[ 08:38 Robert Clausecker (fuz) ] b78fa20
sysutils/paladin: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd. This subsumes the patches
previously included for AArch64 support.
While we are at it, fix configuration when PREFIX is not
/usr/local.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
|
Thu, 9 Mar 2023
|
[ 19:18 Dmitri Goutnik (dmgk) ] 0907973 (Only the first 10 of 555 ports in this commit are shown above. )
all: Bump PORTREVISION after Go ports update
|
Wed, 15 Feb 2023
|
[ 19:06 Dmitri Goutnik (dmgk) ] 56b5ec7 (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{119,120} update
|
Thu, 9 Feb 2023
|
[ 21:55 Dmitri Goutnik (dmgk) ] 2297efc (Only the first 10 of 554 ports in this commit are shown above. )
all: Bump PORTREVISION after GO_DEFAULT update.
|
Sat, 14 Jan 2023
|
[ 11:31 Dmitri Goutnik (dmgk) ] 3b383d8 (Only the first 10 of 549 ports in this commit are shown above. )
all: Bump PORTVERSION after lang/go{118,119} update
|
Sun, 11 Dec 2022
|
[ 11:17 Dmitri Goutnik (dmgk) ] d9ad100 (Only the first 10 of 543 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Thu, 6 Oct 2022
|
[ 19:24 Dmitri Goutnik (dmgk) ] bde5186 (Only the first 10 of 525 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Thu, 8 Sep 2022
|
[ 16:33 Dmitri Goutnik (dmgk) ] f05c98f (Only the first 10 of 523 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{118,119} update
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 3 Aug 2022
|
[ 21:35 Dmitri Goutnik (dmgk) ] 4476f89 (Only the first 10 of 520 ports in this commit are shown above. )
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
|
Thu, 14 Jul 2022
|
[ 12:46 Dmitri Goutnik (dmgk) ] 153cb65 (Only the first 10 of 516 ports in this commit are shown above. )
all: Bump PORTREVISION after lang/go{117,118} update
|
Tue, 7 Jun 2022
|
[ 21:56 Dmitri Goutnik (dmgk) ] 309cdec (Only the first 10 of 511 ports in this commit are shown above. )
*/*: Bump port revisons after lang/go{117,118} update
|
Wed, 30 Mar 2022
|
[ 07:01 Guangyuan Yang (ygy) ] d690b51 (Only the first 10 of 498 ports in this commit are shown above. )
*/*: Bump PORTREVISION after lang/go 1.18 update
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 29 Sep 2019
|
[ 22:34 dmgk ] (Only the first 10 of 47 ports in this commit are shown above. )
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
sysutils-x11)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21744
|
Mon, 2 Sep 2019
|
[ 21:12 swills ]
sysutils/paladin: update to 2.0.1
PR: 239810
Submitted by: rlwestlund@gmail.com (maintainer)
|
Sat, 2 Mar 2019
|
[ 08:23 pi ]
sysutils/paladin: update 1.1.1 -> 2.0.0
- An -f command line flag that allows specifying a config file
- A handle for the SIGINFO signal
- Args to the children are passed as an array (so that it's possible
to pass an argument with a space in it)
- Fixes of some major bugs causing paladin to not correctly track
the number of running children (so it wouldn't know when to exit),
or not wait for children to exit before exiting itself after
receiving SIGTERM.
PR: 236111
Submitted by: rlwestlund@gmail.com
Approved by: Randy Westlund <rwestlun@gmail.com>
|
Mon, 17 Apr 2017
|
[ 15:23 miwi ]
- Update to 1.1.0
PR: 218339
Submitted by: maintainer
|
Fri, 13 Jan 2017
|
[ 17:59 rakuco ]
New port: sysutils/paladin
Simple process supervisor.
WWW: https://github.com/rwestlund/paladin
PR: 215463
Submitted by: Randy Westlund <rwestlun@gmail.com>
|
Number of commits found: 21 |