summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/oss/Makefile10
-rw-r--r--audio/oss/distinfo6
-rw-r--r--doc/CHANGES3
3 files changed, 12 insertions, 7 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile
index 04bb1e8036f..77ec5fe6eaf 100644
--- a/audio/oss/Makefile
+++ b/audio/oss/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/01/04 13:32:02 cjep Exp $
+# $NetBSD: Makefile,v 1.15 2003/01/10 20:20:53 jlam Exp $
DISTNAME= oss-${OSS_VERSION} # Overridden below
PKGNAME= oss-${OSS_VERSION}
@@ -19,8 +19,8 @@ OSVERSION_SPECIFIC= yes
DISTNAME= oss397c-netbsd-v1.5
OSS_VERSION= 3.9.7c
.elif !empty(MACHINE_PLATFORM:MNetBSD-1.6*-i386)
-DISTNAME= oss397f-netbsd-v1.6
-OSS_VERSION= 3.9.7f
+DISTNAME= oss397g-netbsd-v1.6
+OSS_VERSION= 3.9.7g
.endif
RESTRICTED= "No re-distribution."
@@ -72,6 +72,10 @@ do-build:
${FILESDIR}/wrapper.sh > ${WRKDIR}/$${file}.sh; \
done
+# Run the install script in a chroot environment. The install script tries
+# to install into /usr/lib, so we let it install into the chroot'ed /usr/lib
+# and then copy the "installed" files to where to really want them.
+#
chroot:
${PAX} -rw `${CAT} ${FILESDIR}/chroot` ${WRKSRC}
${CHROOT} -u ${ROOT_USER} -g ${ROOT_GROUP} ${WRKSRC} ./install.sh
diff --git a/audio/oss/distinfo b/audio/oss/distinfo
index d893a26180f..ad68cc79982 100644
--- a/audio/oss/distinfo
+++ b/audio/oss/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/01/07 21:18:32 jlam Exp $
+$NetBSD: distinfo,v 1.6 2003/01/10 20:20:53 jlam Exp $
-SHA1 (oss397f-netbsd-v1.6.tar.gz) = d7167a0ab38a41f90da9d191f54286fc8a040b24
-Size (oss397f-netbsd-v1.6.tar.gz) = 1115393 bytes
+SHA1 (oss397g-netbsd-v1.6.tar.gz) = 9ae61d38e0eb35474cbb84498c53f82b7e717d4f
+Size (oss397g-netbsd-v1.6.tar.gz) = 1116013 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index c0025b5ca6a..0ba1521e036 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1083 2003/01/10 19:48:04 wiz Exp $
+$NetBSD: CHANGES,v 1.1084 2003/01/10 20:22:42 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -201,3 +201,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated docbook-xml to 4.2nb1 [jmmv 2003-01-10]
Updated libglade2 to 2.0.1nb4 [jmmv 2003-01-10]
Updated feh to 1.2.4 [wiz 2003-01-10]
+ Updated oss to 3.9.7g [jlam 2003-01-10]