svn commit: r325012 - in head: audio/deadbeef-mpris-plugin mail/mail-notification

Koop Mast kwm at FreeBSD.org
Mon Aug 19 18:46:45 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	deadbeef-mpris-plugin
 PORTVERSION=	2.1.3
@@ -12,7 +8,7 @@ CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ports at 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


More information about the svn-ports-head mailing list