From owner-svn-ports-head@FreeBSD.ORG Mon Aug 19 18:46:45 2013 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 ESMTP id 2074DD16; Mon, 19 Aug 2013 18:46:45 +0000 (UTC) (envelope-from kwm@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB862163; Mon, 19 Aug 2013 18:46:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7JIki1D088091; Mon, 19 Aug 2013 18:46:44 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7JIkiWT088089; Mon, 19 Aug 2013 18:46:44 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201308191846.r7JIkiWT088089@svn.freebsd.org> From: Koop Mast Date: Mon, 19 Aug 2013 18:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325012 - in head: audio/deadbeef-mpris-plugin mail/mail-notification 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.14 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: Mon, 19 Aug 2013 18:46:45 -0000 Author: kwm Date: Mon Aug 19 18:46:44 2013 New Revision: 325012 URL: http://svnweb.freebsd.org/changeset/ports/325012 Log: Unbreak after glib20 update. Modified: head/audio/deadbeef-mpris-plugin/Makefile head/mail/mail-notification/Makefile Modified: head/audio/deadbeef-mpris-plugin/Makefile ============================================================================== --- head/audio/deadbeef-mpris-plugin/Makefile Mon Aug 19 17:53:43 2013 (r325011) +++ head/audio/deadbeef-mpris-plugin/Makefile Mon Aug 19 18:46:44 2013 (r325012) @@ -1,9 +1,5 @@ -# New ports collection makefile for: DeaDBeeF MPRIS plugin -# Date created: 18 Nov 2011 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= deadbeef-mpris-plugin PORTVERSION= 2.1.3 @@ -12,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org -COMMENT= The MPRIS plugin for DeaDBeeF music player +COMMENT= MPRIS plugin for DeaDBeeF music player LICENSE= GPLv3 @@ -25,6 +21,7 @@ USE_GNOME= glib20 WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION} post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/Makefile.in \ + ${WRKSRC}/test/Makefile.in .include Modified: head/mail/mail-notification/Makefile ============================================================================== --- head/mail/mail-notification/Makefile Mon Aug 19 17:53:43 2013 (r325011) +++ head/mail/mail-notification/Makefile Mon Aug 19 18:46:44 2013 (r325012) @@ -124,6 +124,7 @@ LIB_DEPENDS+= sasl2:${PORTSDIR}/security .endif post-patch: + @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/jb ${WRKSRC}/jbsrc/jb.c .if ${OSVERSION} < 700042 @${REINPLACE_CMD} -e "s,-Wno-pointer-sign,," ${WRKSRC}/jb .endif