pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
0ad: atlas needs "wx"
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Thu May 4 07:51:03 2023 +0200
Changeset: f177b088dcec7c10c771331bcecbee1e704bd48c
Modified Files:
0ad/Makefile
Log Message:
0ad: atlas needs "wx"
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f177b088dcec7c10c771331bcecbee1e704bd48c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
0ad/Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 71e13a5ed6..789d8fd507 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -63,8 +63,9 @@ do-configure:
--with-system-mozjs \
--with-system-nvtt \
--without-pch \
- --atlas
+ --disable-atlas
+# TODO: needs "wx"
# options:
# tests:
# --without-tests
@@ -79,7 +80,8 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/pyrogenesis ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/build/resources/0ad.sh ${DESTDIR}${PREFIX}/bin/0ad
- ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${DESTDIR}${PREFIX}/bin
+ # atlas:
+ # ${INSTALL_PROGRAM} ${WRKSRC}/binaries/system/ActorEditor ${DESTDIR}${PREFIX}/bin
# missing:
# libnvcore.a libnvimage.so libnvmath.so libnvtt.so
# TODO: all of these should be .so.
@@ -91,7 +93,8 @@ do-install:
${DESTDIR}${PREFIX}/lib/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.desktop ${DESTDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/build/resources/0ad.png ${DESTDIR}${PREFIX}/share/pixmaps
-.for d in config l10n tests tools
+ # if atlas?: + tools
+.for d in config l10n tests
cd ${WRKSRC}/binaries/data && ${PAX} -rw ${d} ${DESTDIR}${DATADIR}
.endfor
${TAR} xf ${WRKSRC}/binaries/data/mods/public/public.zip -C ${DESTDIR}${DATADIR}/mods/public --no-same-permissions
Home |
Main Index |
Thread Index |
Old Index