Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_1 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.4 28 Aug 2023 17:05:02
    |
Jan Beich (jbeich)  |
x11/wayland-logout: drop 1.3 version unused on FreeBSD >= 12.3
DPorts can lock the package or DragonFly import cr_pid from FreeBSD. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
1.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.4 01 Jul 2022 08:01:22
    |
Baptiste Daroussin (bapt)  |
wayland: add wayland virtual category |
1.4 01 Apr 2022 15:53:18
    |
Rene Ladan (rene)  |
all: drop support for EOL FreeBSD 12.2
- Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3,
update an example
- sysutils/lsof: drop support for ancient FreeBSD releases.
- multimedia/ustreamer: remove inline patch for 12.2
- x11/wayland-logout: remove support for FreeBSD < 12.3
- sysutils/bhyve+: remove support for FreeBSD 12.2
- databases/clickhouse: remove support for FreeBSD 12.2
- databases/mariadb106-server: remove support for FreeBSD 12.2
- devel/cvsd: no need to test for FreeBSD >=5 anymore
- devel/imake: no need to support a.out anymore
- japanese/kterm: no need to support FreeBSD <= 9
- math/igraph: remove support for FreeBSD 12.2
- net/onedrive: remove support for FreeBSD 12.2
- security/ipsec-tools: no need to test for FreeBSD >= 11
- emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after
49f593b2f77f"
Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising)
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D34523 |
1.3 01 Oct 2021 13:34:43
    |
Jan Beich (jbeich)  |
x11/wayland-logout: unbreak build after 620968a43a5f
Partially revert until 12.3 + 3 months for 12.2 EOL (circa 2022Q2).
https://cgit.freebsd.org/src/commit/?id=925f44f33862
https://www.freebsd.org/releases/12.3R/schedule/
../wayland-logout.c:117:26: error: no member named 'cr_pid' in 'struct xucred';
did you mean 'cr_uid'?
ret = kill(peer_cred.pid, SIGTERM);
^~~
../wayland-logout.c:120:65: error: no member named 'cr_pid' in 'struct xucred';
did you mean 'cr_uid'?
fprintf(stderr, "Error killing pid %d: %m\n", peer_cred.pid);
^~~
Reported by: antoine
Pointy hat to: jbeich |
1.4 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3 21 Mar 2021 12:42:01
  |
jbeich  |
x11/wayland-logout: use C version on FreeBSD >= 12.3
https://cgit.freebsd.org/src/commit/?id=925f44f33862908f9a2e72520a17af148c7d0db5
https://cgit.freebsd.org/src/commit/?id=2b61bda2c75f30f6eadd18fb891fd885e4c8d19d |
1.3 07 Mar 2021 19:02:05
  |
jbeich  |
x11/wayland-logout: update to 1.4
Changes: https://github.com/soreau/wayland-logout/compare/v1.1...v1.4
Reported by: portscout |
1.1 27 Dec 2020 04:36:16
  |
jbeich  |
x11/wayland-logout: update to 1.1
- Switch to more efficient code on FreeBSD 13.0
Changes: https://github.com/soreau/wayland-logout/compare/v1.0...v1.1
Reported by: portscout |
1.0 16 Nov 2020 12:28:05
  |
jbeich  |
x11/wayland-logout: add new port
wayland-logout is a simple program that sends SIGINT to a wayland
compositor by looking up the pid for the wayland socket file. The path
to the socket file is derived from WAYLAND_DISPLAY and XDG_RUNTIME_DIR
environment variables.
https://github.com/soreau/wayland-logout |