From owner-freebsd-gnome@freebsd.org Tue Dec 25 13:12:40 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C20651352100 for ; Tue, 25 Dec 2018 13:12:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 448137512F for ; Tue, 25 Dec 2018 13:12:40 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 063B713520FE; Tue, 25 Dec 2018 13:12:40 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8BCC13520FD for ; Tue, 25 Dec 2018 13:12:39 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 131097512C; Tue, 25 Dec 2018 13:12:38 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 8885D2EBAC; Tue, 25 Dec 2018 13:12:37 +0000 (UTC) Date: Tue, 25 Dec 2018 13:12:36 +0000 From: Mark Linimon To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org, jhibbits@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r488321 - head/multimedia/totem] Message-ID: <20181225131235.GA9567@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 131097512C X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.12 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.33)[-0.331,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.59)[-0.592,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; IP_SCORE(-0.24)[ipnet: 18.220.0.0/14(0.09), asn: 16509(-1.22), country: US(-0.08)]; RCVD_IN_DNSWL_MED(-0.20)[11.6.222.18.list.dnswl.org : 127.0.5.2]; MX_GOOD(-0.01)[cached: mail.soaustin.net]; NEURAL_HAM_SHORT(-0.64)[-0.645,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2018 13:12:41 -0000 FYI mcl ----- Forwarded message from Mark Linimon ----- Date: Tue, 25 Dec 2018 13:09:27 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488321 - head/multimedia/totem Author: linimon Date: Tue Dec 25 13:09:27 2018 New Revision: 488321 URL: https://svnweb.freebsd.org/changeset/ports/488321 Log: Base GCC can't use -Wno-unused-but-set-variable option. Remove it when base GCC is used. While here, add USES=gl. PR: 233910 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/multimedia/totem/Makefile Modified: head/multimedia/totem/Makefile ============================================================================== --- head/multimedia/totem/Makefile Tue Dec 25 12:33:48 2018 (r488320) +++ head/multimedia/totem/Makefile Tue Dec 25 13:09:27 2018 (r488321) @@ -36,7 +36,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes. PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gnome localbase meson \ +USES= desktop-file-utils gettext gl gnome localbase meson \ pkgconfig python:3.4+ tar:xz USE_GNOME= cairo gtk30 intlhack introspection libxml2 nautilus3 \ pygobject3 @@ -77,5 +77,11 @@ pre-everything:: @${ECHO_MSG} "===> The default DVD device is ${DEFAULT_DVD_DEVICE}" @${ECHO_MSG} "===> Define WITH_DVD_DEVICE if you want to change the default" @${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'" + +post-patch: +.if exists(/usr/lib/libstdc++.so) + ${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \ + ${WRKSRC}/src/plugins/meson.build +.endif .include ----- End forwarded message -----