Date: Thu, 23 Jan 2014 18:32:32 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340845 - in head/audio/pms: . files Message-ID: <201401231832.s0NIWWav066351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <string> ++#include <ctime> + + 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401231832.s0NIWWav066351>