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/23438: fix: x11-clocks/mlclock X manpage error with XFree86-4 
Message-ID:  <20001210171216.510525F0B@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK4W03025@freefall.freebsd.org>

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

>Number:         23438
>Category:       ports
>Synopsis:       fix: x11-clocks/mlclock 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:04 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:
	stop to link -lxpg4. FreeBSD.cf knows how to handle it.
	honor CC.

diff -urN -xCVS /usr/ports/x11-clocks/mlclock/Makefile x11-clocks/mlclock/Makefile
--- /usr/ports/x11-clocks/mlclock/Makefile	Fri Apr 21 15:54:31 2000
+++ x11-clocks/mlclock/Makefile	Wed Nov  1 09:36:22 2000
@@ -13,7 +13,6 @@
 MAINTAINER=	nakai@FreeBSD.org
 
 USE_IMAKE=	yes
-NO_INSTALL_MANPAGES=	yes
 WRKSRC=		${WRKDIR}/mlclock
 
 post-install:
diff -urN -xCVS /usr/ports/x11-clocks/mlclock/files/patch-aa x11-clocks/mlclock/files/patch-aa
--- /usr/ports/x11-clocks/mlclock/files/patch-aa	Mon Oct 18 14:25:09 1999
+++ x11-clocks/mlclock/files/patch-aa	Wed Nov  1 07:31:40 2000
@@ -1,8 +1,24 @@
---- Imakefile.orig	Mon Oct 18 14:21:12 1999
-+++ Imakefile	Mon Oct 18 14:21:21 1999
+--- Imakefile.orig	Fri Oct 16 02:15:01 1998
++++ Imakefile	Wed Nov  1 07:31:32 2000
+@@ -1,13 +1,13 @@
+ # mlclock is macintosh like clock
+ 
+ RCFILE = .mlclockrc
+-CC = gcc
++#CC = gcc
+ OPTION =
+ 
+ # If function dosen't find , add  -lsocket or whatever you need .
+ # This is example .
+ #ADD_LIBRARIES = -lxpg4 -lsocket -lnsl
+-ADD_LIBRARIES = -lxpg4
++#ADD_LIBRARIES = -lxpg4
+ 
+ #---You shouldn't have to change anything below this line.---
+ 
 @@ -18,4 +18,4 @@
  
  DEFINES = $(OPTION) -DRCFILE=\"${RCFILE}\"
  
 -ComplexProgramTarget( mlclock )
-+ComplexProgramTarget(mlclock)
++ComplexProgramTargetNoMan(mlclock)

>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.510525F0B>