svn commit: r319720 - head/x11/xgrab
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 2 19:13:41 UTC 2013
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 at 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.
More information about the svn-ports-head
mailing list