head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.2.0.32
	pkgsrc-2026Q2-base:1.2
	pkgsrc-2026Q1:1.2.0.30
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.28
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.26
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.24
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.22
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.20
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.18
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.16
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.14
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.12
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.10
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.8
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.6
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.4
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.2
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.1.0.14
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.12
	pkgsrc-2022Q1-base:1.1
	pkgsrc-2021Q4:1.1.0.10
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.8
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.6
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.4
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.2
	pkgsrc-2020Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2022.09.20.06.56.51;	author nia;	state Exp;
branches;
next	1.1;
commitid	8w3LkfrSKVDEnzUD;

1.1
date	2020.11.20.13.50.23;	author nia;	state Exp;
branches;
next	;
commitid	HJX15Pw1zQEGaDwC;


desc
@@


1.2
log
@xgalaga: Ensure sound server is installed to /libexec regardless of OS
@
text
@$NetBSD: patch-configure,v 1.1 2020/11/20 13:50:23 nia Exp $

Correct installation paths.

--- configure.orig	2008-03-05 21:58:16.000000000 +0000
+++ configure
@@@@ -4582,7 +4582,7 @@@@ cat >>confdefs.h <<\_ACEOF
 #define SOUNDDEV "/dev/dsp"
 _ACEOF
 
-        SOUNDSRVDIR=""
+        SOUNDSRVDIR="/libexec"
 
 cat >>confdefs.h <<\_ACEOF
 #define SOUND 1
@@@@ -4595,7 +4595,7 @@@@ _ACEOF
 #define SOUNDDEV "/dev/dsp"
 _ACEOF
 
-        SOUNDSRVDIR=""
+        SOUNDSRVDIR="/libexec"
 	cat >>confdefs.h <<\_ACEOF
 #define SOUND 1
 _ACEOF
@@@@ -4619,7 +4619,7 @@@@ _ACEOF
 #define SOUNDDEV "/dev/audio"
 _ACEOF
 
-        SOUNDSRVDIR=""
+        SOUNDSRVDIR="/libexec"
   	cat >>confdefs.h <<\_ACEOF
 #define SOUND 1
 _ACEOF
@@@@ -4631,7 +4631,7 @@@@ _ACEOF
 #define SOUNDDEV "/dev/audio"
 _ACEOF
 
-        SOUNDSRVDIR=""
+        SOUNDSRVDIR="/libexec"
 	cat >>confdefs.h <<\_ACEOF
 #define SOUND 1
 _ACEOF
@@@@ -4664,10 +4664,10 @@@@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 cat >>confdefs.h <<_ACEOF
-#define SOUNDDIR "$prefix/sounds/"
+#define SOUNDDIR "$prefix/share/xgalaga/sounds/"
 _ACEOF
 
-CREDITSFILE="$prefix/CREDITS"
+CREDITSFILE="$prefix/share/doc/xgalaga/CREDITS"
 cat >>confdefs.h <<_ACEOF
 #define CREDITSFILE "$CREDITSFILE"
 _ACEOF
@@@@ -4677,7 +4677,7 @@@@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 cat >>confdefs.h <<_ACEOF
-#define LEVELDIR "$prefix/levels/"
+#define LEVELDIR "$prefix/share/xgalaga/levels/"
 _ACEOF
 
 
@


1.1
log
@xgalaga: Update to 2.1.1.0

Version 2.1.01.0 (HR 2008/03/05)
- Updated configure.in and Makefile.in for building an new configure
  script and Makefile with BSD support (autoconf -o configure configure.in).
  The goal is to build on supported platforms 'out of the box'. If there
  is anything to do, please let me know at
   tshe_hermann remove_this at web dot de
- Added scrolling credits in the title screen. Therefore increased
  the third paragraph of the version number.

Version 2.1.00.2 (HR 2008/02/11)
- Changed numbering scheme to a dotted style to become better compatibility
  with distro's numbering scheme.
- Fixed broken sound. xgal.sndsrv.linux opens /dev/dsp now with O_WRONLY.
  This makes simultaneously playing oggs working.
- Added man page (content and build handling). Added <s> and <Q> key.

Version 2.1.00-1 (HR 2008/02/07)
- added ifdefs in score.c for compiling with no sound support
- added file mkinstalldirs. Needed by make install

Version 2.1.00-0 (HR 2008/02/06)
- This release is mainly a bugfix relase. Some of them are years old.
  See hints below.
- added the xgalaga_2.0.34-44.diff from debian. Thanks to Joey Hess for
  collecting all these stuff over the years.
  Main changes are: compiling xgalaga-hyperspace, full screen mode, security
  fixes for HOME-Variable and global score file, joystick support,
  improvements of sound server, new weapons machine gun and spread shot, ....
- Bugs as reported at sourceforge Request ID 1394882 "make error on fc4 64-bit"
  and 1167157 "make error on FC3" are supposed to be fixed. Changed the order
  of header files in several .c files. I have no 64 bit system to test this,
  but I got the same error on ubuntu 7.10
- Debian bug report #149743: "xgalaga starts when i want to turn sounds off" is
  fixed. In fact, it started on any key except <q> or <Q>. Now starts only on
  the keys <k> and <m> as stated in the last line on the title screen.
  Turning sound off works during the game and at the title screen. For clarity
  there is now a 'Q' (=quiet) right from the level, which appears, when sound
  is switched off.
- Debian bug report #60266: "Too slow when sounds are not available" is
  probably fixed. I could not exactly reproduce the bug. On my box, xgalaga
  crashes totally. Maybe it depends on the sound system. I added the evaluation
  of the returncode on writing to /dev/dsp. The crash was gone away.
- Debian bug report #399987 "xgalaga -level accepts ""impossible to loose""
  levels" is partially fixed. The -level parameter value is cut to 15. Higher
  levels are still avalable by playing (good luck).
- Added a couple of additional key codes. The <p> (pause) and <s> (toggle
  sound) did not work, because they produce key codes increased with 256.
  Editing the high score name also didn't work on the same reason.
- Added bugfix for "[1837041] Fix seg fault" as reported on sourceforge
- Changed order of libs in configure.in. This (and some other improvements)
  makes xgalaga compile under Cygwin/X
@
text
@d1 1
a1 1
$NetBSD$
d7 36
@

