From b3012f7ceefdf3c08df88fba7babcc8259bf09a2 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 17 Mar 2001 13:50:04 +0000 Subject: This updates the Wine port to 2001.03.05 and removes an obsolete patch to the FreeBSD kernel from the port. PR: 25825 Submitted by: pfeifer@dbai.tuwien.ac.at --- emulators/wine-devel/Makefile | 6 +---- emulators/wine-devel/distinfo | 2 +- emulators/wine-devel/files/README.patch | 20 --------------- .../wine-devel/files/install-patch-3.3-sys-sigtrap | 30 ---------------------- emulators/wine-devel/pkg-plist | 3 +-- emulators/wine/Makefile | 6 +---- emulators/wine/distinfo | 2 +- emulators/wine/files/README.patch | 20 --------------- emulators/wine/files/install-patch-3.3-sys-sigtrap | 30 ---------------------- emulators/wine/pkg-plist | 3 +-- 10 files changed, 6 insertions(+), 116 deletions(-) delete mode 100644 emulators/wine-devel/files/README.patch delete mode 100644 emulators/wine-devel/files/install-patch-3.3-sys-sigtrap delete mode 100644 emulators/wine/files/README.patch delete mode 100644 emulators/wine/files/install-patch-3.3-sys-sigtrap (limited to 'emulators') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 9c0c96b6c722..3c54da1f7e10 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 2001.02.16 +PORTVERSION= 2001.03.05 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/wine/development @@ -88,10 +88,6 @@ do-install: ${WRKSRC}/programs/regapi/regFixer.pl \ ${WRKSRC}/programs/regapi/regRestorer.pl \ ${PREFIX}/lib/wine/reg - ${INSTALL_DATA} ${FILESDIR}/README.patch \ - ${PREFIX}/lib/wine - ${INSTALL_DATA} ${FILESDIR}/install-patch-3.3-sys-sigtrap \ - ${PREFIX}/lib/wine/patch-3.3-sys-sigtrap ${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine ${ECHO} @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index ac0197f966b1..cb773dc30c77 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1 +1 @@ -MD5 (Wine-20010216.tar.gz) = f83b355e02abdc2de3cfd385079a30b7 +MD5 (Wine-20010305.tar.gz) = 84e52b1219978be76b7d1095c3b89b63 diff --git a/emulators/wine-devel/files/README.patch b/emulators/wine-devel/files/README.patch deleted file mode 100644 index bfa3c615057e..000000000000 --- a/emulators/wine-devel/files/README.patch +++ /dev/null @@ -1,20 +0,0 @@ -Here are some patches for FreeBSD's kernel that are necessary for Wine -(Well not strictly _necessary_ but without them parts of it won't work). -They unfortunately didn't make it into the base distribution in time -for the 3.3 release code freeze... - -patch-3.3-sys-sigtrap: -stop wine's SIGTRAP handler from being called in the sigreturn syscall, -causing problems for wine's internal debugger. (It would still -correctly show a crash backtrace but all commands that use single- -stepping failed.) - -Apply as follows: - - (cd /usr/src/sys && patch )