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

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

>Number:         23441
>Category:       ports
>Synopsis:       fix: x11/xfedor 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:05 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/x11/xfedor/files/patch-aa x11/xfedor/files/patch-aa
--- /usr/ports/x11/xfedor/files/patch-aa	Tue Sep  3 10:33:07 1996
+++ x11/xfedor/files/patch-aa	Wed Nov  1 09:38:31 2000
@@ -1,24 +1,23 @@
-*** Imakefile.orig	Thu May 26 20:56:29 1994
---- Imakefile	Tue Sep  3 01:15:19 1996
-***************
-*** 1,11 ****
-! XCOMM Specify here your Xpm installation directories
-!         XPM_INCLUDEDIR = /project/motif/build/Xpm3.4/source/lib
-!         XPM_LIBDIR = /project/motif/build/Xpm3.4/sun/lib
-! 
-!         EXTRA_INCLUDES = -I$(XPM_INCLUDEDIR)
-  
-          DEPLIBS = $(DEPXLIB)
-! LOCAL_LIBRARIES = $(XLIB) -L$(XPM_LIBDIR) -lXpm
-    SYS_LIBRARIES = -lm
-  
-             SRCS = couchex.c myrast.c dialogue.c popup.c\
---- 1,8 ----
-!         DEFINES = -DDIRSOS=\"${X11BASE}/lib/X11/xfedor\"
-!         EXTRA_INCLUDES = -I$(INCROOT)/X11
-  
-          DEPLIBS = $(DEPXLIB)
-! LOCAL_LIBRARIES = $(XLIB) -lXpm
-    SYS_LIBRARIES = -lm
-  
-             SRCS = couchex.c myrast.c dialogue.c popup.c\
+--- Imakefile.orig	Fri May 27 01:56:29 1994
++++ Imakefile	Wed Nov  1 09:38:11 2000
+@@ -1,11 +1,8 @@
+-XCOMM Specify here your Xpm installation directories
+-        XPM_INCLUDEDIR = /project/motif/build/Xpm3.4/source/lib
+-        XPM_LIBDIR = /project/motif/build/Xpm3.4/sun/lib
+-
+-        EXTRA_INCLUDES = -I$(XPM_INCLUDEDIR)
++        DEFINES = -DDIRSOS=\"${X11BASE}/lib/X11/xfedor\"
++        EXTRA_INCLUDES = -I$(INCROOT)/X11
+ 
+         DEPLIBS = $(DEPXLIB)
+-LOCAL_LIBRARIES = $(XLIB) -L$(XPM_LIBDIR) -lXpm
++LOCAL_LIBRARIES = $(XLIB) -lXpm
+   SYS_LIBRARIES = -lm
+ 
+            SRCS = couchex.c myrast.c dialogue.c popup.c\
+@@ -31,4 +28,4 @@
+         main.o
+ 
+ 
+-ComplexProgramTarget(xfedor)
++ComplexProgramTargetNoMan(xfedor)

>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?20001210171216.A30105EB8>