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/23437: fix: sysutils/xwipower X manpage error with XFree86-4 
Message-ID:  <20001210171216.37B115EFF@kyoto-tc012-p22.alpha-net.ne.jp>
Resent-Message-ID: <200012101720.eBAHK4v03016@freefall.freebsd.org>

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

>Number:         23437
>Category:       ports
>Synopsis:       fix: sysutils/xwipower 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:

	new file: files/patch-ab

diff -urN -xCVS /usr/ports/sysutils/xwipower/Makefile sysutils/xwipower/Makefile
--- /usr/ports/sysutils/xwipower/Makefile	Wed Jul  5 22:10:50 2000
+++ sysutils/xwipower/Makefile	Sun Dec 10 18:02:24 2000
@@ -15,6 +15,5 @@
 
 WRKSRC=		${WRKDIR}/xwipower
 USE_IMAKE=	yes
-NO_INSTALL_MANPAGES=	yes
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/sysutils/xwipower/files/patch-ab sysutils/xwipower/files/patch-ab
--- /usr/ports/sysutils/xwipower/files/patch-ab	Thu Jan  1 09:00:00 1970
+++ sysutils/xwipower/files/patch-ab	Sun Dec 10 18:01:20 2000
@@ -0,0 +1,16 @@
+--- Imakefile.orig	Fri May 19 18:21:44 2000
++++ Imakefile	Sun Dec 10 18:01:18 2000
+@@ -6,12 +6,5 @@
+  OSMINORVERSION = OSMinorVersion
+       DEFINES = -DOSMAJORVERSION=$(OSMAJORVERSION) -DOSMINORVERSION=$(OSMINORVERSION) 
+ 
+-AllTarget(xwipower)
+-NormalProgramTarget(xwipower,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)
+-InstallProgram(xwipower,$(BINDIR))
+-
++ComplexProgramTargetNoMan(xwipower)
+ InstallAppDefaults(Xwipower)
+-
+-###InstallManPage(xwipower,$(MANDIR))
+-
+-DependTarget()

>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.37B115EFF>