From owner-freebsd-ports Mon Apr 16 17:40:10 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 7A66837B443 for ; Mon, 16 Apr 2001 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H0e1H36054; Mon, 16 Apr 2001 17:40:01 -0700 (PDT) (envelope-from gnats) Received: from wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 2B60737B505 for ; Mon, 16 Apr 2001 17:31:03 -0700 (PDT) (envelope-from pat@wlgrv1.pa.home.com) Received: (from root@localhost) by wlgrv1.pa.home.com (8.11.3/8.11.3) id f3H0V2W45143; Mon, 16 Apr 2001 20:31:02 -0400 (EDT) (envelope-from pat) Message-Id: <200104170031.f3H0V2W45143@wlgrv1.pa.home.com> Date: Mon, 16 Apr 2001 20:31:02 -0400 (EDT) From: pat@databits.net Reply-To: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/26627: Update Port: audio/wmusic also fix build errors on bento Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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