ports/124914: [patch] emulators/win4bsd fix dependency on xwininfo
Pietro Cerutti
gahr at FreeBSD.org
Mon Jun 23 18:50:01 UTC 2008
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list