Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 1999 19:44:08 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11322: Update: audio/wmsound
Message-ID:  <19990426024408.2D1CF16A8@norn.ca.eu.org>

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

>Number:         11322
>Category:       ports
>Synopsis:       Update: audio/wmsound
>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:   Sun Apr 25 19:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Update to 0.9.4 and add a master site

>How-To-Repeat:


>Fix:
	
Index: wmsound/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/wmsound/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	1999/04/11 21:39:23	1.4
+++ Makefile	1999/04/26 02:40:55
@@ -1,19 +1,20 @@
 # New ports collection makefile for:	wmsound
-# Version required:	0.9.0
+# Version required:	0.9.4
 # Date created:		9 December 1998
 # Whom:			gljohns@bellsouth.net
 #
 # $Id: Makefile,v 1.4 1999/04/11 21:39:23 jseger Exp $
 #
 
-DISTNAME=	wmsound-0.9.3
+DISTNAME=	wmsound-0.9.4
 CATEGORIES=	audio windowmaker
-MASTER_SITES=	ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
+MASTER_SITES=	http://www.frontiernet.net/~southgat/wmsound/download/ \
+		ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
 
 MAINTAINER=	gljohns@bellsouth.net
 
-BUILD_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker
 LIB_DEPENDS=	PropList.1:${PORTSDIR}/devel/libPropList
+RUN_DEPENDS=	wmaker:${PORTSDIR}/x11-wm/windowmaker
 
 USE_IMAKE=	yes
 NO_INSTALL_MANPAGES=	yes
Index: wmsound/files/configure
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/wmsound/files/configure,v
retrieving revision 1.2
diff -u -r1.2 configure
--- configure	1999/01/26 02:10:41	1.2
+++ configure	1999/04/26 02:24:07
@@ -4,7 +4,7 @@
 # (C) Copyright 1998, Anthony Quinn & Pascal Hofstee
 # Modified for FreeBSD port installation by Glenn Johnson
 
-VERSION="0.9.2"
+VERSION="0.9.4"
 DEVICE="/dev/dsp"
 
 (echo "{";\
Index: wmsound/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/wmsound/files/md5,v
retrieving revision 1.3
diff -u -r1.3 md5
--- md5	1999/04/11 21:39:24	1.3
+++ md5	1999/04/26 02:19:25
@@ -1 +1 @@
-MD5 (wmsound-0.9.3.tar.gz) = dcb6acbd293d9ecf0b8a4fdfd6c12189
+MD5 (wmsound-0.9.4.tar.gz) = 97de40c947a559b215502399cc02c06a
Index: wmsound/patches/patch-ac
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/wmsound/patches/patch-ac,v
retrieving revision 1.3
diff -u -r1.3 patch-ac
--- patch-ac	1999/04/11 21:39:24	1.3
+++ patch-ac	1999/04/26 02:21:38
@@ -1,5 +1,5 @@
---- src/Imakefile.orig	Fri Mar  5 00:26:19 1999
-+++ src/Imakefile	Sun Apr  4 15:49:56 1999
+--- src/Imakefile.orig	Sun Apr 25 19:20:20 1999
++++ src/Imakefile	Sun Apr 25 19:21:21 1999
 @@ -1,4 +1,4 @@
 -CC = gcc
 +XCOMM CC = gcc
@@ -10,8 +10,8 @@
  STD_INCLUDES = -I/usr/local/include -I/usr/X11R6/include
  DEPLIBS = $(DEPXLIB) 
  
--LOCAL_LIBRARIES += -lPropList $(WMSOUNDLIB) $(XLIB) $(EFENCELIB)
-+LOCAL_LIBRARIES += -lPropList -L${LOCALBASE}/lib $(WMSOUNDLIB) $(XLIB) $(EFENCELIB)
+-LOCAL_LIBRARIES += $(WMSOUNDLIB) $(XLIB) $(EFENCELIB)
++LOCAL_LIBRARIES += $(WMSOUNDLIB) -L${LOCALBASE}/lib $(XLIB) $(EFENCELIB)
  
  LINTLIBS = $(LINTXLIB)
  
Index: wmsound/patches/patch-ad
===================================================================
RCS file: /cvs/FreeBSD/ports/audio/wmsound/patches/patch-ad,v
retrieving revision 1.3
diff -u -r1.3 patch-ad
--- patch-ad	1999/04/11 21:39:24	1.3
+++ patch-ad	1999/04/26 02:23:00
@@ -1,5 +1,5 @@
---- utils/Imakefile.orig	Fri Mar  5 00:30:04 1999
-+++ utils/Imakefile	Sun Apr  4 15:51:43 1999
+--- utils/Imakefile.orig	Sun Apr 25 19:22:07 1999
++++ utils/Imakefile	Sun Apr 25 19:22:49 1999
 @@ -1,4 +1,4 @@
 -CC = gcc
 +XCOMM CC = gcc
@@ -10,8 +10,8 @@
  STD_INCLUDES = -I/usr/local/include -I/usr/X11R6/include
  DEPLIBS = $(DEPXLIB) 
  
--LOCAL_LIBRARIES += -lPropList $(XLIB) $(WMSOUNDLIB) $(EFENCELIB)
-+LOCAL_LIBRARIES += -lPropList -L${LOCALBASE}/lib $(XLIB) $(WMSOUNDLIB) $(EFENCELIB)
+-LOCAL_LIBRARIES += $(XLIB) $(WMSOUNDLIB) $(EFENCELIB)
++LOCAL_LIBRARIES += -L${LOCALBASE}/lib $(XLIB) $(WMSOUNDLIB) $(EFENCELIB)
  
  LINTLIBS = $(LINTXLIB)
  
-Chris

>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?19990426024408.2D1CF16A8>