Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2001 02:01:12 +0100 (CET)
From:      sec@ice.42.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25670: Fix of x11/xmove by Maintainer.
Message-ID:  <20010311010112.2C141CC@ice.42.org>

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

>Number:         25670
>Category:       ports
>Synopsis:       Fix of x11/xmove by Maintainer.
>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:   Sat Mar 10 17:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD ice 4.2-STABLE FreeBSD 4.2-STABLE #20: Sat Feb 10 19:31:26 CET 2001 sec@ice:/usr/export/src/sys/compile/ICE i386


	
>Description:

Judging from bentos errorlogs USE_X_PREFIX no longer implies that
"xmkmf" and "imake" are installed.
Thus I added an appropriate dependency.

Furthermore it seems that the Xfree-4 Imake configuration files insist
on inserting broken rules to crate a htmlised manpage. This has also
been fixed.

	
>How-To-Repeat:
	
>Fix:

Please commit this patch.

diff -burN /usr/ports/x11/xmove/Makefile xmove/Makefile
--- /usr/ports/x11/xmove/Makefile	Sat Feb 10 21:31:44 2001
+++ xmove/Makefile	Sun Mar 11 01:19:32 2001
@@ -15,6 +15,7 @@
 
 WRKSRC=		${WRKDIR}/xmove
 USE_X_PREFIX=	yes
+BUILD_DEPENDS=	xmkmf:${PORTSDIR}/devel/imake
 MAN1=		xmove.1 xmovectrl.1
 
 post-extract:
diff -burN /usr/ports/x11/xmove/files/Makefile xmove/files/Makefile
--- /usr/ports/x11/xmove/files/Makefile	Sun Apr 19 08:02:25 1998
+++ xmove/files/Makefile	Sun Mar 11 01:55:11 2001
@@ -1,6 +1,6 @@
 all:
-	cd xmove;xmkmf && make
-	cd xmovectrl;xmkmf && make
+	cd xmove;xmkmf -DBuildHtmlManPages=0 && make
+	cd xmovectrl;xmkmf -DBuildHtmlManPages=0 && make
 install:
 	cd xmove;make install
 	cd xmovectrl;make install
>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?20010311010112.2C141CC>