From owner-svn-ports-head@FreeBSD.ORG Sun Jun 2 19:13:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A30F6171; Sun, 2 Jun 2013 19:13:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 94BEF166F; Sun, 2 Jun 2013 19:13:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r52JDfIw007764; Sun, 2 Jun 2013 19:13:41 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r52JDfwT007763; Sun, 2 Jun 2013 19:13:41 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201306021913.r52JDfwT007763@svn.freebsd.org> From: Antoine Brodin Date: Sun, 2 Jun 2013 19:13:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319720 - head/x11/xgrab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 19:13:41 -0000 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.