Date: Thu, 23 Jan 2014 23:13:39 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340869 - in head/audio/smasher: . files Message-ID: <201401232313.s0NNDdsi078774@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Thu Jan 23 23:13:39 2014 New Revision: 340869 URL: http://svnweb.freebsd.org/changeset/ports/340869 QAT: https://qat.redports.org/buildarchive/r340869/ Log: - Add stage support - Fix build - Add USE_GCC. clang fails with a lot of c++ erros - Bump PORTREVISION Added: head/audio/smasher/files/ head/audio/smasher/files/patch-src__replace.cpp (contents, props changed) Modified: head/audio/smasher/Makefile Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Thu Jan 23 23:09:44 2014 (r340868) +++ head/audio/smasher/Makefile Thu Jan 23 23:13:39 2014 (r340869) @@ -3,7 +3,7 @@ PORTNAME= smasher PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -16,8 +16,8 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/a libcsound64.so:${PORTSDIR}/audio/csound GNU_CONFIGURE= yes -USES= gmake pkgconfig -NO_STAGE= yes +USES= desktop-file-utils gmake pkgconfig +#USE_GCC= yes USE_WX= yes WX_CONF_ARGS= absolute Added: head/audio/smasher/files/patch-src__replace.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/smasher/files/patch-src__replace.cpp Thu Jan 23 23:13:39 2014 (r340869) @@ -0,0 +1,8 @@ +--- ./src/replace.cpp.orig 2014-01-20 16:50:27.000000000 -0200 ++++ ./src/replace.cpp 2014-01-20 16:50:38.000000000 -0200 +@@ -1,4 +1,5 @@ + #include <cstring> ++#include <cstdio> + #include "replace.h" + + int Replace::run (
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401232313.s0NNDdsi078774>