svn commit: r367770 - in head/x11/xgrab: . files

Adam Weinberger adamw at FreeBSD.org
Tue Sep 9 19:31:29 UTC 2014


Author: adamw
Date: Tue Sep  9 19:31:28 2014
New Revision: 367770
URL: http://svnweb.freebsd.org/changeset/ports/367770
QAT: https://qat.redports.org/buildarchive/r367770/

Log:
  Add USE_XORG=xaw. Not clear how this was building successfully before.
  
  While here, include stdlib.h to quiet warnings about exit.

Added:
  head/x11/xgrab/files/patch-xgrabsc.h   (contents, props changed)
Modified:
  head/x11/xgrab/Makefile

Modified: head/x11/xgrab/Makefile
==============================================================================
--- head/x11/xgrab/Makefile	Tue Sep  9 19:18:28 2014	(r367769)
+++ head/x11/xgrab/Makefile	Tue Sep  9 19:31:28 2014	(r367770)
@@ -15,7 +15,7 @@ COMMENT=	X11 image grabber
 BUILD_DEPENDS=	xrdb:${PORTSDIR}/x11/xrdb
 
 USES=		display:build imake:notall tar:Z
-USE_XORG=	x11
+USE_XORG=	x11 xaw
 
 MAKE_FLAGS=	BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
 		XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults  -f

Added: head/x11/xgrab/files/patch-xgrabsc.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xgrab/files/patch-xgrabsc.h	Tue Sep  9 19:31:28 2014	(r367770)
@@ -0,0 +1,10 @@
+--- xgrabsc.h.orig	2014-09-09 19:24:54 UTC
++++ xgrabsc.h
+@@ -43,6 +43,7 @@
+ #include "cmdopts.h"
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ #include <X11/Xos.h>
+ #include <X11/Xlib.h>


More information about the svn-ports-head mailing list