pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc The author confirmed that the problem caused by gcc op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65489a37f3b9
branches:  trunk
changeset: 473681:65489a37f3b9
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Apr 22 23:45:54 2004 +0000

description:
The author confirmed that the problem caused by gcc optimization was
fixed.  Return to default optimization level.

Bump PKGREVISION.

diffstat:

 doc/CHANGES              |  3 ++-
 math/mathomatic/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 3f7fdfd5cd77 -r 65489a37f3b9 doc/CHANGES
--- a/doc/CHANGES       Thu Apr 22 23:44:06 2004 +0000
+++ b/doc/CHANGES       Thu Apr 22 23:45:54 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5717 2004/04/22 23:44:06 ben Exp $
+$NetBSD: CHANGES,v 1.5718 2004/04/22 23:45:54 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2221,3 +2221,4 @@
        Updated flow-tools to 0.67 [seb 2004-04-22]
        Updated arj to 3.10.20 [dillo 2004-04-22]
        Updated mailsync to 4.4.4 [ben 2004-04-22]
+       Updated mathomatic to 11.0cnb1 [minskim 2004-04-23]
diff -r 3f7fdfd5cd77 -r 65489a37f3b9 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Thu Apr 22 23:44:06 2004 +0000
+++ b/math/mathomatic/Makefile  Thu Apr 22 23:45:54 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2004/04/21 21:26:26 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/22 23:45:54 minskim Exp $
 #
 
 DISTNAME=              mathomatic-11.0c
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
@@ -18,8 +19,7 @@
 NO_CONFIGURE=          yes
 MAKEFILE=              makefile
 
-# gcc's optimizer causes problems with this version of the program
-CFLAGS+=               -DUNIX -O0
+CFLAGS+=               -DUNIX
 CFLAGS.SunOS+=         -DSOLARIS
 
 INSTALLATION_DIRS=     bin man/man1



Home | Main Index | Thread Index | Old Index