diff options
author | demon <demon@FreeBSD.org> | 2001-12-28 03:05:51 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-12-28 03:05:51 +0800 |
commit | e109f8d3f4768fb6b0d1a71df13c4137934e3734 (patch) | |
tree | 43dbb6abfb349f587e3e9473a13605c63d293fe0 /emulators/wine | |
parent | ec7de6745eb0341cbf64cc13fe142e064b519461 (diff) | |
download | freebsd-ports-gnome-e109f8d3f4768fb6b0d1a71df13c4137934e3734.tar.gz freebsd-ports-gnome-e109f8d3f4768fb6b0d1a71df13c4137934e3734.tar.zst freebsd-ports-gnome-e109f8d3f4768fb6b0d1a71df13c4137934e3734.zip |
Update to version 2001-12-16.
PR: 33253
Submitted by: maintainer
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine/distinfo | 2 | ||||
-rw-r--r-- | emulators/wine/files/patch-thread | 12 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 5 |
4 files changed, 8 insertions, 16 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 6164d710ff50..6a528ba91d81 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.11.08 -PORTREVISION= 1 +PORTVERSION= 2001.12.26 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -61,7 +60,7 @@ post-configure: cd ${WRKSRC} && make depend post-build: - cd ${WRKSRC}/programs/regapi && ${GMAKE} + #cd ${WRKSRC}/programs/regapi && ${GMAKE} ${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh do-install: diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index bb5647a10ec8..d2dc4315205c 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1 +1 @@ -MD5 (Wine-20011108.tar.gz) = 390670df1d631c23057feb83d4a7eb8c +MD5 (Wine-20011226.tar.gz) = 695a7322a6701a41ffc4d80e762a34b7 diff --git a/emulators/wine/files/patch-thread b/emulators/wine/files/patch-thread deleted file mode 100644 index f221a40e33f7..000000000000 --- a/emulators/wine/files/patch-thread +++ /dev/null @@ -1,12 +0,0 @@ ---- server/context_i386.c.orig Wed Jul 11 10:30:59 2001 -+++ server/context_i386.c Fri Dec 7 10:30:30 2001 -@@ -20,9 +20,6 @@ - #ifdef HAVE_SYS_PARAM_H - # include <sys/param.h> - #endif --#ifdef HAVE_SYS_USER_H --# include <sys/user.h> --#endif - - #include "winbase.h" - #include "thread.h" diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index aaae6761b45e..534796042c8c 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -135,6 +135,7 @@ include/wine/winver.h include/wine/wownt32.h include/wine/wnaspi32.h include/wine/ws2spi.h +include/wine/ws2tcpip.h include/wine/wshisotp.h include/wine/wsipx.h include/wine/wtypes.h @@ -149,8 +150,12 @@ include/wine/msvcrt/fcntl.h include/wine/msvcrt/io.h include/wine/msvcrt/locale.h include/wine/msvcrt/malloc.h +include/wine/msvcrt/mbctype.h +include/wine/msvcrt/mbstring.h include/wine/msvcrt/process.h include/wine/msvcrt/search.h +include/wine/msvcrt/setjmp.h +include/wine/msvcrt/share.h include/wine/msvcrt/stddef.h include/wine/msvcrt/stdio.h include/wine/msvcrt/stdlib.h |