ports/99329: [NEW PORT] games/diameter: Arcade-style game with elements of economy and adventure

Dmitry Marakasov amdmi3 at mail.ru
Wed Jun 28 11:49:47 UTC 2006


* Emanuel Haupt (ehaupt at 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 at mail.ru



More information about the freebsd-ports-bugs mailing list