Update to 26052015.

This is a new snapshot I extracted from the OpenBSD CVS repo.
This commit is contained in:
Roman Bogorodskiy 2015-05-30 15:48:49 +00:00
parent af7674f559
commit 219f882541
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387971
3 changed files with 21 additions and 6 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xidle
PORTVERSION= 24102005
PORTREVISION= 2
PORTVERSION= 26052015
CATEGORIES= x11
MASTER_SITES= LOCAL/novel
@ -12,10 +11,10 @@ COMMENT= Run a program on X inactivity
USES= tar:bzip2
CFLAGS+= -I${LOCALBASE}/include -D__dead=static
MAKE_ARGS+= X11LIBDIR="${LOCALBASE}/lib" \
MAKE_ARGS+= X11BASE="${LOCALBASE}" \
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_XORG= x11 xscrnsaver
USE_XORG= x11 xscrnsaver xcb xau xdmcp xext
PLIST_FILES= bin/xidle man/man1/xidle.1.gz
do-install:

View file

@ -1,2 +1,2 @@
SHA256 (xidle-24102005.tar.bz2) = c5b003bc552fd51595a522e09da15335f2d7cb21882d62cbea7d5f0df73d08f9
SIZE (xidle-24102005.tar.bz2) = 4886
SHA256 (xidle-26052015.tar.bz2) = a7ba1b887c0f4d9d080dc7f49569bf48e3df1d9f2c08b11cffd159c5a15b174c
SIZE (xidle-26052015.tar.bz2) = 5897

View file

@ -0,0 +1,16 @@
--- Makefile.orig 2015-05-26 16:46:37 UTC
+++ Makefile
@@ -1,5 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2011/06/23 22:48:59 naddy Exp $
-.include <bsd.xconf.mk>
PROG= xidle
@@ -9,7 +8,4 @@ LDADD+= -L${X11BASE}/lib -lXss -lXext -l
MANDIR= ${X11BASE}/man/man
-obj: _xenocara_obj
-
.include <bsd.prog.mk>
-.include <bsd.xorg.mk>