head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.02.14.07.00.15; author vins; state dead; branches; next 1.1; commitid XmYR7mPigxTCapJF; 1.1 date 2025.02.13.21.09.01; author vins; state Exp; branches; next ; commitid E4qDf8dAbgleUlJF; desc @@ 1.2 log @x11/xphoon: package revision * Silence makedepend warnings. * Fix hard-coded paths. * Provide a simplified install target. * Move man page to games section. @ text @$NetBSD: patch-Makefile,v 1.1 2025/02/13 21:09:01 vins Exp $ Link with libXrandr. --- Makefile.orig 2014-08-11 19:15:03.000000000 +0000 +++ Makefile @@@@ -934,8 +934,8 @@@@ CXXPROJECT_DEFINES = CCOPTIONS = -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps -LOCAL_LIBRARIES = $(XLIB) -DEPLIBS = $(DEPXLIB) +LOCAL_LIBRARIES = $(XLIB) $(XRANDRLIB) +DEPLIBS = $(DEPXLIB) $(DEPXRANDRLIB) LDLIBS = -lm SRCS = xphoon.c moon.c astro.c date_parse.c @ 1.1 log @x11/xphoon: update to xphoon-20140814 No changelog available. The code has been largely reworked, at least partially incorporating our previous patches. Several files have been deprecated and moved to a old/ directory. Added LICENSE. This commit also brings a patch adding Xrandr support. @ text @d1 1 a1 1 $NetBSD$ @