ports/91773: New port: games/GNUDoku A free program for creating and solving Su Doku puzzles

Dmitry Marakasov amdmi3 at mail.ru
Sun Jan 15 18:44:29 UTC 2006


* Sergey Matveychuk (sem at 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 at 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 at mail.ru



More information about the freebsd-ports-bugs mailing list