Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 23:25:46 +0000
From:      Mark Linimon <linimon@lonesome.com>
To:        gnome@FreeBSD.org
Cc:        linimon@FreeBSD.org, pkubaj@anongoth.pl
Subject:   [linimon@FreeBSD.org: svn commit: r488352 - head/multimedia/totem]
Message-ID:  <20181225232545.GA3398@lonesome.com>

next in thread | raw e-mail | index | archive | help
FYI

mcl

----- Forwarded message from Mark Linimon <linimon@FreeBSD.org> -----

Date: Tue, 25 Dec 2018 23:21:01 +0000 (UTC)
From: Mark Linimon <linimon@FreeBSD.org>
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject: svn commit: r488352 - head/multimedia/totem

Author: linimon
Date: Tue Dec 25 23:21:01 2018
New Revision: 488352
URL: https://svnweb.freebsd.org/changeset/ports/488352

Log:
  Do not create an empty target if it is not required.
  
  Reported by:	mat
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/multimedia/totem/Makefile

Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile	Tue Dec 25 22:04:20 2018	(r488351)
+++ head/multimedia/totem/Makefile	Tue Dec 25 23:21:01 2018	(r488352)
@@ -78,8 +78,8 @@ pre-everything::
 	@${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)
+post-patch:
 	${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \
 		${WRKSRC}/src/plugins/meson.build
 .endif


----- End forwarded message -----



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