From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 21:49:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FA8FA58; Tue, 16 Sep 2014 21:49:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B525C0; Tue, 16 Sep 2014 21:49:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GLnDVJ007468; Tue, 16 Sep 2014 21:49:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GLnD8d007465; Tue, 16 Sep 2014 21:49:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409162149.s8GLnD8d007465@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 16 Sep 2014 21:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368349 - in head/audio/gogglesmm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 21:49:13 -0000 Author: marino Date: Tue Sep 16 21:49:12 2014 New Revision: 368349 URL: http://svnweb.freebsd.org/changeset/ports/368349 QAT: https://qat.redports.org/buildarchive/r368349/ Log: audio/gogglesmm: Upgrade version 0.13.2 => 0.13.3 PR: 193154 Submitted by: Ports Fury Deleted: head/audio/gogglesmm/files/patch-src__gap__ap_reactor.cpp head/audio/gogglesmm/files/patch-src__gap__ap_utils.cpp head/audio/gogglesmm/files/patch-src__gap__plugins__ap_oss_plugin.cpp Modified: head/audio/gogglesmm/Makefile head/audio/gogglesmm/distinfo head/audio/gogglesmm/files/patch-src__gap__ap_socket.cpp Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Tue Sep 16 21:18:29 2014 (r368348) +++ head/audio/gogglesmm/Makefile Tue Sep 16 21:49:12 2014 (r368349) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gogglesmm -PORTVERSION= 0.13.2 -PORTREVISION= 1 +PORTVERSION= 0.13.3 CATEGORIES= audio +MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org COMMENT= Music collection manager and player @@ -18,9 +18,9 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} -GH_COMMIT= ea16b55 +GH_COMMIT= 259f253 -USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig +USES= compiler:c++0x desktop-file-utils gmake pkgconfig USE_SQLITE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LINK="${CXX}" \ @@ -31,7 +31,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --fox --without-rsound --without-mpcdec INSTALLS_ICONS= yes -CFLAGS+= -Wno-error=return-type CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread @@ -86,6 +85,12 @@ VORBIS_CONFIGURE_OFF= --without-off --wi WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack WAVPACK_CONFIGURE_OFF= --without-wavpack +.include + +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 34 +USE_GCC= yes +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/configure @@ -112,4 +117,4 @@ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gogglesmm/libgap_*.so -.include +.include Modified: head/audio/gogglesmm/distinfo ============================================================================== --- head/audio/gogglesmm/distinfo Tue Sep 16 21:18:29 2014 (r368348) +++ head/audio/gogglesmm/distinfo Tue Sep 16 21:49:12 2014 (r368349) @@ -1,2 +1,2 @@ -SHA256 (gogglesmm-0.13.2.tar.gz) = d6f577c06b420dcab813a56672c07434b034f30aad0cfc379b9b2a6c20d75e3f -SIZE (gogglesmm-0.13.2.tar.gz) = 1336120 +SHA256 (gogglesmm-0.13.3.tar.gz) = e52695d3e2d328e047ba127bdc960e3935f2f19cfeb8bf99ecc202826ca09ea8 +SIZE (gogglesmm-0.13.3.tar.gz) = 1336269 Modified: head/audio/gogglesmm/files/patch-src__gap__ap_socket.cpp ============================================================================== --- head/audio/gogglesmm/files/patch-src__gap__ap_socket.cpp Tue Sep 16 21:18:29 2014 (r368348) +++ head/audio/gogglesmm/files/patch-src__gap__ap_socket.cpp Tue Sep 16 21:49:12 2014 (r368349) @@ -1,10 +1,19 @@ --- src/gap/ap_socket.cpp.orig +++ src/gap/ap_socket.cpp -@@ -18,6 +18,7 @@ - ********************************************************************************/ - #include "ap_defs.h" - #include "ap_socket.h" -+#include "ap_utils.h" +@@ -41,14 +41,14 @@ + #ifndef SOCK_CLOEXEC + if (!ap_set_closeonexec(device)){ + ::close(device); +- return BadHandle; ++ return; + } + #endif - - #ifndef WIN32 + #ifndef SOCK_NONBLOCK + if (access&FXIO::NonBlocking && !ap_set_nonblocking(device)){ + ::close(device); +- return BadHandle; ++ return; + } + #endif + }