Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 13:35:56 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r349253 - branches/2014Q1/deskutils/xrolo
Message-ID:  <201403261335.s2QDZuhe002380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Mar 26 13:35:56 2014
New Revision: 349253
URL: http://svnweb.freebsd.org/changeset/ports/349253
QAT: https://qat.redports.org/buildarchive/r349253/

Log:
  MFH: r349239
  
  - Fix build with clang
  - Add staging support
  
  Approved by:	portmgr

Modified:
  branches/2014Q1/deskutils/xrolo/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/deskutils/xrolo/Makefile
==============================================================================
--- branches/2014Q1/deskutils/xrolo/Makefile	Wed Mar 26 13:31:42 2014	(r349252)
+++ branches/2014Q1/deskutils/xrolo/Makefile	Wed Mar 26 13:35:56 2014	(r349253)
@@ -19,8 +19,11 @@ WRKSRC=		${WRKDIR}/xrolo
 
 USES=		imake
 USE_XORG=	x11 xext
-MAN1=		xrolo.1
-PLIST_FILES=	bin/xrolo
+PLIST_FILES=	bin/xrolo man/man1/xrolo.1.gz
+
+CFLAGS+=	-Wno-return-type
+
+post-configure:
+	@${REINPLACE_CMD} 's|DESTDIR) |DESTDIR)|g' ${WRKSRC}/Makefile
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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