Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 20:47:08 +0200
From:      "Pietro Cerutti" <gahr@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/124914: [patch] emulators/win4bsd fix dependency on xwininfo
Message-ID:  <1214246828.12170@gahrtop.localhost>
Resent-Message-ID: <200806231850.m5NIo0mp047622@freefall.freebsd.org>

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

>Number:         124914
>Category:       ports
>Synopsis:       [patch] emulators/win4bsd fix dependency on xwininfo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 23 18:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #1: Mon Jun 23 18:03:04 CEST 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


installwinpro needs xwininfo in order to run.


>How-To-Repeat:





>Fix:


--- win4bsd.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/win4bsd/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	19 Jun 2008 13:59:27 -0000	1.6
+++ Makefile	23 Jun 2008 18:45:31 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	win4bsd
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	emulators
 MASTER_SITES=	ftp://ftp.win4bsd.com/pub/releases/${PORTVERSION}/
 DISTNAME=	Win4BSD-1.1_63918_i386-freebsd
@@ -16,6 +16,8 @@
 MAINTAINER=	bacon@smithers.neuro.mcw.edu
 COMMENT=	Win4BSD Virtual Machine for Windows under BSD
 
+RUN_DEPENDS=	xwininfo:${PORTSDIR}/x11/xwininfo
+
 CONFLICTS=	Win4BSD-[0-9]*
 
 ONLY_FOR_ARCHS=	i386
--- win4bsd.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1214246828.12170>