From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 18:32:33 2014 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 ESMTPS id 0463CE1B; Thu, 23 Jan 2014 18:32:33 +0000 (UTC) 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 CB9581B7D; Thu, 23 Jan 2014 18:32:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0NIWW10066354; Thu, 23 Jan 2014 18:32:32 GMT (envelope-from riggs@svn.freebsd.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0NIWWav066351; Thu, 23 Jan 2014 18:32:32 GMT (envelope-from riggs@svn.freebsd.org) Message-Id: <201401231832.s0NIWWav066351@svn.freebsd.org> From: Thomas Zander Date: Thu, 23 Jan 2014 18:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340845 - in head/audio/pms: . 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.17 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: Thu, 23 Jan 2014 18:32:33 -0000 Author: riggs Date: Thu Jan 23 18:32:31 2014 New Revision: 340845 URL: http://svnweb.freebsd.org/changeset/ports/340845 QAT: https://qat.redports.org/buildarchive/r340845/ Log: Fix build failure on FreeBSD 10 Approved by: maintainer (ashish), mentor (thierry) Added: head/audio/pms/files/patch-src_message.h (contents, props changed) Modified: head/audio/pms/Makefile head/audio/pms/pkg-descr Modified: head/audio/pms/Makefile ============================================================================== --- head/audio/pms/Makefile Thu Jan 23 18:09:03 2014 (r340844) +++ head/audio/pms/Makefile Thu Jan 23 18:32:31 2014 (r340845) @@ -10,16 +10,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNA MAINTAINER= ashish@FreeBSD.org COMMENT= A ncurses-based client for the Music Player Daemon +LICENSE= GPLv3 + LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs USES= pkgconfig -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/pms.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Added: head/audio/pms/files/patch-src_message.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pms/files/patch-src_message.h Thu Jan 23 18:32:31 2014 (r340845) @@ -0,0 +1,10 @@ +--- src/message.h.orig 2010-01-02 21:53:36.000000000 +0100 ++++ src/message.h 2014-01-19 16:59:54.616726275 +0100 +@@ -25,6 +25,7 @@ + #define _PMS_MESSAGE_H_ + + #include ++#include + + using namespace std; + Modified: head/audio/pms/pkg-descr ============================================================================== --- head/audio/pms/pkg-descr Thu Jan 23 18:09:03 2014 (r340844) +++ head/audio/pms/pkg-descr Thu Jan 23 18:32:31 2014 (r340845) @@ -4,4 +4,4 @@ need an MPD client that is highly config features a simple but powerful interface similar to Vim, and runs on (at least) Linux and Mac OS X. -WWW: http://pms.sourceforge.net/ +WWW: http://pms.sourceforge.net/