diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-09 20:25:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-09 20:25:10 +0000 |
commit | 82e6c22febfddf67ccc34a802370ebe2409f99c6 (patch) | |
tree | b8e112ae9aaa3cf2e8e06f518a989c6c85859af6 /audio | |
parent | dc0ed7d769156760b0dc84d5a42f1b3df8ea344d (diff) | |
download | pkgsrc-82e6c22febfddf67ccc34a802370ebe2409f99c6.tar.gz |
Remove old and unmaintained audio/oss package.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/oss/DEINSTALL | 53 | ||||
-rw-r--r-- | audio/oss/DESCR | 6 | ||||
-rw-r--r-- | audio/oss/INSTALL | 14 | ||||
-rw-r--r-- | audio/oss/MESSAGE | 14 | ||||
-rw-r--r-- | audio/oss/Makefile | 104 | ||||
-rw-r--r-- | audio/oss/PLIST | 102 | ||||
-rw-r--r-- | audio/oss/buildlink3.mk | 48 | ||||
-rw-r--r-- | audio/oss/distinfo | 5 | ||||
-rw-r--r-- | audio/oss/files/MAKEDEV.oss | 133 | ||||
-rw-r--r-- | audio/oss/files/chroot | 24 | ||||
-rw-r--r-- | audio/oss/files/install.sh | 2 | ||||
-rw-r--r-- | audio/oss/files/oss.sh | 50 | ||||
-rw-r--r-- | audio/oss/files/responses | 4 | ||||
-rw-r--r-- | audio/oss/files/wrapper.sh | 13 |
14 files changed, 0 insertions, 572 deletions
diff --git a/audio/oss/DEINSTALL b/audio/oss/DEINSTALL deleted file mode 100644 index d52ac040bd6..00000000000 --- a/audio/oss/DEINSTALL +++ /dev/null @@ -1,53 +0,0 @@ -# $NetBSD: DEINSTALL,v 1.4 2002/10/03 10:34:23 jlam Exp $ - -OSSLIBDIR="@OSSLIBDIR@" -SFILES="@SFILES@" - -case ${STAGE} in -DEINSTALL) - # - # Ensure the OSS LKM is unloaded. - # - if [ -f @RCD_SCRIPTS_DIR@/oss ]; then - @RCD_SCRIPTS_DIR@/oss forcestop - fi - # - # Unconditionally remove the OSS files in /etc. - # - for file in ${SFILES}; do - ${RM} -f /etc/$${file} - done - # - # Unconditionally remove the OSS license file. - # - ${RM} -f ${OSSLIBDIR}/license.asc - # - # Remove some files generated by soundconf/sndconf. - # - ${RM} -f ${OSSLIBDIR}/*.log - ${RM} -f ${OSSLIBDIR}/devices.cfg - ${RM} -f ${OSSLIBDIR}/modules.cfg - ${RM} -f ${OSSLIBDIR}/order.html - ${RM} -f ${OSSLIBDIR}/pnpres.dat - ;; - -POST-DEINSTALL) - # - # Remove the OSS devices. - # - ${RM} -f /dev/dsp* /dev/sound /dev/audio* /dev/mixer* /dev/midi* - ${RM} -f /dev/sequencer /dev/music /dev/sndstat - - ${CAT} << EOF -=========================================================================== - -The OSS devices in /dev have been removed. You should run - - cd /dev; sh MAKEDEV all - -to recreate any audio devices which were overwritten by the OSS devices. - -=========================================================================== -EOF - ;; -esac diff --git a/audio/oss/DESCR b/audio/oss/DESCR deleted file mode 100644 index a6b0571c21b..00000000000 --- a/audio/oss/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Open Sound System(TM) (OSS) is the first attempt in unifying the digital -audio architecture for UNIX. OSS is a set of device drivers that provide a -uniform API across all the major UNIX architectures. It supports Sound -Blaster or Windows Sound System compatible sound cards which can be plugged -into any UNIX workstation supporting the ISA or PCI bus architecture. OSS -also supports workstations with on-board digital audio hardware. diff --git a/audio/oss/INSTALL b/audio/oss/INSTALL deleted file mode 100644 index 414a540c3e7..00000000000 --- a/audio/oss/INSTALL +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: INSTALL,v 1.1.1.1 2002/10/02 20:33:31 jlam Exp $ - -OSSLIBDIR="@OSSLIBDIR@" - -case ${STAGE} in -POST-INSTALL) - # - # Create the OSS devices in /dev. - # - ${ECHO} - ${ECHO} "Creating OSS devices..." - cd /dev && ${SH} ${OSSLIBDIR}/MAKEDEV.oss all - ;; -esac diff --git a/audio/oss/MESSAGE b/audio/oss/MESSAGE deleted file mode 100644 index ad5853cac7d..00000000000 --- a/audio/oss/MESSAGE +++ /dev/null @@ -1,14 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.3 2002/10/16 15:46:18 jlam Exp $ - -To use OSS, you will need a kernel built: - - * with the LKM option enabled, e.g. GENERIC, GENERIC_LAPTOP; - * without the audio devices for soundcards supported by OSS. - -You should also initially run "soundconf" as root to detect and configure -and system soundcard(s), and to install a permanent license for OSS. - -There is an "oss" rc.d script that may be used to control the loading and -unloading of the OSS LKM. -=========================================================================== diff --git a/audio/oss/Makefile b/audio/oss/Makefile deleted file mode 100644 index da7d295b3fc..00000000000 --- a/audio/oss/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -# $NetBSD: Makefile,v 1.36 2005/12/29 06:21:31 jlam Exp $ - -DISTNAME= oss-${OSS_VERSION} # Overridden below -PKGNAME= oss-${OSS_VERSION} -PKGREVISION= 1 -CATEGORIES= audio sysutils -MASTER_SITES= ftp://ftp.opensound.com/pub/oss/netbsd/ - -MAINTAINER= jlam@pkgsrc.org -HOMEPAGE= http://www.opensound.com/oss.html -COMMENT= Open Sound System(TM) soundcard driver - -NOT_FOR_PLATFORM= Interix-*-* -#ONLY_FOR_PLATFORM= NetBSD-1.6-i386 NetBSD-1.6.*-i386 -#ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 -OSVERSION_SPECIFIC= yes - -INTERACTIVE_STAGE= install - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.6.2 -OSS_VERSION= 3.9.8e - -RESTRICTED= "No re-distribution." -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} -NO_SRC_ON_FTP= ${RESTRICTED} -NO_BIN_ON_FTP= ${RESTRICTED} - -WRKSRC= ${WRKDIR} -NO_CONFIGURE= yes - -DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL - -MODSTAT= /usr/bin/modstat - -CHROOT?= /usr/sbin/chroot -OSSLIBDIR= ${PREFIX}/lib/oss -FILES_SUBST+= OSSLIBDIR=${OSSLIBDIR:Q} -FILES_SUBST+= MODSTAT=${MODSTAT:Q} - -# OSS needs to find certain files in /etc, so this package can't be -# made to honor ${PKG_SYSCONFDIR}. -# -SFILES= drums.o3 drums.sb oss.conf std.o3 std.sb -FILES_SUBST+= SFILES=${SFILES:Q} -.for FILE in ${SFILES} -CONF_FILES+= ${OSSLIBDIR}/${FILE} /etc/${FILE} -.endfor -CONF_FILES+= ${OSSLIBDIR}/license.asc.eval ${OSSLIBDIR}/license.asc -RCD_SCRIPTS= oss -INSTALLATION_DIRS= bin sbin - -post-extract: - ${MKDIR} ${WRKSRC} - ${MKDIR} ${WRKSRC}/dev - ${MKDIR} ${WRKSRC}/etc - ${CP} ${FILESDIR}/responses ${WRKSRC} - ( ${ECHO} "#!${SH}"; \ - ${ECHO} "${CAT} responses | ./oss-install" \ - ) > ${WRKSRC}/install.sh - ${CHMOD} +x ${WRKSRC}/install.sh - -do-build: - @for file in ossxmix soundconf; do \ - ${SED} ${FILES_SUBST_SED} \ - -e "s|@OSS_WRAPPEE@|${OSSLIBDIR}/$${file}|g" \ - ${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 - ${ECHO} "OSSLIBDIR=${OSSLIBDIR}" > ${WRKSRC}/usr/lib/oss/oss.conf - ${MV} ${WRKSRC}/usr/lib/oss/license.asc \ - ${WRKSRC}/usr/lib/oss/license.asc.eval - ${RM} ${WRKSRC}/usr/lib/oss/*.log - -do-install: chroot - cd ${WRKSRC}/usr && ${PAX} -rw -pe lib/oss ${PREFIX} - ${INSTALL_DATA} ${FILESDIR}/MAKEDEV.oss ${OSSLIBDIR} - ${LN} -sf ../lib/oss/mixer ${PREFIX}/bin/ossmixer - ${LN} -sf ../lib/oss/mplay ${PREFIX}/bin/ossmplay - ${INSTALL_SCRIPT} ${WRKDIR}/ossxmix.sh ${PREFIX}/bin/ossxmix - ${LN} -sf ../lib/oss/play ${PREFIX}/bin/ossplay - ${LN} -sf ../lib/oss/record ${PREFIX}/bin/ossrecord - ${LN} -sf ../lib/oss/savemixer ${PREFIX}/bin/osssavemixer - ${INSTALL_SCRIPT} ${WRKDIR}/soundconf.sh ${PREFIX}/sbin/soundconf - ${LN} -sf ../lib/oss/soundoff ${PREFIX}/sbin/soundoff - ${LN} -sf ../lib/oss/soundon ${PREFIX}/sbin/soundon - - ${RM} -rf ${WRKSRC}/bin ${WRKSRC}/sbin ${WRKSRC}/usr - ${RM} -f ${WRKSRC}/dev/mixer0 ${WRKSRC}/dev/null - ${RM} -f ${WRKSRC}/etc/oss.conf - ${RM} -f ${WRKSRC}/etc/*.o3 ${WRKSRC}/etc/*.sb - ${RM} -f ${WRKSRC}/*.core - -.include "../../mk/bsd.pkg.mk" diff --git a/audio/oss/PLIST b/audio/oss/PLIST deleted file mode 100644 index a74ffc7f0ca..00000000000 --- a/audio/oss/PLIST +++ /dev/null @@ -1,102 +0,0 @@ -@comment $NetBSD: PLIST,v 1.10 2005/05/02 20:33:57 reed Exp $ -bin/ossplay -bin/ossmixer -bin/ossmplay -bin/ossrecord -bin/osssavemixer -bin/ossxmix -lib/oss/Cards.lis -lib/oss/LICENSE -lib/oss/MAKEDEV.oss -lib/oss/Readme -lib/oss/allmods.cfg -lib/oss/awe_voice.h -lib/oss/checklic -lib/oss/config.dat -lib/oss/dm.h -lib/oss/docs/Cards.lis -lib/oss/docs/README.256AV -lib/oss/docs/README.AudioPCI -lib/oss/docs/README.CMI8738 -lib/oss/docs/README.CS4280 -lib/oss/docs/README.ConfigOptions -lib/oss/docs/README.Digi32 -lib/oss/docs/README.Digi96 -lib/oss/docs/README.EMU10K1X -lib/oss/docs/README.EWS64 -lib/oss/docs/README.Envy24 -lib/oss/docs/README.Geode -lib/oss/docs/README.Intelpci -lib/oss/docs/README.Irqsharing -lib/oss/docs/README.KDE-GNOME -lib/oss/docs/README.Maestro -lib/oss/docs/README.Notebooks -lib/oss/docs/README.Playing -lib/oss/docs/README.Riptide -lib/oss/docs/README.SBLive -lib/oss/docs/README.Studio -lib/oss/docs/README.Upgrading -lib/oss/docs/README.VirtualMixer -lib/oss/docs/README.Vortex -lib/oss/docs/README.Yamaha-DSXG -lib/oss/docs/README.awe -lib/oss/docs/README.chips -lib/oss/docs/README.cs4232 -lib/oss/docs/README.fullduplex -lib/oss/docs/README.ossmix -lib/oss/docs/README.osstest -lib/oss/docs/README.performance -lib/oss/docs/README.soundscape -lib/oss/docs/README.vivo -lib/oss/docs/README.za2 -lib/oss/docs/programming.txt -lib/oss/docs/using_oss.txt -lib/oss/drums.o3 -lib/oss/drums.sb -lib/oss/emu10k.bin1 -lib/oss/emu10k.bin2 -lib/oss/errors.cat -lib/oss/include/sys/awe_voice.h -lib/oss/include/sys/dm.h -lib/oss/include/sys/soundcard.h -lib/oss/include/sys/ultrasound.h -lib/oss/install.sh -lib/oss/install2.sh -lib/oss/libOSSlib.a -lib/oss/license.asc.eval -lib/oss/mixer -lib/oss/mixer.def -lib/oss/modules.dep -lib/oss/modules.lis -lib/oss/mplay -lib/oss/options.cfg -lib/oss/order.tmpl -lib/oss/oss.conf -lib/oss/oss.o -lib/oss/ossmix -lib/oss/osstest -lib/oss/ossxmix -lib/oss/play -lib/oss/record -lib/oss/savemixer -lib/oss/sndconf -lib/oss/soundcard.h -lib/oss/soundconf -lib/oss/soundoff -lib/oss/soundon -lib/oss/std.o3 -lib/oss/std.sb -lib/oss/synthgm.sf2 -lib/oss/ui_X.so -lib/oss/ui_curses.so -lib/oss/ultrasound.h -lib/oss/uninstall.sh -lib/oss/za2v2.dat -sbin/soundconf -sbin/soundoff -sbin/soundon -share/examples/rc.d/oss -@dirrm lib/oss/include/sys -@dirrm lib/oss/include -@dirrm lib/oss/docs -@dirrm lib/oss diff --git a/audio/oss/buildlink3.mk b/audio/oss/buildlink3.mk deleted file mode 100644 index e927d47d0b3..00000000000 --- a/audio/oss/buildlink3.mk +++ /dev/null @@ -1,48 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.8 2005/07/01 11:38:26 martti Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -OSS_BUILDLINK3_MK:= ${OSS_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= oss -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Noss} -BUILDLINK_PACKAGES+= oss - -.if !empty(OSS_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.oss+= oss-[0-9]* -BUILDLINK_PKGSRCDIR.oss?= ../../audio/oss -BUILDLINK_INCDIRS.oss= include lib/oss/include - -# If we are using audio/oss, then we don't need the NetBSD OSS -# compatibility library. -# -BUILDLINK_TRANSFORM+= rm:-lossaudio - -BUILDLINK_TARGETS+= buildlink-oss-soundcard-h - -LIBOSSAUDIO= # empty -DEVOSSAUDIO= /dev/dsp -DEVOSSSOUND= ${DEVOSSAUDIO} - -# Many source files mistakenly include both <sys/soundcard.h> and -# <soundcard.h>, which causes errors since the definitions in the OSS -# sys/soundcard.h conflict with the definitions in the system soundcard.h. -# We fix this by making <sys/soundcard.h> and <soundcard.h> point to the -# same file and rely on multiple inclusion protection to prevent conflicts. -# -.PHONY: buildlink-oss-soundcard-h -buildlink-oss-soundcard-h: - ${_PKG_SILENT}${_PKG_DEBUG} \ - soundcard_h=${BUILDLINK_DIR}/include/soundcard.h; \ - sys_soundcard_h=${BUILDLINK_PREFIX.oss}/lib/oss/include/sys/soundcard.h; \ - if [ ! -f $${soundcard_h} -a -f $${sys_soundcard_h} ]; then \ - ${ECHO_BUILDLINK_MSG} \ - "Linking $${sys_soundcard_h} to $${soundcard_h}."; \ - ${MKDIR} `${DIRNAME} $${soundcard_h}`; \ - ${LN} -s $${sys_soundcard_h} $${soundcard_h}; \ - fi -.endif # OSS_BUILDLINK3_MK - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/audio/oss/distinfo b/audio/oss/distinfo deleted file mode 100644 index dc9ca02b544..00000000000 --- a/audio/oss/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.13 2005/02/23 20:39:50 agc Exp $ - -SHA1 (oss398e-netbsd-v1.6.2.tar.gz) = 2ae2ab4f1c585adc1ea45a76c09ea5da125db643 -RMD160 (oss398e-netbsd-v1.6.2.tar.gz) = aeb1d972a338a60d8b2925bfc3ebb9a66b716a6c -Size (oss398e-netbsd-v1.6.2.tar.gz) = 1117138 bytes diff --git a/audio/oss/files/MAKEDEV.oss b/audio/oss/files/MAKEDEV.oss deleted file mode 100644 index 04d44ef7197..00000000000 --- a/audio/oss/files/MAKEDEV.oss +++ /dev/null @@ -1,133 +0,0 @@ -#!/bin/sh - -# -# $NetBSD: MAKEDEV.oss,v 1.2 2002/10/03 08:09:05 jlam Exp $ -# - -PATH=/sbin:/usr/sbin:/bin:/usr/bin -umask 77 - -# OSS devices have major number 30 -major=30 - -makedev() -{ - -for i -do - -case $i in - -all) - makedev audio dsp dmfm midi mixer music sequencer sndstat - ;; - -audio) - makedev audio0 audio1 audio2 audio3 audio4 audio5 audio6 audio7 - makedev audio8 audio9 audio10 audio11 audio12 audio13 audio14 audio15 - ;; - -dmfm) - makedev dmfm0 - ln -fs dsp dmdsp0 - ln -fs midi dmmidi0 - ;; - -dsp) - makedev dsp0 dsp1 dsp2 dsp3 dsp4 dsp5 dsp6 dsp7 dsp8 dsp9 - makedev dsp10 dsp11 dsp12 dsp13 dsp14 dsp15 - makedev dspW0 dspW1 dspW2 dspW3 dspW4 dspW5 dspW6 dspW7 dspW8 dspW9 - makedev dspW10 dspW11 dspW12 dspW13 dspW14 dspW15 - rm -f dsp - ln -fs dsp0 dsp - rm -f dspW - ln -fs dspW0 dspW - rm -f sound - ln -fs dsp sound - ;; - -midi) - makedev midi00 midi01 midi02 midi03 midi04 - ln -fs midi00 midi - ;; - -mixer) - makedev mixer0 mixer1 mixer2 mixer3 mixer4 - ;; - -audio*) - unit=${i#audio} - audio=audio$unit - rm -f $audio - mknod $audio c $major $(($unit * 16 + 4)) - chmod 666 $audio - ;; - -dmfm*) - unit=${i#dmfm} - dmfm=dmfm$unit - rm -f $dmfm - mknod $dmfm c $major $(($unit * 16 + 7)) - chmod 666 $dmfm - ;; - -dspW*) - unit=${i#dspW} - dspW=dspW$unit - rm -f $dspW - mknod $dspW c $major $(($unit * 16 + 5)) - chmod 666 $dspW - ;; - -dsp*) - unit=${i#dsp} - dsp=dsp$unit - rm -f $dsp - mknod $dsp c $major $(($unit * 16 + 3)) - chmod 666 $dsp - ;; - -midi*) - unit=${i#midi} - midi=midi$unit - rm -f $midi - mknod $midi c $major $(($unit * 16 + 2)) - chmod 666 $midi - ;; - -mixer*) - unit=${i#mixer} - mixer=mixer$unit - rm -f $mixer - mknod $mixer c $major $(($unit * 16 + 0)) - chmod 666 $mixer - ;; - -music) - rm -f music - mknod music c $major 8 - chmod 666 music - ;; - -sequencer) - rm -f sequencer - mknod sequencer c $major 1 - chmod 666 sequencer - ln -fs music sequencer2 - ;; - -sndstat) - rm -f sndstat - mknod sndstat c $major 6 - chmod 666 sndstat - ;; - -*) - echo $i: unknown device - ;; - -esac -done - -} - -makedev $* diff --git a/audio/oss/files/chroot b/audio/oss/files/chroot deleted file mode 100644 index a8d6e2b199d..00000000000 --- a/audio/oss/files/chroot +++ /dev/null @@ -1,24 +0,0 @@ -/bin/sh -/bin/cat -/bin/chmod -/bin/cp -/bin/echo -/bin/ln -/bin/rm -/bin/sync -/bin/tar -/bin/test -/dev/null -/sbin/mknod -/usr/bin/tar -/usr/bin/touch -/lib/libc.so* -/lib/libedit.so* -/lib/libtermcap.so* -/libexec/ld.elf_so -/usr/lib/libc.so* -/usr/lib/libcurses.so* -/usr/lib/libedit.so* -/usr/lib/libkver.so* -/usr/lib/libtermcap.so* -/usr/libexec/ld.elf_so diff --git a/audio/oss/files/install.sh b/audio/oss/files/install.sh deleted file mode 100644 index 638b48c055a..00000000000 --- a/audio/oss/files/install.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/bin/cat responses | ./oss-install diff --git a/audio/oss/files/oss.sh b/audio/oss/files/oss.sh deleted file mode 100644 index 8558e25740d..00000000000 --- a/audio/oss/files/oss.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!@RCD_SCRIPTS_SHELL@ -# -# $NetBSD: oss.sh,v 1.4 2002/10/16 15:59:33 jlam Exp $ -# -# PROVIDE: oss -# REQUIRE: aftermountlkm -# KEYWORD: shutdown - -if [ -f /etc/rc.subr ]; then - . /etc/rc.subr -fi - -name="oss" -rcvar=$name -required_files="/etc/oss.conf @OSSLIBDIR@/devices.cfg" -start_cmd="oss_start" -stop_cmd="oss_stop" - -oss_start() -{ - missing_files= - for file in ${required_files}; do - if [ ! -f "${file}" ]; then - missing_files="${missing_files} ${file}" - fi - done - if [ -z "${missing_files}" -a -x @PREFIX@/sbin/soundon ]; then - @ECHO@ "Starting ${name}." - @PREFIX@/sbin/soundon - fi -} - -oss_stop() -{ - if @MODSTAT@ -n oss >/dev/null; then - if [ -x @PREFIX@/sbin/soundoff ]; then - @ECHO@ "Stopping ${name}." - @PREFIX@/sbin/soundoff - fi - fi -} - - -if [ -f /etc/rc.subr -a -f /etc/rc.conf -a -d /etc/rc.d -a -f /etc/rc.d/DAEMON ] -then - load_rc_config $name - run_rc_command "$1" -else - $start_cmd -fi diff --git a/audio/oss/files/responses b/audio/oss/files/responses deleted file mode 100644 index 2827cd6aa77..00000000000 --- a/audio/oss/files/responses +++ /dev/null @@ -1,4 +0,0 @@ - -A -A -1 diff --git a/audio/oss/files/wrapper.sh b/audio/oss/files/wrapper.sh deleted file mode 100644 index 70a4765b946..00000000000 --- a/audio/oss/files/wrapper.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# $NetBSD: wrapper.sh,v 1.1 2002/10/18 13:43:38 jlam Exp $ - -# ui_X.so expects the GTK+-1.x libraries to be found in /usr/pkg/lib -if [ -z "${LD_LIBRARY_PATH}" ]; then - LD_LIBRARY_PATH=@PREFIX@/lib -else - LD_LIBRARY_PATH=@PREFIX@/lib:${LD_LIBRARY_PATH} -fi -export LD_LIBRARY_PATH - -exec @OSS_WRAPPEE@ "$@" |