pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/simgear Switch to openal-soft.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/065e7ae3b293
branches:  trunk
changeset: 349780:065e7ae3b293
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Jul 16 00:09:18 2016 +0000

description:
Switch to openal-soft.
Don't try to use libsvn if detected.

diffstat:

 games/simgear/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 134e31846b22 -r 065e7ae3b293 games/simgear/Makefile
--- a/games/simgear/Makefile    Sat Jul 16 00:00:25 2016 +0000
+++ b/games/simgear/Makefile    Sat Jul 16 00:09:18 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2016/03/05 11:28:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.53 2016/07/16 00:09:18 markd Exp $
 
 DISTNAME=      simgear-2.8.0
-PKGREVISION=   26
+PKGREVISION=   27
 CATEGORIES=    games devel
 MASTER_SITES=  ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/ \
                ftp://ftp.goflyflightgear.com/simgear/
@@ -16,10 +16,12 @@
 USE_PKGLOCALEDIR=      yes
 USE_CMAKE=             yes
 
+CMAKE_ARGS+=           -DENABLE_LIBSVN:BOOL=OFF
+
 BUILDLINK_API_DEPENDS.plib+= plib>=1.8.5
 
 .include "../../audio/freealut/buildlink3.mk"
-.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../games/plib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index