Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2014 14:00:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/185333: commit references a PR
Message-ID:  <201401191400.s0JE023v091441@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185333; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185333: commit references a PR
Date: Sun, 19 Jan 2014 13:51:21 +0000 (UTC)

 Author: miwi
 Date: Sun Jan 19 13:51:13 2014
 New Revision: 340298
 URL: http://svnweb.freebsd.org/changeset/ports/340298
 QAT: https://qat.redports.org/buildarchive/r340298/
 
 Log:
   - Stage support
   - Fix build with clang
   
   PR:		185333
   Submitted by:	ports fury
 
 Added:
   head/sysutils/kdirstat/files/
   head/sysutils/kdirstat/files/patch-src__k4dirstat.cpp   (contents, props changed)
 Modified:
   head/sysutils/kdirstat/Makefile
 
 Modified: head/sysutils/kdirstat/Makefile
 ==============================================================================
 --- head/sysutils/kdirstat/Makefile	Sun Jan 19 13:50:05 2014	(r340297)
 +++ head/sysutils/kdirstat/Makefile	Sun Jan 19 13:51:13 2014	(r340298)
 @@ -20,7 +20,6 @@ USE_KDE4=	automoc4 kdelibs kdeprefix lib
  USE_QT4=	moc_build qmake_build rcc_build uic_build
  INSTALLS_ICONS=	yes
  
 -NO_STAGE=	yes
  post-patch:
  	@${REINPLACE_CMD} -e \
  		'/^Categories/s|=.*|=Qt;KDE;Utility;|' \
 @@ -30,6 +29,6 @@ post-patch:
  		${WRKSRC}/src/kdirreadjob.cpp
  
  post-install:
 -	@${LN} -sf k4dirstat ${PREFIX}/bin/kdirstat
 +	@${LN} -sf k4dirstat ${STAGEDIR}${PREFIX}/bin/kdirstat
  
  .include <bsd.port.mk>
 
 Added: head/sysutils/kdirstat/files/patch-src__k4dirstat.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/sysutils/kdirstat/files/patch-src__k4dirstat.cpp	Sun Jan 19 13:51:13 2014	(r340298)
 @@ -0,0 +1,10 @@
 +--- src/k4dirstat.cpp.orig
 ++++ src/k4dirstat.cpp
 +@@ -14,6 +14,7 @@
 + //#include "k4dirstatview.h"
 + #include "settings.h"
 + 
 ++#include <unistd.h>
 + #include <QtGui/QDropEvent>
 + #include <QtGui/QPainter>
 + #include <QtGui/QPrinter>\
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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