Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 18:46:44 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
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
Message-ID:  <201308191846.r7JIkiWT088089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <danfe@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $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 <bsd.port.mk>

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



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