Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 1999 23:17:01 -0600 (CST)
From:      gljohns@bellsouth.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10827: update of WSoundPrefs
Message-ID:  <199903280517.XAA06752@gforce.johnson.home>

next in thread | raw e-mail | index | archive | help

>Number:         10827
>Category:       ports
>Synopsis:       update of WSoundPrefs from 0.9.1 to 0.9.3
>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 Mar 27 21:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

 Update of the Window Maker Sound Preferences utility from
WSoundPrefs-0.9.1 to WSoundPrefs-0.9.3.

>How-To-Repeat:

	

>Fix:
	
	Apply the enclosed diff to ${PORTSDIR}/audio/wsoundprefs.

diff -ruN wsoundprefs.old/Makefile wsoundprefs/Makefile
--- wsoundprefs.old/Makefile	Sat Mar 27 22:54:27 1999
+++ wsoundprefs/Makefile	Sat Mar 27 23:07:50 1999
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.2 1999/01/28 10:14:03 asami Exp $
 #
 
-DISTNAME=	WSoundPrefs-0.9.1
+DISTNAME=	WSoundPrefs-0.9.3
 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 Mar 27 21:14:31 1999
+++ wsoundprefs/files/md5	Sat Mar 27 23:07:50 1999
@@ -1 +1 @@
-MD5 (WSoundPrefs-0.9.1.tar.gz) = 309748ace94b9175663fa46daebbbbbf
+MD5 (WSoundPrefs-0.9.3.tar.gz) = d52267ebc0dcf0ce2cb714aa436b199b
diff -ruN wsoundprefs.old/patches/patch-aa wsoundprefs/patches/patch-aa
--- wsoundprefs.old/patches/patch-aa	Sat Mar 27 21:14:31 1999
+++ wsoundprefs/patches/patch-aa	Sat Mar 27 23:07:50 1999
@@ -4,8 +4,8 @@
  #define IHaveSubdirs
  #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"
  
--PREFIX = /usr/local
-+XCOMM PREFIX = /usr/local
+-PREFIX = /usr/X11R6
++XCOMM PREFIX = /usr/X11R6
  
  XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG
 -CDEBUGFLAGS = -O6 -m486 
diff -ruN wsoundprefs.old/patches/patch-ab wsoundprefs/patches/patch-ab
--- wsoundprefs.old/patches/patch-ab	Sat Mar 27 21:14:31 1999
+++ wsoundprefs/patches/patch-ab	Sat Mar 27 23:07:50 1999
@@ -1,11 +1,40 @@
---- src/Imakefile.orig	Wed Dec 23 23:18:50 1998
-+++ src/Imakefile	Wed Dec 23 23:19:30 1998
-@@ -5,7 +5,7 @@
- 
- ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
- 
--CC = gcc
-+XCOMM CC = gcc
- 
- BINDIR = /GNUstep/Apps/WSoundPrefs.app
- 
+*** src/Imakefile.orig	Tue Mar  2 07:06:36 1999
+--- src/Imakefile	Sat Mar 27 22:51:32 1999
+***************
+*** 5,11 ****
+  
+  ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
+  
+! CC = gcc
+  
+  BINDIR = /GNUstep/Apps/WSoundPrefs.app
+  
+--- 5,11 ----
+  
+  ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
+  
+! XCOMM CC = gcc
+  
+  BINDIR = /GNUstep/Apps/WSoundPrefs.app
+  
+***************
+*** 17,25 ****
+  WRASTERCFLAGS = `get-wraster-flags --cflags`
+  WRASTERLFLAGS = `get-wraster-flags --lflags`
+  WRASTERLIBS = `get-wraster-flags --libs`
+! WINGSLIBS = -lWINGs -lPropList
+  
+! STD_INCLUDES = $(WRASTERCFLAGS)
+  DEPLIBS = $(DEPXLIB) 
+  
+  LOCAL_LIBRARIES =	$(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
+--- 17,25 ----
+  WRASTERCFLAGS = `get-wraster-flags --cflags`
+  WRASTERLFLAGS = `get-wraster-flags --lflags`
+  WRASTERLIBS = `get-wraster-flags --libs`
+! WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList
+  
+! STD_INCLUDES = $(WRASTERCFLAGS) -I/usr/local/include -I/usr/X11R6/include
+  DEPLIBS = $(DEPXLIB) 
+  
+  LOCAL_LIBRARIES =	$(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)

>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?199903280517.XAA06752>