From 20012ff070b9a07e5b955384e3d5da81842de09e Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 5 Aug 2001 21:01:05 +0000 Subject: o Update to 3.1.14 - bump PORTEPOCH since last version (1999.12.30) is bigger than new one (3.1.14); reviewed by sobomax o Style changes on port's Makefile o Support NOPORTDOCS o Add version number to library files to keep ldconfig happy; start with version 0; reviewed by dougb o Update both COMMENT and DESCR o Add PKGMESSAGE warning about kernel options necessary to get it working PR: 29176 Submitted by: Kato Tsuguru Reviewed by: dougb, sobomax --- emulators/twin/files/patch-af | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 emulators/twin/files/patch-af (limited to 'emulators/twin/files/patch-af') diff --git a/emulators/twin/files/patch-af b/emulators/twin/files/patch-af deleted file mode 100644 index a26773f202c9..000000000000 --- a/emulators/twin/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- windows/Execfreebsd.c.orig Tue Dec 28 19:25:11 1999 -+++ windows/Execfreebsd.c Tue Dec 28 19:30:39 1999 -@@ -171,7 +171,7 @@ - int rc; - sact.sa_handler = TWIN_GPFSigHandler; - sact.sa_flags = SA_RESTART; -- sact.sa_mask = 0; -+ sigemptyset(&sact.sa_mask); - rc = sigaction(sig, &sact, NULL); - return rc; - } -- cgit v1.2.3