- update to 1.13.1

This commit is contained in:
Dirk Meyer 2007-01-31 17:52:17 +00:00
parent 53980c85d8
commit cdc1aa019f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183795
3 changed files with 5 additions and 23 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= gnustep-base
PORTVERSION= 1.13.0
CATEGORIES= lang devel
PORTVERSION= 1.13.1
CATEGORIES= lang devel gnustep
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= core

View File

@ -1,3 +1,3 @@
MD5 (gnustep-base-1.13.0.tar.gz) = edd01516ba49915150f030848efc0baf
SHA256 (gnustep-base-1.13.0.tar.gz) = 6ed544682bb4512ca71230b76092fad90fd1c4e1cfee81f8a7871fd7fbba950b
SIZE (gnustep-base-1.13.0.tar.gz) = 2282713
MD5 (gnustep-base-1.13.1.tar.gz) = bdc92ab7048cd1ee8c18957b750686b5
SHA256 (gnustep-base-1.13.1.tar.gz) = be3440bee717f8799f164227e815fc1eca6b08359ef55abd9457b7bd0810ce69
SIZE (gnustep-base-1.13.1.tar.gz) = 2286168

View File

@ -1,18 +0,0 @@
--- Source/NSObject.m.orig Sun Nov 10 10:29:45 2002
+++ Source/NSObject.m Sat Dec 7 08:45:28 2002
@@ -779,6 +779,7 @@
#endif
#ifdef __FreeBSD__
+#if defined __i386__
// Manipulate the FPU to add the exception mask. (Fixes SIGFPE
// problems on *BSD)
@@ -789,6 +790,7 @@
cw |= 1; /* Mask 'invalid' exception */
__asm__ volatile ("fldcw (%0)" : : "g" (&cw));
}
+#endif
#endif
GSSetLocaleC(""); // Set up locale from environment.