Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2000 07:58:32 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23510: fix: audio/xtuner X manpage error with XFree86-4 
Message-ID:  <20001212225832.1729B5DFE@kyoto-tc012-p130.alpha-net.ne.jp>
Resent-Message-ID: <200012122300.eBCN01M17365@freefall.freebsd.org>

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

>Number:         23510
>Category:       ports
>Synopsis:       fix: audio/xtuner 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:   Tue Dec 12 15:00:00 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.
	approved by MAINTAINER.

>How-To-Repeat:
	w3m -dump http://bento.freebsd.org/errorlogs/errorlogs/e.4.20001204/ \|
	grep 'X manpage'
>Fix:

	NOTE:
	honor CC.

diff -urN -xCVS /usr/ports/audio/xtuner/Makefile audio/xtuner/Makefile
--- /usr/ports/audio/xtuner/Makefile	Thu Aug  3 18:22:35 2000
+++ audio/xtuner/Makefile	Wed Dec 13 07:56:16 2000
@@ -17,6 +17,5 @@
 
 USE_IMAKE=	YES
 USE_XPM=	YES
-NO_INSTALL_MANPAGES=	YES
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/audio/xtuner/files/patch-ab audio/xtuner/files/patch-ab
--- /usr/ports/audio/xtuner/files/patch-ab	Mon Sep 20 10:58:42 1999
+++ audio/xtuner/files/patch-ab	Sun Dec 10 17:13:23 2000
@@ -1,8 +1,11 @@
---- Imakefile.orig	Sat Sep 18 11:34:00 1999
-+++ Imakefile	Sat Sep 18 11:34:39 1999
-@@ -27,7 +27,11 @@
+--- Imakefile.orig	Fri Dec 20 04:31:12 1996
++++ Imakefile	Sun Dec 10 17:12:58 2000
+@@ -25,9 +25,13 @@
+  */
+ 
  #if defined (FreeBSDArchitecture)
-   CC=              gcc
+-  CC=              gcc
++XCOMM  CC=              gcc
    EXTRA_DEFINES=   -D_HAVE_PARAM_H
 +#if defined (AlphaArchitecture)
 +  LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -lio
@@ -12,3 +15,11 @@
  #else
    CFLAGS=          -O2 -m486
    LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm
+@@ -55,6 +59,6 @@
+ 	callbacks.o \
+ 	led.o \
+ 
+-ComplexProgramTarget(xtuner)
++ComplexProgramTargetNoMan(xtuner)
+ 
+ 

>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?20001212225832.1729B5DFE>