Update to tempest-1.0.4
Really supports fullscreen mode. Thanks to Sebastian Stark <seb@todesplanet.de>
This commit is contained in:
parent
87864528ec
commit
6c937c1c1c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/13 17:27:10 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/08/14 23:02:58 pvalchev Exp $
|
||||
|
||||
COMMENT= "sends AM radio signals using a PC monitor"
|
||||
|
||||
VERSION= 1.0.2
|
||||
VERSION= 1.0.4
|
||||
DISTNAME= tempest_for_eliza-${VERSION}
|
||||
PKGNAME= tempest-${VERSION}
|
||||
CATEGORIES= audio
|
||||
@ -26,6 +26,8 @@ USE_X11= Yes
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
SONGS= forelise jonny saints ungarian fruehling oldmacdonald tempest
|
||||
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/Makefile ${WRKSRC}/Makefile.in
|
||||
|
||||
@ -34,6 +36,6 @@ do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tempest
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tempest
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/tempest
|
||||
${INSTALL_DATA} ${WRKSRC}/songs/* ${PREFIX}/share/tempest
|
||||
cd ${WRKSRC}/songs && ${INSTALL_DATA} ${SONGS} ${PREFIX}/share/tempest
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tempest_for_eliza-1.0.2.tar.gz) = 470a412adebe7f9cd1f675bcbe5a7004
|
||||
RMD160 (tempest_for_eliza-1.0.2.tar.gz) = 504aa4fc6657057af904b6e6f65da0aeb4e7c559
|
||||
SHA1 (tempest_for_eliza-1.0.2.tar.gz) = b7ad2ba6df7effb18192a69c52991cb3da3243f7
|
||||
MD5 (tempest_for_eliza-1.0.4.tar.gz) = 09ee51adff54dda4de0f0b90e13f7d49
|
||||
RMD160 (tempest_for_eliza-1.0.4.tar.gz) = 03440af822b1069853e6958474af3a6085b4c5bd
|
||||
SHA1 (tempest_for_eliza-1.0.4.tar.gz) = d612561ae93ded4711c4e6d9ffb4d3bbb44a3e1e
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-acinclude_m4,v 1.1.1.1 2001/08/13 17:27:10 pvalchev Exp $
|
||||
--- acinclude.m4.orig Tue Aug 7 15:12:40 2001
|
||||
+++ acinclude.m4 Tue Aug 7 15:13:17 2001
|
||||
$OpenBSD: patch-acinclude_m4,v 1.2 2001/08/14 23:02:58 pvalchev Exp $
|
||||
--- acinclude.m4.orig Tue Aug 14 11:03:10 2001
|
||||
+++ acinclude.m4 Tue Aug 14 16:51:06 2001
|
||||
@@ -129,6 +129,8 @@ else
|
||||
YYY_CXXFLAGS="$YYY_CXXFLAGS -Wall -Werror"
|
||||
fi
|
||||
|
@ -1,18 +1,12 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1.1.1 2001/08/13 17:27:10 pvalchev Exp $
|
||||
--- aclocal.m4.orig Tue Aug 7 15:12:37 2001
|
||||
+++ aclocal.m4 Tue Aug 7 15:13:18 2001
|
||||
@@ -1,4 +1,4 @@
|
||||
-dnl aclocal.m4 generated automatically by aclocal 1.4
|
||||
+dnl aclocal.m4 generated automatically by aclocal 1.4-p4
|
||||
|
||||
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
@@ -140,6 +140,8 @@ if test "$yyynowarnerror" = "yes"; then
|
||||
else
|
||||
$OpenBSD: patch-aclocal_m4,v 1.2 2001/08/14 23:02:58 pvalchev Exp $
|
||||
--- aclocal.m4.orig Tue Aug 14 11:03:11 2001
|
||||
+++ aclocal.m4 Tue Aug 14 16:50:38 2001
|
||||
@@ -141,6 +141,8 @@ else
|
||||
YYY_CXXFLAGS="$YYY_CXXFLAGS -Wall -Werror"
|
||||
fi
|
||||
+
|
||||
+YYY_CXXFLAGS="$CXXFLAGS"
|
||||
|
||||
+YYY_CXXFLAGS="$CXXFLAGS"
|
||||
+
|
||||
])
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2001/08/13 17:27:10 pvalchev Exp $
|
||||
--- configure.orig Tue Aug 7 15:12:44 2001
|
||||
+++ configure Tue Aug 7 15:13:19 2001
|
||||
$OpenBSD: patch-configure,v 1.2 2001/08/14 23:02:58 pvalchev Exp $
|
||||
--- configure.orig Tue Aug 14 16:51:14 2001
|
||||
+++ configure Tue Aug 14 16:51:15 2001
|
||||
@@ -1076,6 +1076,8 @@ else
|
||||
YYY_CXXFLAGS="$YYY_CXXFLAGS -Wall -Werror"
|
||||
fi
|
||||
@ -55,12 +55,12 @@ $OpenBSD: patch-configure,v 1.1.1.1 2001/08/13 17:27:10 pvalchev Exp $
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -1290,7 +1292,7 @@ int main() {
|
||||
@@ -1295,7 +1297,7 @@ int main() {
|
||||
return 0;
|
||||
; return 0; }
|
||||
EOF
|
||||
-if { (eval echo configure:1294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
+if { (eval echo configure:1296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
-if { (eval echo configure:1299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
+if { (eval echo configure:1301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
echo "*** The test program compiled, but did not run. This usually means"
|
||||
echo "*** that the run-time linker is not finding SDL or finding the wrong"
|
||||
|
@ -1,8 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/13 17:27:10 pvalchev Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/08/14 23:02:58 pvalchev Exp $
|
||||
bin/tempest
|
||||
share/doc/tempest/README
|
||||
share/tempest/Makefile.am
|
||||
share/tempest/Makefile.in
|
||||
share/tempest/forelise
|
||||
share/tempest/fruehling
|
||||
share/tempest/jonny
|
||||
|
Loading…
Reference in New Issue
Block a user