Date: Sat, 19 Jun 1999 23:44:52 -0500 (CDT) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12303: Update of wsoundprefs (for Window Maker) to version 1.0.1 Message-ID: <199906200444.XAA92130@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
>Number: 12303 >Category: ports >Synopsis: Update wsoundprefs to version 1.0.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 19 21:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: This updates the WindowMaker sound preference utility, wsoundprefs, from version 0.9.3 to 1.0.1. >How-To-Repeat: >Fix: Apply the enclosed diff to $PORTS/audio/wsoundprefs and remove the resulting *.orig files. diff -ruN wsoundprefs.old/Makefile wsoundprefs/Makefile --- wsoundprefs.old/Makefile Sat Jun 19 23:17:07 1999 +++ wsoundprefs/Makefile Sat Jun 19 23:26:23 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wsoundPrefs -# Version required: 0.9.1 +# Version required: 1.0.1 # Date created: 12 December 1998 # Whom: gljohns@bellsouth.net # # $Id: Makefile,v 1.3 1999/04/02 03:36:26 steve Exp $ # -DISTNAME= WSoundPrefs-0.9.3 +DISTNAME= WSoundPrefs-1.0.1 CATEGORIES= audio windowmaker MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ diff -ruN wsoundprefs.old/files/md5 wsoundprefs/files/md5 --- wsoundprefs.old/files/md5 Sat Jun 19 23:17:07 1999 +++ wsoundprefs/files/md5 Sat Jun 19 23:18:05 1999 @@ -1 +1 @@ -MD5 (WSoundPrefs-0.9.3.tar.gz) = d52267ebc0dcf0ce2cb714aa436b199b +MD5 (WSoundPrefs-1.0.1.tar.gz) = 1b34e6a7beee5d45fda3fa1f84a94abc diff -ruN wsoundprefs.old/patches/patch-aa wsoundprefs/patches/patch-aa --- wsoundprefs.old/patches/patch-aa Sat Jun 19 23:17:07 1999 +++ wsoundprefs/patches/patch-aa Sat Jun 19 23:19:50 1999 @@ -1,5 +1,5 @@ ---- Imakefile.orig Wed Dec 23 23:17:56 1998 -+++ Imakefile Wed Dec 23 23:18:22 1998 +--- Imakefile.orig Sat Jun 19 02:08:06 1999 ++++ Imakefile Sat Jun 19 23:19:31 1999 @@ -1,10 +1,10 @@ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -8,8 +8,8 @@ +XCOMM PREFIX = /usr/X11R6 XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG --CDEBUGFLAGS = -O6 -m486 -+XCOMM CDEBUGFLAGS = -O6 -m486 +-CDEBUGFLAGS ?= -O6 -m486 ++XCOMM CDEBUGFLAGS ?= -O6 -m486 SUBDIRS = src diff -ruN wsoundprefs.old/patches/patch-ac wsoundprefs/patches/patch-ac --- wsoundprefs.old/patches/patch-ac Sat Jun 19 23:17:07 1999 +++ wsoundprefs/patches/patch-ac Sat Jun 19 23:24:01 1999 @@ -1,18 +1,18 @@ ---- src/SoundPaths.c.orig Sun May 30 00:08:59 1999 -+++ src/SoundPaths.c Sun May 30 00:13:22 1999 -@@ -82,6 +82,7 @@ - wwarning(_("bad value in option SoundPath. Using default path list")); - addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds"); - addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds"); -+ addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds"); - } else { - for (i=0; i<PLGetNumberOfElements(array); i++) { - val = PLGetArrayElement(array, i); -@@ -95,6 +96,7 @@ - wwarning(_("bad value in option SoundSetPath. Using default path list")); - addPathToList(panel->sndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets"); - addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets"); -+ addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets"); - } else { - for (i=0; i<PLGetNumberOfElements(array); i++) { - val = PLGetArrayElement(array, i); +--- src/SoundPaths.c.orig Sat Jun 19 02:08:04 1999 ++++ src/SoundPaths.c Sat Jun 19 23:23:41 1999 +@@ -71,6 +71,7 @@ + wwarning(_("bad value in option SoundPath. Using default path list")); + addPathToList(panel->sndL, -1, "~/GNUstep/Library/WindowMaker/Sounds"); + addPathToList(panel->sndL, -1, "/usr/local/share/WindowMaker/Sounds"); ++ addPathToList(panel->sndL, -1, "/usr/X11R6/share/WindowMaker/Sounds"); + } else { + for (i=0; i<PLGetNumberOfElements(array); i++) { + val = PLGetArrayElement(array, i); +@@ -91,6 +92,7 @@ + wwarning(_("bad value in option SoundSetPath. Using default path list")); + addPathToList(panel->sndsetL, -1, "~/GNUstep/Library/WindowMaker/SoundSets"); + addPathToList(panel->sndsetL, -1, "/usr/local/share/WindowMaker/SoundSets"); ++ addPathToList(panel->sndsetL, -1, "/usr/X11R6/share/WindowMaker/SoundSets"); + } else { + for (i=0; i<PLGetNumberOfElements(array); i++) { + val = PLGetArrayElement(array, i); diff -ruN wsoundprefs.old/pkg/PLIST wsoundprefs/pkg/PLIST --- wsoundprefs.old/pkg/PLIST Sat Jun 19 23:17:07 1999 +++ wsoundprefs/pkg/PLIST Sat Jun 19 23:28:59 1999 @@ -1,12 +1,8 @@ GNUstep/Apps/WSoundPrefs.app/WSoundPrefs GNUstep/Apps/WSoundPrefs.app/WSoundPrefs.xpm GNUstep/Apps/WSoundPrefs.app/WSoundPrefs.tiff -GNUstep/Apps/WSoundPrefs.app/xpm/events.xpm -GNUstep/Apps/WSoundPrefs.app/xpm/paths.xpm GNUstep/Apps/WSoundPrefs.app/xpm/loadset.xpm GNUstep/Apps/WSoundPrefs.app/xpm/saveset.xpm -GNUstep/Apps/WSoundPrefs.app/tiff/events.tiff -GNUstep/Apps/WSoundPrefs.app/tiff/paths.tiff GNUstep/Apps/WSoundPrefs.app/tiff/loadset.tiff GNUstep/Apps/WSoundPrefs.app/tiff/saveset.tiff @dirrm GNUstep/Apps/WSoundPrefs.app/tiff >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?199906200444.XAA92130>