Date: Sat, 10 Apr 1999 12:14:59 -0700 (PDT) From: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11061: Update: audio/wmsound (0.9.2 -> 0.9.3) Message-ID: <199904101914.MAA04964@patrol.area51.fremont.ca.us>
next in thread | raw e-mail | index | archive | help
>Number: 11061 >Category: ports >Synopsis: Update: audio/wmsound (0.9.2 -> 0.9.3) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.9.2 -> 0.9.3) portlint: 0 warnings, 0 errors patches: 0 new, 0 removed supports CFLAGS: no I don't know how to get CFLAGS to work with Imakefiles >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/01/26 02:10:38 1.3 +++ Makefile 1999/04/07 21:16:39 @@ -6,13 +6,14 @@ # $Id: Makefile,v 1.3 1999/01/26 02:10:38 steve Exp $ # -DISTNAME= wmsound-0.9.2 +DISTNAME= wmsound-0.9.3 CATEGORIES= audio windowmaker MASTER_SITES= 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 USE_IMAKE= yes NO_INSTALL_MANPAGES= yes Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/01/26 02:10:41 1.2 +++ md5 1999/04/04 22:47:41 @@ -1 +1 @@ -MD5 (wmsound-0.9.2.tar.gz) = e594d212d20c49f5c037dc157bb71eac +MD5 (wmsound-0.9.3.tar.gz) = dcb6acbd293d9ecf0b8a4fdfd6c12189 Index: patches/patch-ac =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/patches/patch-ac,v retrieving revision 1.2 diff -u -r1.2 patch-ac --- patch-ac 1999/01/26 02:10:41 1.2 +++ patch-ac 1999/04/04 22:50:29 @@ -1,8 +1,17 @@ ---- src/Imakefile.orig Fri Jan 22 22:18:42 1999 -+++ src/Imakefile Fri Jan 22 22:18:50 1999 +--- src/Imakefile.orig Fri Mar 5 00:26:19 1999 ++++ src/Imakefile Sun Apr 4 15:49:56 1999 @@ -1,4 +1,4 @@ -CC = gcc +XCOMM CC = gcc BINDIR = /bin + +@@ -19,7 +19,7 @@ + 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) + + LINTLIBS = $(LINTXLIB) Index: patches/patch-ad =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/audio/wmsound/patches/patch-ad,v retrieving revision 1.2 diff -u -r1.2 patch-ad --- patch-ad 1999/01/26 02:10:41 1.2 +++ patch-ad 1999/04/04 22:51:59 @@ -1,8 +1,17 @@ ---- utils/Imakefile.orig Fri Jan 22 22:19:19 1999 -+++ utils/Imakefile Fri Jan 22 22:19:45 1999 +--- utils/Imakefile.orig Fri Mar 5 00:30:04 1999 ++++ utils/Imakefile Sun Apr 4 15:51:43 1999 @@ -1,4 +1,4 @@ -CC = gcc +XCOMM CC = gcc BINDIR = /bin + +@@ -17,7 +17,7 @@ + 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) + + LINTLIBS = $(LINTXLIB) >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?199904101914.MAA04964>