Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 19:31:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367770 - in head/x11/xgrab: . files
Message-ID:  <201409091931.s89JVS5u045411@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409091931.s89JVS5u045411>