From nobody@FreeBSD.org  Mon Oct 27 13:57:59 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 36D021065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Oct 2008 13:57:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 259F88FC32
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Oct 2008 13:57:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9RDvwMW081744
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 27 Oct 2008 13:57:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9RDvwWs081743;
	Mon, 27 Oct 2008 13:57:58 GMT
	(envelope-from nobody)
Message-Id: <200810271357.m9RDvwWs081743@www.freebsd.org>
Date: Mon, 27 Oct 2008 13:57:58 GMT
From: Milan Bartos <merlyn500@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: snownews 1.5.10 doesn't compile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128416
>Category:       ports
>Synopsis:       www/snownews 1.5.10 doesn't compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 27 14:00:14 UTC 2008
>Closed-Date:    Thu Jan 08 15:16:32 UTC 2009
>Last-Modified:  Thu Jan  8 15:20:00 UTC 2009
>Originator:     Milan Bartos
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD vallhala.invalidnivozik.cz 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #5: Thu Oct  9 17:44:43 CEST 2008     build@vallhala.invalidnivozik.cz:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
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.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Oct 27 16:20:28 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128416 

From: Stefan Walter <stefan@freebsd.org>
To: Milan Bartos <merlyn500@gmail.com>
Cc: GNATS <FreeBSD-gnats-submit@FreeBSD.org>, clsung@freebsd.org
Subject: Re: ports/128416: www/snownews 1.5.10 doesn't compile
Date: Thu, 8 Jan 2009 14:54:16 +0100

 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

From: Milan <merlyn500@gmail.com>
To: Stefan Walter <stefan@freebsd.org>
Cc: GNATS <FreeBSD-gnats-submit@freebsd.org>,
 clsung@freebsd.org
Subject: Re: ports/128416: www/snownews 1.5.10 doesn't compile
Date: Thu, 8 Jan 2009 15:11:11 +0100

 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
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Thu Jan 8 15:15:45 UTC 2009 
State-Changed-Why:  
The charset is chosen dynamically at runtime. I removed the bits about 
specifying it when building the port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128416 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128416: commit references a PR
Date: Thu,  8 Jan 2009 15:14:43 +0000 (UTC)

 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"
 
>Unformatted:
