svn commit: r319014 - in head/multimedia/vdr-plugin-control: . files

Juergen Lock nox at FreeBSD.org
Fri May 24 20:23:53 UTC 2013


Author: nox
Date: Fri May 24 20:23:52 2013
New Revision: 319014
URL: http://svnweb.freebsd.org/changeset/ports/319014

Log:
  - Fix build with recent(?) clang.
  - Strip Makefile header.
  
  Submitted by:	pointyhat amd64 10-exprun via miwi

Modified:
  head/multimedia/vdr-plugin-control/Makefile
  head/multimedia/vdr-plugin-control/files/patch-Makefile   (contents, props changed)

Modified: head/multimedia/vdr-plugin-control/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-control/Makefile	Fri May 24 19:46:56 2013	(r319013)
+++ head/multimedia/vdr-plugin-control/Makefile	Fri May 24 20:23:52 2013	(r319014)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vdr-plugin-control
-# Date created:		Wed Apr 14 18:11:42 CEST 2010
-# Whom:			Juergen Lock <nox at freebsd.org>
-#
+# Created by: Juergen Lock <nox at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	vdr-plugin-control
 PORTVERSION=	0.0.2a45

Modified: head/multimedia/vdr-plugin-control/files/patch-Makefile
==============================================================================
--- head/multimedia/vdr-plugin-control/files/patch-Makefile	Fri May 24 19:46:56 2013	(r319013)
+++ head/multimedia/vdr-plugin-control/files/patch-Makefile	Fri May 24 20:23:52 2013	(r319014)
@@ -1,5 +1,14 @@
 --- a/Makefile
 +++ b/Makefile
+@@ -29,6 +29,8 @@ TMPDIR = /tmp
+ 
+ -include $(VDRDIR)/Make.config
+ 
++CXXFLAGS += -Wno-error=overloaded-virtual
++
+ ### The version number of VDR (taken from VDR's "config.h"):
+ 
+ VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
 @@ -67,6 +67,11 @@ dist: clean
  clean:
  	@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~


More information about the svn-ports-all mailing list