- update to v0.7

- remove FAKE
- ONLY_FOR_ARCHS=i386 until properly fixed
- CONFIGURE_STYLE
This commit is contained in:
jakob 2000-06-20 10:00:35 +00:00
parent 1a784db3ec
commit f88e84f688
4 changed files with 9 additions and 28 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2000/06/10 17:39:20 espie Exp $
# $OpenBSD: Makefile,v 1.3 2000/06/20 10:00:35 jakob Exp $
DISTNAME= rio500-0.6
DISTNAME= rio500-0.7
CATEGORIES= audio
NEED_VERSION= 1.300
NEED_VERSION= 1.302
MASTER_SITES= http://download.sourceforge.net/rio500/
HOMEPAGE= http://rio500.sourceforge.net/
@ -16,6 +17,8 @@ PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gtk.1.2::x11/gtk+
ONLY_FOR_ARCHS= i386
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-devicepath=/dev \

View File

@ -1,3 +1,3 @@
MD5 (rio500-0.6.tar.gz) = 392922c9b1509ced1bbc26d33f1e5270
RMD160 (rio500-0.6.tar.gz) = 48bd11557125b010df5a1062c6d0602d7afb8d78
SHA1 (rio500-0.6.tar.gz) = 2ca109e742bce34785c70af4b0a4130b9908902b
MD5 (rio500-0.7.tar.gz) = f624c255d6a538205a63a9bada4e5d89
RMD160 (rio500-0.7.tar.gz) = 59f56abb5f5ca16d6a8a7792dd227417bcd66709
SHA1 (rio500-0.7.tar.gz) = f22237d3e13222da69d7b7a09f7e27e2aff8e1b8

View File

@ -1,11 +0,0 @@
--- src/rio_font_info.c.orig Sat Mar 25 14:33:26 2000
+++ src/rio_font_info.c Sun May 28 22:01:12 2000
@@ -21,7 +21,7 @@
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#if defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/param.h>
#else
#include <stdint.h>

View File

@ -1,11 +0,0 @@
--- include/libfon.h.orig Sun Mar 5 16:14:21 2000
+++ include/libfon.h Sun May 28 22:00:27 2000
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/param.h>
#else
#include <stdint.h>