Date: Wed, 17 Jan 2001 00:53:21 -0800 (PST) From: Kristopher Zentner <kzentner@u.washington.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24400: ports-update: audio/soundtracker to 0.6.2 Message-ID: <Pine.BSF.4.21.0101170034460.5914-100000@gabrielle.bazillion.com> In-Reply-To: <Pine.BSF.4.21.0007201405080.11424-100000@gabrielle.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 24400 >Category: ports >Synopsis: ports-update: audio/soundtracker to 0.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 17 01:00:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Kristopher Zentner <kzentner@u.washington.edu> >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Update port to most recent version: 0.6.2 Files changed: Makefile distinfo files/* (not diff'ed) soundcard.h is now in /usr/include/sys so many of the patches were deleted. As a result the new patches are included instead of their diffs to the old ones. >How-To-Repeat: >Fix: --- /usr/ports/audio/soundtracker/Makefile Thu Oct 5 00:22:27 2000 +++ audio/soundtracker/Makefile Mon Jan 15 02:37:41 2001 @@ -6,9 +6,9 @@ # PORTNAME= soundtracker -PORTVERSION= 0.5.7 +PORTVERSION= 0.6.2 CATEGORIES= audio gnome -MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.5/ +MASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.6/ MAINTAINER= kzentner@u.washington.edu --- /usr/ports/audio/soundtracker/distinfo Tue Sep 5 20:29:52 2000 +++ audio/soundtracker/distinfo Mon Jan 15 02:39:45 2001 @@ -1 +1 @@ -MD5 (soundtracker-0.5.7.tar.gz) = 1e50fa46def0e4ff7988d1b5d8391d0b +MD5 (soundtracker-0.6.2.tar.gz) = 648eeec3d6f37ec772b77717a9f6ce95 #######The Patches########## ### files/patch-aa ### --- app/Makefile.in.orig Wed Jan 17 00:15:19 2001 +++ app/Makefile.in Wed Jan 17 00:25:59 2001 @@ -501,15 +501,15 @@ install-exec-local: - chown root.root $(bindir)/soundtracker - chmod +s $(bindir)/soundtracker - @echo "" - @echo "***" - @echo "*** Installing SoundTracker suid root." - @echo "*** This improves sound responsivity, but may be a security risk" - @echo "*** if this is a multi-user machine. See file INSTALL." - @echo "***" + chown root.wheel $(bindir)/soundtracker +# chmod +s $(bindir)/soundtracker @echo "" +# @echo "***" +# @echo "*** Installing SoundTracker suid root." +# @echo "*** This improves sound responsivity, but may be a security risk" +# @echo "*** if this is a multi-user machine. See file INSTALL." +# @echo "***" +# @echo "" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. ### files/patch-ab ### --- app/Makefile.am.orig Wed Jan 17 00:29:42 2001 +++ app/Makefile.am Wed Jan 17 00:30:10 2001 @@ -47,15 +47,15 @@ soundtracker_LDADD = drivers/libdrivers.a mixers/libmixers.a install-exec-local: - chown root.root $(bindir)/soundtracker - chmod +s $(bindir)/soundtracker - @echo "" - @echo "***" - @echo "*** Installing SoundTracker suid root." - @echo "*** This improves sound responsivity, but may be a security risk" - @echo "*** if this is a multi-user machine. See file INSTALL." - @echo "***" + chown root.wheel $(bindir)/soundtracker +# chmod +s $(bindir)/soundtracker @echo "" +# @echo "***" +# @echo "*** Installing SoundTracker suid root." +# @echo "*** This improves sound responsivity, but may be a security risk" +# @echo "*** if this is a multi-user machine. See file INSTALL." +# @echo "***" +# @echo "" stdir = $(datadir)/soundtracker ### files/patch-ac ### --- configure.orig Wed Jan 17 00:11:18 2001 +++ configure Wed Jan 17 00:11:54 2001 @@ -3667,7 +3667,7 @@ echo "configure:3668: checking for Gnome compile flags" >&5 GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null` GNOME_VER=`$gnomepath --version |$sedpath 's/gnome-libs //'` - GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]**\).\([0-9]**\).\([0-9]**\)/\1/'` + GNOME_MAJOR=`echo $GNOME_VER |$sedpath 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` if test "_$GNOME_MAJOR" = "_0"; then gnome=no echo "$ac_t""old Gnome found, building without it." 1>&6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101170034460.5914-100000>