Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 20:31:02 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26627: Update Port: audio/wmusic also fix build errors on bento
Message-ID:  <200104170031.f3H0V2W45143@wlgrv1.pa.home.com>

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

>Number:         26627
>Category:       ports
>Synopsis:       fix build error as reported http://bento.freebsd.org/errorlogs/errorlogs/e.4.2001041517/wmusic-1.4.5.log and update port
>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:   Mon Apr 16 17:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-RC i386
>Organization:
N/A
>Environment:

System: FreeBSD bottlenek 4.3-RC FreeBSD 4.3-RC #0: Fri Apr 13 03:43:47 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386

>Description:

Fix problem in http://bento.freebsd.org/errorlogs/errorlogs/e.4.2001041517/wmusic-1.4.5.log and update port

>How-To-Repeat:

N/A

>Fix:

diff -ruN /usr/ports/audio/wmusic/Makefile wmusic/Makefile
--- /usr/ports/audio/wmusic/Makefile	Sat Apr 14 17:34:46 2001
+++ wmusic/Makefile	Mon Apr 16 19:58:34 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wmusic
-PORTVERSION=	1.4.5
+PORTVERSION=	1.4.6
 CATEGORIES=	audio windowmaker
 MASTER_SITES=	http://hadess.net/files/
 
@@ -19,6 +19,7 @@
 CONFIGURE_ARGS=	--prefix=${X11BASE}
 CONFIGURE_ENV=	PATH_GTKCONFIG=${X11BASE}/bin/gtk12-config
 
+USE_GMAKE=	yes
 USE_GLIB=	yes
 USE_GTK=	yes
 USE_X_PREFIX=	yes
diff -ruN /usr/ports/audio/wmusic/distinfo wmusic/distinfo
--- /usr/ports/audio/wmusic/distinfo	Sat Apr 14 17:34:46 2001
+++ wmusic/distinfo	Mon Apr 16 17:58:50 2001
@@ -1 +1 @@
-MD5 (wmusic-1.4.5.tar.gz) = 60cbe05308d5e8bacdff6cbb309c4e3a
+MD5 (wmusic-1.4.6.tar.gz) = 7a3aa5eedf4e4cb2b9293b08bd4e7c37
diff -ruN /usr/ports/audio/wmusic/files/patch-aa wmusic/files/patch-aa
--- /usr/ports/audio/wmusic/files/patch-aa	Mon Apr  9 06:41:36 2001
+++ wmusic/files/patch-aa	Wed Dec 31 19:00:00 1969
@@ -1,26 +0,0 @@
---- Makefile.in.orig	Sat Apr  7 21:24:40 2001
-+++ Makefile.in	Sat Apr  7 21:24:57 2001
-@@ -3,18 +3,18 @@
- all:	wmusic
- 
- wmusic:
--	cd src && make wmusic
-+	cd src && gmake wmusic
- 
- clean:
- 	rm -f *~ *.o core wmusic.spec
--	cd src && make clean
-+	cd src && gmake clean
- 
- distclean:	clean
- 	rm -f config.status config.log Makefile config.cache
--	cd src && make distclean
-+	cd src && gmake distclean
- 
- install:
--	cd src && make install
-+	cd src && gmake install
- 
- uninstall:
--	cd src && make uninstall
-+	cd src && gmake uninstall
>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?200104170031.f3H0V2W45143>