Hi, I try to install snownews from ports, but it can't. I have changed 1.5.10 version in Makefile to 1.5.9 and now, it works. Output: [vallhala] /usr/ports/www/snownews> sudo make CHARSET=ISO-8859-2 install clean You can set up CHARSET variable for your localization. Example: make CHARSET=ISO-8859-2 Default is ISO-8859-1. ===> Found saved configuration for snownews-1.5.10 ===> Extracting for snownews-1.5.10 => MD5 Checksum OK for snownews-1.5.10.tar.gz. => SHA256 Checksum OK for snownews-1.5.10.tar.gz. ===> snownews-1.5.10 depends on file: /usr/local/bin/perl5.8.8 - found ===> Patching for snownews-1.5.10 ===> snownews-1.5.10 depends on file: /usr/local/bin/perl5.8.8 - found ===> snownews-1.5.10 depends on executable: gmake - found ===> snownews-1.5.10 depends on file: /usr/local/bin/perl5.8.8 - found ===> snownews-1.5.10 depends on executable: pkg-config - found ===> snownews-1.5.10 depends on shared library: intl - found ===> snownews-1.5.10 depends on shared library: xml2.5 - found ===> Configuring for snownews-1.5.10 Snownews configure script ========================= Available options: --prefix=[path] Install root (default: /usr/local) --help This help screen --disable-nls Disable translations --use-experimental Compile in experimental and broken code. ===> Building for snownews-1.5.10 Makefile:9: platform_settings: No such file or directory gmake: *** No rule to make target `platform_settings'. Stop. *** Error code 2 Stop in /usr/ports/www/snownews. *** Error code 1 Stop in /usr/ports/www/snownews. [vallhala] /usr/ports/www/snownews> Thanks, Milan How-To-Repeat: Try to compile it.
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer.
Hi Milan, according to the changelog [1], the charset is chosen at runtime. Can you verify if it works correctly for you without specifying any charset when building the port? Regards, Stefan [1]: http://kiza.kcore.de/software/snownews/changes
Hi Stefan, thanks a lot, now with 1.5.10 it works well. Without specifying any charset when building. With specified charset still doesn't compile, but that option in ports is now deprecated, due to choosing charset at runtime, as you have writen. Now, this PR can be closed, and don't forgot to remove message about compiling with CHARSET specified please. Best regards, Milan On Thursday 08 January 2009 14:54:16 Stefan Walter wrote: > Hi Milan, > > according to the changelog [1], the charset is chosen at runtime. > Can you verify if it works correctly for you without specifying any > charset when building the port? > > Regards, > Stefan > > [1]: http://kiza.kcore.de/software/snownews/changes
stefan 2009-01-08 15:14:28 UTC FreeBSD ports repository Modified files: www/snownews Makefile Log: Remove bits for specifying the charset when building the port. The charset is chosen dynamically at runtime in this version. PR: 128416 Submitted by: Milan Bartos <merlyn500@gmail.com> Patch by: stefan Approved by: maintainer timeout (>2 months) Revision Changes Path 1.29 +0 -15 ports/www/snownews/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The charset is chosen dynamically at runtime. I removed the bits about specifying it when building the port.