Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2006 15:51:10 +0400
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99329: [NEW PORT] games/diameter: Arcade-style game with elements of economy and adventure
Message-ID:  <20060628115110.GA73839@hades.panopticon>
In-Reply-To: <20060627203544.208795fb.ehaupt@FreeBSD.org>
References:  <200606260900.k5Q90WVk034173@freefall.freebsd.org> <20060626134345.GA63828@hades.panopticon> <20060626175704.44bced93.ehaupt@FreeBSD.org> <20060626162301.GA63491@hades.panopticon> <20060626202646.7c3c40ef.ehaupt@FreeBSD.org> <20060626185631.GA29167@hades.panopticon> <20060627203544.208795fb.ehaupt@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Emanuel Haupt (ehaupt@FreeBSD.org) wrote:
> > Are you sure that's it?
> > 
> > Last configure line mentioned in this config.log is 3144, but guichan
> > check begins at line 4089. Also config.log usually has environment
> > listing in the end...
> > 
> > Also I still couldn't reproduce this error when building on 4.11, even
> > after removing and rebuilding all packages.
> Oops, config.log got truncated when I copied it out of the running
> tinderbuild jail. Here is the full config.log:
> 
> http://people.freebsd.org/~ehaupt/snippets/99329/new-config.log
Still I couldn't figure out cause of a proble, as I cannot reproduce it.
Let's mark it broken on 4.x for now. In couple of weeks I will buy new
harddrives and install tinderbox, then investigate the problem further.

--- diameter.patch begins here ---
diff -ruN diameter.orig/Makefile diameter/Makefile
--- diameter.orig/Makefile	Wed Jun 28 15:47:01 2006
+++ diameter/Makefile	Wed Jun 28 15:48:50 2006
@@ -29,6 +29,12 @@
 
 DATADIR=	${PREFIX}/share/gamediameter
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		Does not compile on FreeBSD 4.x
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/src/snd/snd.h
 	@${REINPLACE_CMD} -e '/PKG_CONFIG/ s|libpng|libpng12|' \
@@ -38,4 +44,4 @@
 		-e '/PKG_CHECK_MODULES/ s|^|#|' \
 		${WRKSRC}/configure
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- diameter.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?20060628115110.GA73839>