Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2013 11:24:56 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321035 - head/x11-fm/xplore
Message-ID:  <201306161124.r5GBOuqh094724@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Jun 16 11:24:56 2013
New Revision: 321035
URL: http://svnweb.freebsd.org/changeset/ports/321035

Log:
  x11-fm/xplore: fix build with clang
  
  - Fix build with clang, -Wno-return-type
  - Add LICENSE (GPLv2)
  - Trim Makefile header
  
  Approved by:	culot / jpaetzel (mentors, implicit)

Modified:
  head/x11-fm/xplore/Makefile

Modified: head/x11-fm/xplore/Makefile
==============================================================================
--- head/x11-fm/xplore/Makefile	Sun Jun 16 10:40:11 2013	(r321034)
+++ head/x11-fm/xplore/Makefile	Sun Jun 16 11:24:56 2013	(r321035)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xplore
-# Date created:				13 August 2003
-# Whom:					Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de>
-#
+# Created by: Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de>
 # $FreeBSD$
-#
 
 PORTNAME=	xplore
 PORTVERSION=	1.2a
@@ -14,10 +10,13 @@ MASTER_SITES=	http://www.musikwissenscha
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Yet another Motif file manager
 
+LICENSE=	GPLv2
+
 USE_IMAKE=	yes
 USE_MOTIF=	yes
 USE_XORG=	xpm
 MAKE_JOBS_UNSAFE=yes
+CFLAGS+=	-Wno-return-type
 
 MAN1=		xplore.1 xploretype.1
 



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