Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 02:11:39 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23420: fix: audio/wsoundprefs X manpage error with XFree86-4 
Message-ID:  <20001210171139.E30835DFE@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK1m02861@freefall.freebsd.org>

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

>Number:         23420
>Category:       ports
>Synopsis:       fix: audio/wsoundprefs X manpage error with XFree86-4
>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 Dec 10 09:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     FUJISHIMA Satsuki
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
N/A
>Environment:
	ports-current with XFree86-4.
>Description:
	fixing "X manpage" error with XFree86-4 on bento.
>How-To-Repeat:
	w3m -dump http://bento.freebsd.org/errorlogs/errorlogs/e.4.20001204/ \|
	grep 'X manpage'
>Fix:

diff -urN -xCVS /usr/ports/audio/wsoundprefs/files/patch-ab audio/wsoundprefs/files/patch-ab
--- /usr/ports/audio/wsoundprefs/files/patch-ab	Tue May 23 03:58:16 2000
+++ audio/wsoundprefs/files/patch-ab	Sun Dec 10 17:10:17 2000
@@ -1,5 +1,5 @@
---- src/Imakefile.orig	Mon Oct 18 11:35:58 1999
-+++ src/Imakefile	Mon May 22 20:01:17 2000
+--- src/Imakefile.orig	Mon Oct 18 17:35:58 1999
++++ src/Imakefile	Sun Dec 10 17:09:01 2000
 @@ -5,9 +5,9 @@
  
  ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
@@ -25,3 +25,12 @@
  DEPLIBS = $(DEPXLIB) 
  
  LOCAL_LIBRARIES =	$(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
+@@ -30,7 +30,7 @@
+ SRCS = PLFunctions.c SoundEvents.c SoundPaths.c SystemInfo.c WSoundPrefs.c main.c
+ OBJS = PLFunctions.o SoundEvents.o SoundPaths.o SystemInfo.o WSoundPrefs.o main.o
+ 
+-ComplexProgramTarget(WSoundPrefs)
++ComplexProgramTargetNoMan(WSoundPrefs)
+ 
+ InstallMultiple($(ICONS),$(BINDIR))
+ 

>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?20001210171139.E30835DFE>