Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2006 21:48:37 +0300
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        Sergey Matveychuk <sem@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/91773: New port: games/GNUDoku A free program for creating and solving Su Doku puzzles
Message-ID:  <20060115184837.GA911@hades.panopticon>
In-Reply-To: <43C97B0D.4060405@FreeBSD.org>
References:  <43C97B0D.4060405@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Sergey Matveychuk (sem@FreeBSD.org) wrote:
> fetch: http://icculus.org/~jcspray/GNUDoku/GNUDoku-0.93.tar.gz:
> Temporary Redirect
> 
> fetch(1) can't process the case.
Ok, I've added offload1.icculus.org as an alternative MASTER_SITE.

> But after I've changed the URL I've got build failures on 4.11:
My bad, seems like I've had CC/CXX pointing to gcc3.4 when I was testing
the port on 4.x. USE_GCC=3.4+ solves the problem.

--- Makefile.patch begins here ---
--- Makefile.orig	Sun Jan 15 21:36:21 2006
+++ Makefile	Sun Jan 15 21:39:05 2006
@@ -8,7 +8,8 @@
 PORTNAME=	GNUDoku
 PORTVERSION=	0.93
 CATEGORIES=	games
-MASTER_SITES=	http://icculus.org/~jcspray/GNUDoku/
+MASTER_SITES=	http://offload1.icculus.org/~jcspray/GNUDoku/ \
+		http://icculus.org/~jcspray/GNUDoku/
 
 MAINTAINER=	amdmi3@mail.ru
 COMMENT=	A free program for creating and solving Su Doku puzzles
@@ -18,6 +19,7 @@
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 MAKE_ENV=	CXX="${CXX}" CXXLAGS="${CXXFLAGS}"
+USE_GCC=	3.4+
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile
--- Makefile.patch ends here ---

-- 
Best regards,
 Dmitry                          mailto:amdmi3@mail.ru



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060115184837.GA911>