Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 19:13:41 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319720 - head/x11/xgrab
Message-ID:  <201306021913.r52JDfwT007763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun  2 19:13:41 2013
New Revision: 319720
URL: http://svnweb.freebsd.org/changeset/ports/319720

Log:
  - Trim Makefile header
  - Unbreak with clang

Modified:
  head/x11/xgrab/Makefile

Modified: head/x11/xgrab/Makefile
==============================================================================
--- head/x11/xgrab/Makefile	Sun Jun  2 19:11:07 2013	(r319719)
+++ head/x11/xgrab/Makefile	Sun Jun  2 19:13:41 2013	(r319720)
@@ -1,21 +1,17 @@
-# New ports collection makefile for:    xgrab
-# Date created:         27 February 1995
-# Whom:                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	xgrab
 PORTVERSION=	2.41
 PORTREVISION=	3
 CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_XCONTRIB}
+MASTER_SITES=	XCONTRIB
 MASTER_SITE_SUBDIR=	applications
 DISTNAME=	${PORTNAME}sc.2_41
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An X11 image grabber
+COMMENT=	X11 image grabber
 
 BUILD_DEPENDS=	xrdb:${PORTSDIR}/x11/xrdb
 
@@ -27,6 +23,7 @@ MAKE_FLAGS=	BINDIR=${PREFIX}/bin MANDIR=
 		XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults  -f
 # "make depend" blows up
 XMKMF=		xmkmf
+CFLAGS+=	-Wno-error=return-type
 
 .if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
 IGNORE=		Requires an active X session (and DISPLAY variable) to run xrdb.  Please compile this while running X.



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