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

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

>Number:         23422
>Category:       ports
>Synopsis:       fix: deskutils/wmpinboard 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:

	new file: files/patch-ac

diff -urN -xCVS /usr/ports/deskutils/wmpinboard/Makefile deskutils/wmpinboard/Makefile
--- /usr/ports/deskutils/wmpinboard/Makefile	Thu Oct 12 06:52:42 2000
+++ deskutils/wmpinboard/Makefile	Wed Nov  1 09:35:13 2000
@@ -20,12 +20,8 @@
 USE_XPM=	yes
 
 MAN1=		wmpinboard.1
-MANCOMPRESSED=	no
 
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin
-
-post-install:
-	@${INSTALL_MAN} ${WRKSRC}/wmpinboard.1 ${PREFIX}/man/man1
+post-extract:
+	(cd ${WRKSRC}; ${CP} -p wmpinboard.1 wmpinboard.man)
 
 .include <bsd.port.mk>
diff -urN -xCVS /usr/ports/deskutils/wmpinboard/files/patch-ac deskutils/wmpinboard/files/patch-ac
--- /usr/ports/deskutils/wmpinboard/files/patch-ac	Thu Jan  1 09:00:00 1970
+++ deskutils/wmpinboard/files/patch-ac	Wed Nov  1 09:24:32 2000
@@ -0,0 +1,16 @@
+--- Imakefile.orig	Sat Oct 23 19:49:37 1999
++++ Imakefile	Wed Nov  1 09:24:28 2000
+@@ -36,9 +36,9 @@
+ all::
+ 	@test -e ./ReleaseNotes && cat ReleaseNotes || true
+ 
+-install::
+-	$(INSTALL) -m 0644 wmpinboard.1 $(DESTDIR)/man/man1
++#install::
++#	$(INSTALL) -m 0644 wmpinboard.1 $(DESTDIR)/man/man1
+ 
+-DESTDIR = /usr/local
+-BINDIR  = /bin
++#DESTDIR = /usr/local
++#BINDIR  = /bin
+ 

>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?20001210171214.B89DF5E18>