From amdmi3@mail.ru  Fri Jan 13 23:13:03 2006
Return-Path: <amdmi3@mail.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0050016A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jan 2006 23:13:02 +0000 (GMT)
	(envelope-from amdmi3@mail.ru)
Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8242C43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jan 2006 23:13:02 +0000 (GMT)
	(envelope-from amdmi3@mail.ru)
Received: from [213.148.29.33] (port=47027 helo=nexii.panopticon)
	by mx6.mail.ru with esmtp 
	id 1ExY6P-000GG5-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 14 Jan 2006 02:13:01 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.2])
	by nexii.panopticon (Postfix) with ESMTP id 413EB1144F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Jan 2006 02:15:59 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id CD5942D6; Sat, 14 Jan 2006 02:17:09 +0300 (MSK)
Message-Id: <20060113231709.CD5942D6@hades.panopticon>
Date: Sat, 14 Jan 2006 02:17:09 +0300 (MSK)
From: Dmitry Marakasov <amdmi3@mail.ru>
Reply-To: Dmitry Marakasov <amdmi3@mail.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: games/GNUDoku A free program for creating and solving Su Doku puzzles
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91773
>Category:       ports
>Synopsis:       New port: games/GNUDoku A free program for creating and solving Su Doku puzzles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 13 23:20:04 GMT 2006
>Closed-Date:    Mon Feb 13 12:37:52 GMT 2006
>Last-Modified:  Mon Feb 13 12:37:52 GMT 2006
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sun Dec 18 08:07:07 MSK 2005 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
A free program for creating and solving Su Doku puzzles.

You can use GNUDoku to challenge yourself, to compute solutions,
or to verify your own solutions.

A Su Doku puzzle is a 9x9 grid which must be filled with numbers
between 1 and 9 such that each row, column, and 3x3 square contains
all 9 numbers.

WWW: http://icculus.org/~jcspray/GNUDoku/

>How-To-Repeat:
>Fix:

--- GNUDoku-0.93.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	GNUDoku
#	GNUDoku/Makefile
#	GNUDoku/distinfo
#	GNUDoku/pkg-descr
#	GNUDoku/pkg-plist
#
echo c - GNUDoku
mkdir -p GNUDoku > /dev/null 2>&1
echo x - GNUDoku/Makefile
sed 's/^X//' >GNUDoku/Makefile << 'END-of-GNUDoku/Makefile'
X# New ports collection makefile for:	GNUDoku
X# Date created:				12 Jan 2006
X# Whom:					Dmitry Marakasov <amdmi3@mail.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	GNUDoku
XPORTVERSION=	0.93
XCATEGORIES=	games
XMASTER_SITES=	http://icculus.org/~jcspray/GNUDoku/
X
XMAINTAINER=	amdmi3@mail.ru
XCOMMENT=	A free program for creating and solving Su Doku puzzles
X
XLIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
X
XUSE_REINPLACE=	yes
XUSE_GMAKE=	yes
XMAKE_ENV=	CXX="${CXX}" CXXLAGS="${CXXFLAGS}"
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS+=|' ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-GNUDoku/Makefile
echo x - GNUDoku/distinfo
sed 's/^X//' >GNUDoku/distinfo << 'END-of-GNUDoku/distinfo'
XMD5 (GNUDoku-0.93.tar.gz) = 4025682e434da2f1972b309f63660235
XSHA256 (GNUDoku-0.93.tar.gz) = 409b18d525c37660a117d786fe537672c7f58b7f01e2c37dbc1cdf339661075d
XSIZE (GNUDoku-0.93.tar.gz) = 26212
END-of-GNUDoku/distinfo
echo x - GNUDoku/pkg-descr
sed 's/^X//' >GNUDoku/pkg-descr << 'END-of-GNUDoku/pkg-descr'
XA free program for creating and solving Su Doku puzzles.
X
XYou can use GNUDoku to challenge yourself, to compute solutions,
Xor to verify your own solutions.
X
XA Su Doku puzzle is a 9x9 grid which must be filled with numbers
Xbetween 1 and 9 such that each row, column, and 3x3 square contains
Xall 9 numbers.
X
XWWW: http://icculus.org/~jcspray/GNUDoku/
END-of-GNUDoku/pkg-descr
echo x - GNUDoku/pkg-plist
sed 's/^X//' >GNUDoku/pkg-plist << 'END-of-GNUDoku/pkg-plist'
Xbin/GNUDoku
Xshare/applications/GNUDoku.desktop
Xshare/pixmaps/GNUDoku.png
X@unexec rmdir %D/share/applications 2>/dev/null || true
X@unexec rmdir %D/share/pixmaps 2>/dev/null || true
END-of-GNUDoku/pkg-plist
exit
--- GNUDoku-0.93.shar ends here ---


>Release-Note:
>Audit-Trail:

From: Sergey Matveychuk <sem@FreeBSD.org>
To: bug-followup@FreeBSD.org,  amdmi3@mail.ru
Cc:  
Subject: Re: ports/91773: New port: games/GNUDoku A free program for creating
 and solving Su Doku puzzles
Date: Sun, 15 Jan 2006 01:28:29 +0300

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 fetch: http://icculus.org/~jcspray/GNUDoku/GNUDoku-0.93.tar.gz:
 Temporary Redirect
 
 fetch(1) can't process the case.
 
 But after I've changed the URL I've got build failures on 4.11:
 
 /usr/local/include/sigc++-2.0/sigc++/visit_each.h:88: no match for call
 to `(const sigc::internal::slot_do_bind) (const
 sigc::pointer_functor4<const Glib::ustring &,const Glib::ustring
 &,int,const Glib::RefPtr<Gtk::TreeModel> &,void> *)'
 /usr/local/include/sigc++-2.0/sigc++/functors/slot_base.h:148:
 candidates are: void sigc::internal::slot_do_bind::operator ()(const
 sigc::trackable *) const
 In file included from sudoku-solve.C:1:
 sudoku-solve.H:1: warning: `#pragma once' is obsolete
 In file included from sudoku-solve.H:7,
                  from sudoku-solve.C:1:
 sudoku.H:7: warning: `#pragma once' is obsolete
 gmake: *** [GNUDoku] Error 1
 *** Error code 2
 
 - --
 Dixi.
 Sem.
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFDyXsNTclL2LcfYF0RAj7fAKCn+0DJOEyI0AhygtuVNpB56ZCeVgCfY+GF
 cvlpGh43Kh2dZBId+YFidko=
 =Jgcq
 -----END PGP SIGNATURE-----
State-Changed-From-To: open->feedback 
State-Changed-By: sem 
State-Changed-When: Sat Jan 14 22:30:53 UTC 2006 
State-Changed-Why:  
Ask for maintainer fix. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91773 
State-Changed-From-To: feedback->closed 
State-Changed-By: sem 
State-Changed-When: Mon Feb 13 12:37:50 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91773 
>Unformatted:
