Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2000 17:52:01 -0600 (CST)
From:      dwcjr@inethouston.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23664: Update emulators/wine update pkg-plist and Makefile
Message-ID:  <20001219235201.17FB9177EC2@leviathan.inethouston.com>
Resent-Message-ID: <200012200000.eBK001l93322@freefall.freebsd.org>

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

>Number:         23664
>Category:       ports
>Synopsis:       Update emulators/wine update pkg-plist and Makefile
>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:   Tue Dec 19 16:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     David W. Chapman Jr.
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
RainTree Network Services
>Environment:

        

>Description:

        Missing files from pkg-plist
	Missing Manpages from Makefile

>How-To-Repeat:

        

>Fix:

diff -urN wine.orig/Makefile wine/Makefile
--- wine.orig/Makefile  Tue Dec 19 17:47:21 2000
+++ wine/Makefile       Tue Dec 19 17:47:42 2000
@@ -21,7 +21,7 @@
 CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine
 INSTALLS_SHLIB=        yes
 LDCONFIG_DIRS= %%PREFIX%%/lib/wine
-MAN1=          wine.1
+MAN1=          wine.1 wmc.1 wrc.1
 MAN5=          wine.conf.5
 ONLY_FOR_ARCHS=        i386
 USE_XPM=       yes
diff -urN wine.orig/pkg-plist wine/pkg-plist
--- wine.orig/pkg-plist Tue Dec 19 17:47:21 2000
+++ wine/pkg-plist      Tue Dec 19 17:49:46 2000
@@ -1,9 +1,14 @@
+bin/dosmod
+bin/fnt2bdf
 bin/wine
 bin/winebuild
 bin/wineclipsrv
 bin/winedbg
 bin/wineserver
+bin/wmc
+bin/wrc
 bin/regSet.sh
+@unexec if cmp -s %D/etc/wine.conf %D/etc/wine.conf.sample; then rm -f %D/etc/wine.conf; fi
 etc/wine.conf.sample
 include/wine/basetsd.h
 include/wine/cderr.h

>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?20001219235201.17FB9177EC2>