Index: head/x11/xidle/Makefile =================================================================== --- head/x11/xidle/Makefile (revision 387970) +++ head/x11/xidle/Makefile (revision 387971) @@ -1,25 +1,24 @@ # Created by: Roman Bogorodskiy # $FreeBSD$ PORTNAME= xidle -PORTVERSION= 24102005 -PORTREVISION= 2 +PORTVERSION= 26052015 CATEGORIES= x11 MASTER_SITES= LOCAL/novel MAINTAINER= novel@FreeBSD.org 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: ${INSTALL_PROGRAM} ${WRKSRC}/xidle ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xidle.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/x11/xidle/distinfo =================================================================== --- head/x11/xidle/distinfo (revision 387970) +++ head/x11/xidle/distinfo (revision 387971) @@ -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 Index: head/x11/xidle/files/patch-Makefile =================================================================== --- head/x11/xidle/files/patch-Makefile (nonexistent) +++ head/x11/xidle/files/patch-Makefile (revision 387971) @@ -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 + + PROG= xidle + +@@ -9,7 +8,4 @@ LDADD+= -L${X11BASE}/lib -lXss -lXext -l + + MANDIR= ${X11BASE}/man/man + +-obj: _xenocara_obj +- + .include +-.include Property changes on: head/x11/xidle/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property