svn commit: r349253 - branches/2014Q1/deskutils/xrolo
Pawel Pekala
pawel at FreeBSD.org
Wed Mar 26 13:35:56 UTC 2014
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>
More information about the svn-ports-all
mailing list