From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 28 11:49:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F62616A400; Wed, 28 Jun 2006 11:49:47 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE3B5446CB; Wed, 28 Jun 2006 11:49:46 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=2381 helo=nexii.panopticon) by mx1.mail.ru with esmtp id 1FvYYD-000BAS-00; Wed, 28 Jun 2006 15:49:45 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 4968E11418; Wed, 28 Jun 2006 15:54:36 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id EB150433; Wed, 28 Jun 2006 15:51:10 +0400 (MSD) Date: Wed, 28 Jun 2006 15:51:10 +0400 From: Dmitry Marakasov To: Emanuel Haupt Message-ID: <20060628115110.GA73839@hades.panopticon> Mail-Followup-To: Emanuel Haupt , freebsd-ports-bugs@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> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060627203544.208795fb.ehaupt@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/99329: [NEW PORT] games/diameter: Arcade-style game with elements of economy and adventure X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2006 11:49:47 -0000 * 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 + +.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 +.include --- diameter.patch ends here --- -- Best regards, Dmitry mailto:amdmi3@mail.ru