maintenance update; ok brad@

This commit is contained in:
naddy 2003-09-30 10:31:35 +00:00
parent 1388779675
commit 52ea1ea008
5 changed files with 22 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.25 2002/12/29 20:19:11 fgsch Exp $
# $OpenBSD: Makefile,v 1.26 2003/09/30 10:31:35 naddy Exp $
COMMENT= "SGI audiofile library clone"
DISTNAME= audiofile-0.2.3
DISTNAME= audiofile-0.2.4
PKGNAME= lib${DISTNAME}
CATEGORIES= devel audio
MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/
@ -16,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static

View File

@ -1,3 +1,3 @@
MD5 (audiofile-0.2.3.tar.gz) = 73f420be03e3f4591008fd5ead6d284d
RMD160 (audiofile-0.2.3.tar.gz) = aee24ac0e93eae461375ff7879d1a49b4ac5d891
SHA1 (audiofile-0.2.3.tar.gz) = 12bb67ba45985e258e5c077c33e5613f340e3e34
MD5 (audiofile-0.2.4.tar.gz) = d6b88d8f3d14da00cb2a11be8ea9140b
RMD160 (audiofile-0.2.4.tar.gz) = 4c2952cbd7250e215ebdcc67d1d94ead67fc582d
SHA1 (audiofile-0.2.4.tar.gz) = ef591e2c802dc531460ab7f5cfa1ad5ba86161c1

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2002/03/10 21:01:44 brad Exp $
--- Makefile.in.orig Sun Mar 10 15:01:34 2002
+++ Makefile.in Sun Mar 10 15:01:57 2002
$OpenBSD: patch-Makefile_in,v 1.2 2003/09/30 10:31:35 naddy Exp $
--- Makefile.in.orig 2003-09-29 14:35:22.000000000 +0200
+++ Makefile.in 2003-09-29 14:35:33.000000000 +0200
@@ -89,7 +89,7 @@ bin_SCRIPTS = \
audiofile-config
-SRC_SUBDIRS = libaudiofile sfcommands test
+SRC_SUBDIRS = libaudiofile sfcommands
SUBDIRS = $(SRC_SUBDIRS) docs
SUBDIRS = $(SRC_SUBDIRS) docs win32
EXTRA_DIST = \

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-ltmain_sh,v 1.2 2003/09/30 10:31:35 naddy Exp $
--- ltmain.sh.orig Sat Dec 15 20:50:19 2001
+++ ltmain.sh Sat Dec 15 20:51:18 2001
@@ -1060,6 +1060,17 @@ compiler."

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-test_seek_c,v 1.1 2003/09/30 10:31:35 naddy Exp $
--- test/seek.c.orig 2003-09-29 14:36:01.000000000 +0200
+++ test/seek.c 2003-09-29 14:36:13.000000000 +0200
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <audiofile.h>