Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 02:12:15 +0900 (JST)
From:      k5@cheerful.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23426: fix: games/sxsame X manpage error with XFree86-4 
Message-ID:  <20001210171215.18B435EC8@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK2s02917@freefall.freebsd.org>

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

>Number:         23426
>Category:       ports
>Synopsis:       fix: games/sxsame 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:02 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.
	MAINTAINER's e-mail address is not availavle anymore.

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

diff -urN -xCVS /usr/ports/games/sxsame/Makefile games/sxsame/Makefile
--- /usr/ports/games/sxsame/Makefile	Mon Aug  7 17:18:36 2000
+++ games/sxsame/Makefile	Wed Nov  1 08:05:22 2000
@@ -17,7 +17,6 @@
 
 USE_IMAKE=	yes
 USE_XPM=	yes
-NO_INSTALL_MANPAGES=	yes
 INSTALL_TARGET=	install install.dir
 BINOWN=		root
 BINGRP=		games
diff -urN -xCVS /usr/ports/games/sxsame/files/patch-aa games/sxsame/files/patch-aa
--- /usr/ports/games/sxsame/files/patch-aa	Sun Jul 16 01:36:51 2000
+++ games/sxsame/files/patch-aa	Wed Nov  1 08:06:11 2000
@@ -1,5 +1,5 @@
 --- Imakefile.orig	Sun May  5 04:10:27 1996
-+++ Imakefile	Tue Jul 11 21:14:48 2000
++++ Imakefile	Wed Nov  1 08:05:31 2000
 @@ -3,7 +3,7 @@
  # * Copyleft  (c) 1994-1996  Software Research Academy         *
  # **************************************************************
@@ -17,16 +17,19 @@
  
  XPMLIB = -lXpm
  LOCAL_LIBRARIES = $(XPMLIB) -lX11
-@@ -19,7 +20,7 @@
+@@ -19,16 +20,19 @@
  DEFINES = -DSAME_DIR=\"$(SAMEDIR)\"
  
  #CDEBUGFLAGS = -O2 -Wall
 -CDEBUGFLAGS = -g -Wall
 +#CDEBUGFLAGS = -g -Wall
  #CDEBUGFLAGS = -O2
- ComplexProgramTarget(sxsame)
- InstallManPage(sxsame,$(MANDIR))
-@@ -29,6 +30,10 @@
+-ComplexProgramTarget(sxsame)
+-InstallManPage(sxsame,$(MANDIR))
++ComplexProgramTargetNoMan(sxsame)
+ 
+ #sxsame.o:: sxsame.c config.h sxsame.h hiscore.h defdata.h
+ #hiscore.o:: hiscore.c config.h hiscore.h
  #defdata.o:: defdata.c defdata.h
  install.dir::
  	$(MKDIRHIER) $(SAMEDIR)

>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?20001210171215.18B435EC8>