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/23425: fix: games/speyes X manpage error with XFree86-4 
Message-ID:  <20001210171215.0C5A85EC4@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK2D02908@freefall.freebsd.org>

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

>Number:         23425
>Category:       ports
>Synopsis:       fix: games/speyes 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.
>How-To-Repeat:
	w3m -dump http://bento.freebsd.org/errorlogs/errorlogs/e.4.20001204/ \|
	grep 'X manpage'
>Fix:

	NOTE:
	imake honors our CFLAGS now so CFLAGS gimmick removed.

diff -urN -xCVS /usr/ports/games/speyes/Makefile games/speyes/Makefile
--- /usr/ports/games/speyes/Makefile	Thu Aug  3 18:23:51 2000
+++ games/speyes/Makefile	Wed Nov  1 07:58:44 2000
@@ -12,11 +12,7 @@
 
 MAINTAINER=	jedgar@fxp.org
 
-NO_INSTALL_MANPAGES= yes
 USE_IMAKE=	yes
 USE_XPM=	yes
-
-pre-configure:
-	@${PERL} -pi.orig -e 's:__CFLAGS__:${CFLAGS}:g' ${WRKSRC}/Imakefile
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/games/speyes/files/patch-aa games/speyes/files/patch-aa
--- /usr/ports/games/speyes/files/patch-aa	Sat Nov 27 07:38:45 1999
+++ games/speyes/files/patch-aa	Wed Nov  1 07:59:48 2000
@@ -1,10 +1,8 @@
---- Imakefile.orig	Thu Nov  4 19:43:09 1999
-+++ Imakefile	Fri Nov 26 17:17:54 1999
-@@ -4,6 +4,7 @@
- SYS_LIBRARIES = MathLibrary
-         DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
- LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) $(XPMLIB)
-+CDEBUGFLAGS     = __CFLAGS__
- 
+--- Imakefile.orig	Fri Nov  5 09:43:09 1999
++++ Imakefile	Wed Nov  1 07:59:39 2000
+@@ -8,4 +8,4 @@
  SRCS = speyes.c
  OBJS = speyes.o getopt.o getopt1.o
+ 
+-ComplexProgramTarget(speyes)
++ComplexProgramTargetNoMan(speyes)

>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.0C5A85EC4>