pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/openttd openttd: Make the PLIST consistent and r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d267ec67c512
branches:  trunk
changeset: 426135:d267ec67c512
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 14:48:36 2020 +0000

description:
openttd: Make the PLIST consistent and remove some bogus config args

diffstat:

 games/openttd/Makefile |  10 ++++------
 games/openttd/PLIST    |   3 ++-
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (61 lines):

diff -r 82ad8421c96d -r d267ec67c512 games/openttd/Makefile
--- a/games/openttd/Makefile    Thu Mar 26 14:47:46 2020 +0000
+++ b/games/openttd/Makefile    Thu Mar 26 14:48:36 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.85 2020/03/23 10:29:30 nia Exp $
+# $NetBSD: Makefile,v 1.86 2020/03/26 14:48:36 nia Exp $
 
 DISTNAME=      openttd-1.9.3-source
 PKGNAME=       ${DISTNAME:S/-source//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  https://proxy.binaries.openttd.org/openttd-releases/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
@@ -24,6 +24,7 @@
 
 BUILDLINK_TRANSFORM+=  opt:-std=c++11:-std=gnu++11 # alloca
 
+CONFIGURE_ARGS+=       --os=UNIX
 CONFIGURE_ARGS+=       --prefix-dir=${PREFIX}
 CONFIGURE_ARGS+=       --binary-dir=bin
 CONFIGURE_ARGS+=       --data-dir=share/openttd
@@ -34,13 +35,9 @@
 CONFIGURE_ARGS+=       --menu-dir=share/applications
 CONFIGURE_ARGS+=       --personal-dir=.openttd
 CONFIGURE_ARGS+=       --shared-dir=${VARBASE}/games/openttd
-CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
-CONFIGURE_ARGS+=       --with-lzo2=${BUILDLINK_PREFIX.lzo}/lib
 
 .include "../../mk/bsd.prefs.mk"
 
-CONFIGURE_ARGS.DragonFly+=     --os=FREEBSD
-
 .if ${OPSYS} == "Darwin"
 CONFIGURE_ARGS+=       --disable-cocoa-quickdraw
 CONFIGURE_ARGS+=       --with-cocoa
@@ -48,6 +45,7 @@
 CONFIGURE_ARGS+=       --without-osx-sysroot
 .else
 .include "../../devel/SDL/buildlink3.mk"
+.include "../../x11/libxdg-basedir/buildlink3.mk"
 .endif
 
 .include "../../archivers/lzo/buildlink3.mk"
diff -r 82ad8421c96d -r d267ec67c512 games/openttd/PLIST
--- a/games/openttd/PLIST       Thu Mar 26 14:47:46 2020 +0000
+++ b/games/openttd/PLIST       Thu Mar 26 14:48:36 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/04/25 15:55:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2020/03/26 14:48:36 nia Exp $
 bin/openttd
 man/man6/openttd.6
 share/applications/openttd.desktop
@@ -26,6 +26,7 @@
 share/openttd/ai/compat_1.9.nut
 share/openttd/baseset/no_music.obm
 share/openttd/baseset/no_sound.obs
+share/openttd/baseset/openttd.32.bmp
 share/openttd/baseset/openttd.grf
 share/openttd/baseset/opntitle.dat
 share/openttd/baseset/orig_dos.obg



Home | Main Index | Thread Index | Old Index