Mark it unbroken. Upgrade the version 0.29.103. Fix pkg/PLIST

This commit is contained in:
kevlo 1999-11-05 11:27:35 +00:00
parent 7444ee5dbc
commit 9fbcd81c1e
4 changed files with 13 additions and 14 deletions

View File

@ -1,8 +1,6 @@
# $OpenBSD: Makefile,v 1.2 1999/09/17 09:22:51 turan Exp $
# $OpenBSD: Makefile,v 1.3 1999/11/05 11:27:35 kevlo Exp $
BROKEN= "sources no longer availible"
DISTNAME= gom-0.29.99
DISTNAME= gom-0.29.103
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/mixers

View File

@ -1,3 +1,3 @@
MD5 (gom-0.29.99.tar.gz) = 7500ff8c81bd3762ffada7415e55911e
RMD160 (gom-0.29.99.tar.gz) = 9ebce357ca4603752a8967b081bcb4d91cf0a20e
SHA1 (gom-0.29.99.tar.gz) = c3846fac3c0557b367523c4453f0f1f77d2c1692
MD5 (gom-0.29.103.tar.gz) = c2c6ecef7f2cc7eafe81d6d70f2ba132
RMD160 (gom-0.29.103.tar.gz) = f731fd24f436627d2a8a7c0601f865ae465c2c78
SHA1 (gom-0.29.103.tar.gz) = a2c547dfab01b770b863d74a2af2b68998392433

View File

@ -1,6 +1,6 @@
--- configure.in~ Fri Jan 22 18:12:21 1999
+++ configure.in Sun Jul 11 03:24:40 1999
@@ -36,9 +36,14 @@
--- configure.in.orig Fri Nov 5 17:32:54 1999
+++ configure.in Fri Nov 5 17:35:01 1999
@@ -39,9 +39,14 @@
dnl Checks for libraries.
@ -14,18 +14,18 @@
+
+AC_CHECK_LIB(ossaudio, _oss_ioctl)
+if [[ "$ac_cv_lib_ossaudio__oss_ioctl" != "yes" ]]
+ then AC_MSG_ERROR("Need ossaudio library!")
+ then AC_MSG_ERROR("Need ossaudio library!")
fi
@@ -68,8 +73,8 @@
@@ -71,8 +76,8 @@
AC_MSG_WARN([Not a POSIX.1 system; this may cause problems.])
fi
-AC_CHECK_HEADERS(sys/soundcard.h)
-if [[ "$ac_cv_header_sys_soundcard_h" != "yes" ]]; then
+AC_CHECK_HEADERS(soundcard.h)
+if [[ "$ac_cv_header_soundcard_h" != "yes" ]]; then
+if [[ "$ac_cv_header_soundcard_h" != "yes" ]]; then
AC_MSG_ERROR([No sound card header file.])
fi

View File

@ -1,3 +1,4 @@
bin/gom
bin/gomconfig
sbin/gomconfig
man/man1/gom.1
man/man8/gomconfig.8