From aed4bea57d06339bef0cfdb620acc887b835e6e6 Mon Sep 17 00:00:00 2001 From: rohee Date: Fri, 12 Feb 1999 18:29:06 +0000 Subject: [PATCH] update to wine-990131 --- emulators/wine/Makefile | 40 ++++++++++++++++------------------------ emulators/wine/files/md5 | 2 +- emulators/wine/pkg/DESCR | 4 ++-- emulators/wine/pkg/PLIST | 10 ++++++++-- 4 files changed, 27 insertions(+), 29 deletions(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3fa58ab9cb3..81d85fb6482 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,36 +1,28 @@ -# $OpenBSD: Makefile,v 1.5 1998/10/18 05:02:07 marc Exp $ +# $OpenBSD: Makefile,v 1.6 1999/02/12 18:29:06 rohee Exp $ # -DATE= 980628 -DISTNAME= Wine-${DATE} -PKGNAME= wine-98.06.28 -CATEGORIES= emulators x11 +DATE = 990131 +DISTNAME = Wine-${DATE} +PKGNAME = wine-${DATE} +CATEGORIES = emulators x11 -#BROKEN= "newer version available" -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS = i386 -MAINTAINER= todd@OpenBSD.ORG +MAINTAINER = rohee@OpenBSD.ORG # was todd@OpenBSD.ORG -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/wine/development +MASTER_SITES = ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR = ALPHA/wine/development -GNU_CONFIGURE= yes +USE_X11 = yes +GNU_CONFIGURE = yes +CONFIGURE_ARGS += --sysconfdir=/etc -WRKSRC= ${WRKDIR}/wine-${DATE} - -pre-configure: - @${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \ - >> ${WRKSRC}/autoconf.h +WRKSRC = ${WRKDIR}/${PKGNAME} post-configure: - cd ${WRKSRC} && make depend + cd ${WRKSRC} && make depend -do-install: - ${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin - -@${MKDIR} ${PREFIX}/etc 2>/dev/null - [ -f ${PREFIX}/etc/wine.conf ] \ - || ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf - ${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc - ${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 +post-install: + [ -f /etc/wine.conf ] || ${CP} ${WRKSRC}/wine.ini /etc/wine.conf .include diff --git a/emulators/wine/files/md5 b/emulators/wine/files/md5 index 01352e9a8f2..6aedc7470c2 100644 --- a/emulators/wine/files/md5 +++ b/emulators/wine/files/md5 @@ -1 +1 @@ -MD5 (Wine-980628.tar.gz) = b5020f7801d8436423323ca6af9a64af +MD5 (Wine-990131.tar.gz) = 8a3ba3b5e9f1eaf5e6863536795447fb diff --git a/emulators/wine/pkg/DESCR b/emulators/wine/pkg/DESCR index ed800df3a1c..2a6d84f91ad 100644 --- a/emulators/wine/pkg/DESCR +++ b/emulators/wine/pkg/DESCR @@ -7,7 +7,7 @@ to your kernel config file (/sys/i386/conf/): options USER_LDT -Wine relies on the configuration file /usr/local/etc/wine.conf to +Wine relies on the configuration file /etc/wine.conf to contain valid assignments of Unix directories to DOS drive letters, and for certain other options (see "man wine" for details). -You will most probably have to to edit it, after the install ... +You will most probably have to to edit it, after the install... diff --git a/emulators/wine/pkg/PLIST b/emulators/wine/pkg/PLIST index 53d8229169a..66b57f34450 100644 --- a/emulators/wine/pkg/PLIST +++ b/emulators/wine/pkg/PLIST @@ -1,4 +1,10 @@ +@cwd /usr/X11R6 +@name wine-990131 bin/wine -etc/wine.conf -etc/wine.sym +bin/dosmod +include/wine/windows.h +include/wine/wintypes.h +lib/libwine.a +lib/wine.sym man/man1/wine.1 +@dirrm include/wine