Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2008 14:45:50 -0600 (CST)
From:      Jason Bacon <bacon@smithers.neuro.mcw.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120419: Maintainer update: emulators/win4bsd Missing dependency
Message-ID:  <200802082045.m18KjoJO094984@smithers.neuro.mcw.edu>
Resent-Message-ID: <200802082050.m18Ko1Hi019133@freefall.freebsd.org>

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

>Number:         120419
>Category:       ports
>Synopsis:       Maintainer update: emulators/win4bsd Missing dependency
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 08 20:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        FreeBSD 6.1-RELEASE-p17 i386
>Organization:
MCW
>Environment:
System: FreeBSD smithers.neuro.mcw.edu 6.1-RELEASE-p17 FreeBSD 6.1-RELEASE-p17 #0: Mon Jul 2 15:25:34 CDT 2007 bacon@pcbsd:/usr/obj/usr/src/sys/MCWPCBSD i386

>Description:
The win4bsd postinstall script will not run on 6.3-RELEASE with the latest
ports unless compat5x is installed.

>How-To-Repeat:
cd /usr/ports/emulators/win4bsd
make install

>Fix:

diff -ruN /usr/ports/emulators/win4bsd/Makefile win4bsd/Makefile
--- /usr/ports/emulators/win4bsd/Makefile       Sun Oct 21 12:31:31 2007
+++ win4bsd/Makefile    Fri Feb  8 14:42:16 2008
@@ -15,6 +15,8 @@
 MAINTAINER=    bacon@smithers.neuro.mcw.edu
 COMMENT=       Win4BSD Virtual Machine for Windows under BSD
 
+LIB_DEPENDS=   c.5:${PORTSDIR}/misc/compat5x
+
 CONFLICTS=     Win4BSD-[0-9]*
 
 ONLY_FOR_ARCHS=        i386

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



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