Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 20:06:50 +0400
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Oliver Lehmann <oliver@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/graphics/ogre3d Makefile distinfo pkg-plist
Message-ID:  <20090507160650.GB40208@hades.panopticon>
In-Reply-To: <200905060445.n464jE5f082850@repoman.freebsd.org>
References:  <200905060445.n464jE5f082850@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Oliver Lehmann (oliver@FreeBSD.org) wrote:

>   FreeBSD ports repository
> 
>   Modified files:
>     graphics/ogre3d      Makefile distinfo pkg-plist 
>   Log:
>   update to 1.6.2

Does not build.
http://people.freebsd.org/~amdmi3/ogre3d.log

Also, I propose the following two bits:

---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/ogre3d/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile	6 May 2009 04:45:14 -0000	1.37
+++ Makefile	7 May 2009 16:03:15 -0000
@@ -8,8 +8,7 @@
 PORTNAME=	ogre3d
 PORTVERSION=	1.6.2
 CATEGORIES=	graphics devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=ogre
+MASTER_SITES=	SF/ogre
 DISTNAME=	ogre-v${PORTVERSION:S/./-/g:S/-r1/RC1/g}
 
 MAINTAINER=	oliver@FreeBSD.org
@@ -37,6 +36,7 @@
 USE_GMAKE=	YES
 USE_SDL=	sdl
 USE_XORG=	xaw
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.pre.mk>
---

MAKE_JOBS_SAFE should be tested of course, and I'm willing to test it if
the build failure is fixed. For now at least, parallel build fails
right there where serial does :)

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru



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