From owner-freebsd-ports Wed Jan 17 1: 0:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DC2337B401 for ; Wed, 17 Jan 2001 01:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0H901X14916; Wed, 17 Jan 2001 01:00:01 -0800 (PST) (envelope-from gnats) Received: from bazillion.com (mail1-sea.bazillion.com [64.92.51.140]) by hub.freebsd.org (Postfix) with ESMTP id 2BFAF37B401 for ; Wed, 17 Jan 2001 00:53:39 -0800 (PST) Received: from dyn-dial3-141-sea.bazillion.com (darxpryte@dyn-dial3-141-sea.bazillion.com [64.92.50.141]) by bazillion.com (8.10.0/8.10.0/1.3) with ESMTP id f0H8rM522317 for ; Wed, 17 Jan 2001 00:53:22 -0800 (PST) Message-Id: Date: Wed, 17 Jan 2001 00:53:21 -0800 (PST) From: Kristopher Zentner To: FreeBSD-gnats-submit@freebsd.org In-Reply-To: Subject: ports/24400: ports-update: audio/soundtracker to 0.6.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >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