Date: Fri, 22 Jan 1999 22:59:59 -0600 (CST) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9627: update of wmsound port Message-ID: <199901230459.WAA39063@gforce.johnson.home>
next in thread | raw e-mail | index | archive | help
>Number: 9627 >Category: ports >Synopsis: Update of the wmsound port to 0.9.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 22 21:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: >Description: This update the Window Maker sound server, wmsoun, from 0.9.0 to 0.9.2. >How-To-Repeat: >Fix: Apply the following diff. diff -uNr wmsound.bak/Makefile wmsound/Makefile --- wmsound.bak/Makefile Fri Jan 22 22:51:38 1999 +++ wmsound/Makefile Fri Jan 22 22:31:59 1999 @@ -6,21 +6,20 @@ # $Id: Makefile,v 1.2 1999/01/18 06:42:59 asami Exp $ # -DISTNAME= wmsound-0.9.0 +DISTNAME= wmsound-0.9.2 CATEGORIES= audio windowmaker -MASTER_SITES= http://www.frontiernet.net/~southgat/wmsound/download/ +MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ MAINTAINER= gljohns@bellsouth.net BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker -FETCH_BEFORE_ARGS= -b - USE_IMAKE= yes NO_INSTALL_MANPAGES= yes post-install: ${SH} ${FILESDIR}/configure > ${WRKDIR}/WMSound + ${MKDIR} ${PREFIX}/share/WindowMaker/Defaults ${INSTALL_DATA} ${WRKDIR}/WMSound \ ${PREFIX}/share/WindowMaker/Defaults/WMSound ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -uNr wmsound.bak/files/configure wmsound/files/configure --- wmsound.bak/files/configure Fri Jan 22 22:51:38 1999 +++ wmsound/files/configure Fri Jan 22 22:11:46 1999 @@ -4,7 +4,7 @@ # (C) Copyright 1998, Anthony Quinn & Pascal Hofstee # Modified for FreeBSD port installation by Glenn Johnson -VERSION="0.9.0" +VERSION="0.9.2" DEVICE="/dev/dsp" (echo "{";\ diff -uNr wmsound.bak/files/md5 wmsound/files/md5 --- wmsound.bak/files/md5 Fri Jan 22 22:51:38 1999 +++ wmsound/files/md5 Fri Jan 22 22:11:59 1999 @@ -1 +1 @@ -MD5 (wmsound-0.9.0.tar.gz) = ab81b329a1e627bcd2f79e68156642f2 +MD5 (wmsound-0.9.2.tar.gz) = e594d212d20c49f5c037dc157bb71eac diff -uNr wmsound.bak/patches/patch-aa wmsound/patches/patch-aa --- wmsound.bak/patches/patch-aa Fri Jan 22 22:51:38 1999 +++ wmsound/patches/patch-aa Fri Jan 22 22:15:10 1999 @@ -1,6 +1,6 @@ ---- Imakefile.orig Wed Dec 9 23:36:00 1998 -+++ Imakefile Wed Dec 9 23:36:07 1998 -@@ -1,8 +1,6 @@ +--- Imakefile.orig Sun Jan 17 07:56:11 1999 ++++ Imakefile Fri Jan 22 22:14:48 1999 +@@ -1,12 +1,10 @@ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -9,3 +9,8 @@ DESTDIR = $(PREFIX) XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG +-CDEBUGFLAGS = -O6 -ffast-math ++XCOMM CDEBUGFLAGS = -O6 -ffast-math + + + XCOMM Uncomment the following two lines for HPUX support diff -uNr wmsound.bak/patches/patch-ab wmsound/patches/patch-ab --- wmsound.bak/patches/patch-ab Fri Jan 22 22:51:38 1999 +++ wmsound/patches/patch-ab Fri Jan 22 22:16:43 1999 @@ -1,15 +1,8 @@ ---- lib/Imakefile.orig Sun Nov 8 18:17:29 1998 -+++ lib/Imakefile Thu Dec 10 22:09:44 1998 -@@ -5,10 +5,10 @@ +--- lib/Imakefile.orig Fri Jan 22 22:16:16 1999 ++++ lib/Imakefile Fri Jan 22 22:16:28 1999 +@@ -1,4 +1,4 @@ +-CC = gcc ++XCOMM CC = gcc - STD_INCLUDES = -I/usr/X11R6/include -I/usr/local/include - --ifdef USE_HPUX_SOUND_SERVER -+.ifdef USE_HPUX_SOUND_SERVER - EXTRA_INCLUDES += -I/opt/audio/include - EXTRA_LIBRARIES = -L/opt/audio/lib -lAlib --endif -+.endif - - WMSOUND_SRCS = PLFunctions.c Sound.c wmsnd.c - WMSOUND_OBJS = PLFunctions.o Sound.o wmsnd.o + LIB_INST = /lib + HEADER_INST = /include diff -uNr wmsound.bak/patches/patch-ac wmsound/patches/patch-ac --- wmsound.bak/patches/patch-ac Fri Jan 22 22:51:38 1999 +++ wmsound/patches/patch-ac Fri Jan 22 22:19:05 1999 @@ -1,21 +1,8 @@ ---- src/Imakefile.orig Sun Nov 8 18:25:01 1998 -+++ src/Imakefile Thu Dec 10 22:09:55 1998 -@@ -5,16 +5,12 @@ - XCOMM EFENCELIB = -lefence - EFENCELIB = +--- src/Imakefile.orig Fri Jan 22 22:18:42 1999 ++++ src/Imakefile Fri Jan 22 22:18:50 1999 +@@ -1,4 +1,4 @@ +-CC = gcc ++XCOMM CC = gcc --#ifdef FreeBSDArchitecture --TIFFLIB = -ltiff34 --#else - TIFFLIB = -ltiff --#endif + BINDIR = /bin --ifdef USE_HPUX_SOUND_SERVER -+.ifdef USE_HPUX_SOUND_SERVER - EXTRA_INCLUDES += -I/opt/audio/include - EXTRA_LIBRARIES = -L/opt/audio/lib -lAlib --endif -+.endif - - WMSOUNDLIB = -L../lib -lwmsnd - GRAPHLIBS = $(TIFFLIB) -ljpeg -lgif -lpng -lz diff -uNr wmsound.bak/patches/patch-ad wmsound/patches/patch-ad --- wmsound.bak/patches/patch-ad Fri Jan 22 22:51:38 1999 +++ wmsound/patches/patch-ad Fri Jan 22 22:19:56 1999 @@ -1,21 +1,8 @@ ---- utils/Imakefile.orig Sun Nov 8 18:25:56 1998 -+++ utils/Imakefile Thu Dec 10 22:10:04 1998 -@@ -5,16 +5,12 @@ - XCOMM EFENCELIB = -lefence - EFENCELIB = +--- utils/Imakefile.orig Fri Jan 22 22:19:19 1999 ++++ utils/Imakefile Fri Jan 22 22:19:45 1999 +@@ -1,4 +1,4 @@ +-CC = gcc ++XCOMM CC = gcc --#ifdef FreeBSDArchitecture --TIFFLIB = -ltiff34 --#else - TIFFLIB = -ltiff --#endif + BINDIR = /bin --ifdef USE_HPUX_SOUND_SERVER -+.ifdef USE_HPUX_SOUND_SERVER - EXTRA_INCLUDES += -I/opt/audio/include - EXTRA_LIBRARIES = -L/opt/audio/lib -lAlib --endif -+.endif - - WMSOUNDLIB = -L../lib -lwmsnd - GRAPHLIBS = $(TIFFLIB) -ljpeg -lgif -lpng -lz >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?199901230459.WAA39063>