From owner-svn-ports-head@FreeBSD.ORG Fri May 24 20:23:53 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]) by hub.freebsd.org (Postfix) with ESMTP id 3E99D45E; Fri, 24 May 2013 20:23:53 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2F723EE2; Fri, 24 May 2013 20:23:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OKNru5075543; Fri, 24 May 2013 20:23:53 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OKNqSf075540; Fri, 24 May 2013 20:23:52 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201305242023.r4OKNqSf075540@svn.freebsd.org> From: Juergen Lock Date: Fri, 24 May 2013 20:23:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319014 - in head/multimedia/vdr-plugin-control: . files 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: Fri, 24 May 2013 20:23:53 -0000 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 -# +# Created by: Juergen Lock # $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* *~