svn commit: r401251 - in head/polish/kadu: . files

Pawel Pekala pawel at FreeBSD.org
Wed Nov 11 15:40:40 UTC 2015


Author: pawel
Date: Wed Nov 11 15:40:39 2015
New Revision: 401251
URL: https://svnweb.freebsd.org/changeset/ports/401251

Log:
  - Fix build with gcc 4.9 [1]
  - Use option helper
  
  PR:		204395 [1]
  Reported by:	gerald [1]

Added:
  head/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h   (contents, props changed)
Modified:
  head/polish/kadu/Makefile

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Wed Nov 11 15:07:29 2015	(r401250)
+++ head/polish/kadu/Makefile	Wed Nov 11 15:40:39 2015	(r401251)
@@ -53,10 +53,7 @@ GG_EMOTS_DESC=	GG-compatible emoticons
 GG_EMOTS_DISTFILES=	${GG6_EMOTS_DISTFILE}:additions \
 			${GG7_EMOTS_DISTFILE}:additions
 
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MGG_EMOTS}
+post-install-GG_EMOTS-on:
 	@${MKDIR} ${WRKSRC}/varia/themes/emoticons
 	@cd ${WRKSRC}/varia/themes/emoticons && \
 	${TAR} -zxf ${_DISTDIR}/${GG6_EMOTS_DISTFILE} && \
@@ -64,6 +61,5 @@ post-install:
 	cd gg6_compatible && ${TAR} -zxf ${_DISTDIR}/${GG7_EMOTS_DISTFILE}
 	@cd ${WRKSRC}/varia/themes/emoticons && \
 	${COPYTREE_SHARE} gg6_compatible ${STAGEDIR}${DATADIR}/themes/emoticons
-.endif
 
 .include <bsd.port.mk>

Added: head/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/polish/kadu/files/patch-kadu-core_execution-arguments_execution-arguments-parser.h	Wed Nov 11 15:40:39 2015	(r401251)
@@ -0,0 +1,11 @@
+--- kadu-core/execution-arguments/execution-arguments-parser.h.orig	2015-11-09 20:19:32 UTC
++++ kadu-core/execution-arguments/execution-arguments-parser.h
+@@ -20,7 +20,7 @@
+ #pragma once
+ 
+ #include "exports.h"
+-
++#include <cstdio>
+ #include <QtCore/QStringList>
+ 
+ class ExecutionArguments;


More information about the svn-ports-all mailing list