Update issue

2010-04-09 Thread RyōTa SimaMoto
Hi, I'm new to this list. I'm a member of the GIMP Help Documentation Team. On early October of last year, we released the new version product gimp-help-2.6.0-html, so I edited its port(s). Since this version, we had been providing packages in ready-to-install packages separated in translated la

Any common policy against conflicting choice in Makefile OPTIONS?

2012-02-05 Thread RyōTa SimaMoto
Hi, I'm a port maintainer for multimedia/qmmp, and some ports. Before upgrading QMMP port, may I ask what is the common policy how to offer Makefile OPTIONS containing a certain contradictory pair? Actually the latest version of QMMP supports several versions of ffmpeg, including 0.7.11, 0.9, 0.9.

Re: Any common policy against conflicting choice in Makefile OPTIONS?

2012-02-06 Thread RyōTa SimaMoto
Thank you for all! I sent a PR of upgrading qmmp as http://www.freebsd.org/cgi/query-pr.cgi?pr=164832 Perhaps the ports system may be not very strong to let users select options easily without any complicated interface. I desided to maintain the current options, and give up the plan to display t

Help needed to test before upgrading (was: Please help for joining my port for QMMP)

2011-04-04 Thread RyōTa SimaMoto
Dear ports developers, Thank you and Martin for letting the port of QMMP stage at the mainstream. But I still need your help to maintain this port, especially to test each function. 2011/4/4 Raphael Kubo da Costa : > Is there any reason why 0.5.0 is not there yet? I'm sorry that I didn't send a

Re: ffmpeg1

2012-10-20 Thread RyōTa SimaMoto
Hi, I have the same problem. In short, Setting CONFIGURE_ARGS+= LIBS="-lm" at the audio/fdk-aac/Makefile may resolve it. It is strange that libfdk-aac did not link against libm.so though it uses some arithmetic functions from math.h. The config.log of multimedia/ffmpeg1 shows that: /usr/local/l

extconf.rb always fails at databases/rrdtool with CC=clang in /etc/make.conf

2012-11-09 Thread RyōTa SimaMoto
Hi, Selecting RUBY_MODULE option for databases/rrdtool, and if you use 'clang' as the default compiler by setting CC=clang at /etc/make.conf, this port would stop with the following error message, and any environmental setting like as USE_GCC=any could not affect. gmake[4]: Leaving directory `/us

Re: extconf.rb always fails at databases/rrdtool with CC=clang in /etc/make.conf

2012-11-09 Thread RyōTa SimaMoto
other settings in /etc/make.conf later. 2012/11/10, RyōTa SimaMoto : > Hi, > > Selecting RUBY_MODULE option for databases/rrdtool, and if you use > 'clang' as the default compiler > by setting CC=clang at /etc/make.conf, this port would stop with the > follow

multimedia/gtk-youtube-viewer requires perl-5.16.x

2013-03-18 Thread RyōTa SimaMoto
# multimedia/gtk-youtube-viewer requires perl-5.16.x Hi, Since updating to 3.0.7, youtube-viewer (CLI) cannot run with perl-5.14.x. Meanwhile gtk-youtube-viewer (GUI) works well for viewing videos by specifing ID or from result of searching with some terms yet on GTK+-2.24.17/perl-threaded-5.14.

Re: TEX_DEFAULT problem

2013-05-11 Thread RyōTa SimaMoto
Hi, Please resolve %%TEXMFDIR%% of devel/tex-kpathsea/pkg-plist that could be once unfolded with definition at Mk/bsd.tex.mk which you unloaded. I have no idea where TEXMFDIR?="share/texmf" should be suggested and processed in the PLIST_SUB variable list when USE_TEX macro is unavailable. 2013/

portaudit: Wrong vulnerability information for devel/dbus

2013-06-13 Thread RyōTa SimaMoto
Hi, portaudit rejects the latest version (1.6.12) of devel/dbus because acceptable version is set too higher (1.16.12) than it. http://portaudit.FreeBSD.org/4e9e410b-d462-11e2-8d57-080027019be0.html ___ freebsd-ports@freebsd.org mailing list http://list

Anytime color highlighted mode for CMAKE

2013-07-06 Thread RyōTa SimaMoto
# Anytime color highlighted mode for CMAKE Hi, On usual terminal including ttyvN, if you add USE_GMAKE=yes on Mk/Uses/cmake.mk, 'cmake' gave colored output. Since USES+=gmake is recommended, what way is provided for custom setting to enable 'gmake' on USES macro when other certain function is in