mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/wlopm: update to 1.0.0
CHANGELOG: - Add bash completions. - Fix installation on FreeBSD (thanks to Isaac Freund). - Follow (new) C standard by replacing noop() function (thanks to Ben Buse). - Allow compiling with clang via -Wno-strict-prototypes. - Fix file permissions of man page. PR: 283942
This commit is contained in:
parent
bc71b6fa41
commit
3a3b1819c6
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= wlopm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.0
|
||||
DISTVERSION= 1.0.0
|
||||
CATEGORIES= x11 wayland
|
||||
MASTER_SITES= https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/
|
||||
DISTNAME= ${DISTVERSIONFULL}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1700117590
|
||||
SHA256 (wlopm/v0.1.0.tar.gz) = f9a7ec03a412e602420ab11d0eea872f6d30dfe5cfee93cd3d0289e4fbbb3aa1
|
||||
SIZE (wlopm/v0.1.0.tar.gz) = 19004
|
||||
TIMESTAMP = 1736373535
|
||||
SHA256 (wlopm/v1.0.0.tar.gz) = 15f31bbd855131943397dded3a26003f2f5056e4c6a1a93d35ff7697b3f1e439
|
||||
SIZE (wlopm/v1.0.0.tar.gz) = 19451
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
BINDIR=$(PREFIX)/bin
|
||||
MANDIR=$(PREFIX)/share/man
|
||||
|
||||
-CFLAGS+=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result
|
||||
+CFLAGS+=-Wall -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result
|
||||
-CFLAGS+=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -Wno-strict-prototypes
|
||||
+CFLAGS+=-Wall -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -Wno-strict-prototypes
|
||||
LIBS=-lwayland-client
|
||||
OBJ=wlopm.o wlr-output-power-management-unstable-v1.o
|
||||
GEN=wlr-output-power-management-unstable-v1.c wlr-output-power-management-unstable-v1.h
|
||||
|
|
Loading…
Add table
Reference in a new issue