mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
sysutils/seatd: replace r547059 with upstream fix
Let's keep -Werror for now as upstream is cooperative.
This commit is contained in:
parent
ee9c4806cc
commit
d608c407d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547132
@ -5,6 +5,9 @@ DISTVERSION= 0.2.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
PATCH_SITES= https://git.sr.ht/~kennylevinsen/${PORTNAME}/commit/
|
||||
PATCHFILES+= 8e1bf10d9dec.patch:-p1
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Minimal seat management daemon and universal library
|
||||
|
||||
@ -14,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
USES= compiler:c11 meson pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
MESON_ARGS= -Dwerror=false \
|
||||
-Dbuiltin=enabled # SUID fallback
|
||||
MESON_ARGS= -Dbuiltin=enabled # SUID fallback
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
include/libseat.h \
|
||||
lib/libseat.so \
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1598648954
|
||||
SHA256 (seatd-0.2.0.tar.gz) = 6b0160fa2f0500da7db6450547b8ffa7063d063dc94a4a2a710f416b2e41699f
|
||||
SIZE (seatd-0.2.0.tar.gz) = 32324
|
||||
SHA256 (8e1bf10d9dec.patch) = 7d1128c3604a1707e3f19acb99fee81a97f4a3f6d35d68c209faaf8eda853b7a
|
||||
SIZE (8e1bf10d9dec.patch) = 720
|
||||
|
Loading…
Reference in New Issue
Block a user