Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2000 11:09:15 +0900 (JST)
From:      yoshiaki@kt.rim.or.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19940: math port "Pari/GP" update to 2.0.20.beta
Message-ID:  <200007150209.LAA16943@kt.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         19940
>Category:       ports
>Synopsis:       math port "Pari/GP" update to 2.0.20.beta
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 19:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yoshiaki Uchikawa
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

FreeBSD 5.0-CURRENT #0: Fri Jul 14 09:41:27 JST 2000

CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x591  Stepping = 1
  Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
  AMD Features=0x80000800<SYSCALL,3DNow!>
real memory  = 134217728 (131072K bytes)
avail memory = 127037440 (124060K bytes)

>Description:
>How-To-Repeat:
>Fix:

diff -ruN pari18/Makefile pari/Makefile
--- pari18/Makefile	Sat Jul 15 10:46:41 2000
+++ pari/Makefile	Sat Jul 15 11:01:08 2000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	pari
-PORTVERSION=	2.0.18b
+PORTVERSION=	2.0.20b
 CATEGORIES=	math
 MASTER_SITES=	ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.0/
-DISTNAME=	pari-2.0.18.beta
+DISTNAME=	pari-2.0.20.beta
 
 MAINTAINER=     yoshiaki@kt.rim.or.jp
 
@@ -20,7 +20,7 @@
 CONFIGURE_ARGS = --prefix=${PREFIX}
 CFLAGS=
 
-#USE_GMAKE = Yes
+USE_GMAKE = Yes
 MAKE_ARGS= 	gp
 
 MAN1=		gp.1 gphelp.1
diff -ruN pari18/files/md5 pari/files/md5
--- pari18/files/md5	Sat Jul 15 10:46:41 2000
+++ pari/files/md5	Sat Jul 15 11:01:54 2000
@@ -1 +1 @@
-MD5 (pari-2.0.18.beta.tar.gz) = d501d412d619624c8dc8ffe0683f707c
+MD5 (pari-2.0.20.beta.tar.gz) = d19ff1e729edfc19a64f0beb1c466784
diff -ruN pari18/patches/patch-af pari/patches/patch-af
--- pari18/patches/patch-af	Sat Jul 15 10:46:41 2000
+++ pari/patches/patch-af	Sat Jul 15 10:54:18 2000
@@ -1,16 +1,16 @@
---- config/Makefile.SH.orig	Wed Nov 17 02:12:01 1999
-+++ config/Makefile.SH	Mon Jan 10 02:37:39 2000
-@@ -293,7 +293,8 @@
- 	\$(INSTALL_DATA)    $doc/translations \$(MISCDIR)
- 
+--- config/Makefile.SH.orig	Tue Mar 28 02:33:26 2000
++++ config/Makefile.SH	Sat Jul 15 10:52:27 2000
+@@ -290,7 +290,8 @@
  install-doc:
+ 	-mkdir -p \$(MISCDIR)
+ 	-mkdir -p \$(BINDIR)
 -	-cd $doc; \$(MAKE) all
 +#	-cd $doc; \$(MAKE) all
-+	-\$(INSTALL_DATA) $doc/Makefile   \$(MISCDIR)
- 	-\$(INSTALL_DATA) $doc/paricfg.tex   \$(MISCDIR)
- 	-\$(INSTALL_DATA) $doc/parimacro.tex \$(MISCDIR)
- 	-\$(INSTALL_DATA) $doc/usersch1.tex \$(MISCDIR)
-@@ -301,10 +302,10 @@
++	-\$(INSTALL_PROGRAM) $doc/Makefile    \$(BINDIR)
+ 	-\$(INSTALL_PROGRAM) $doc/gphelp    \$(BINDIR)
+ 	-\$(INSTALL_DATA) $doc/translations \$(MISCDIR)
+ 	-\$(INSTALL_DATA) $doc/paricfg.tex  \$(MISCDIR)
+@@ -300,10 +301,10 @@
  	-\$(INSTALL_DATA) $doc/usersch3.tex \$(MISCDIR)
  	-\$(INSTALL_DATA) $doc/usersch4.tex \$(MISCDIR)
  	-\$(INSTALL_DATA) $doc/usersch5.tex \$(MISCDIR)
@@ -25,7 +25,7 @@
  
  install-data:
  	-mkdir -p \$(DATADIR)
-@@ -378,13 +379,13 @@
+@@ -377,13 +378,13 @@
  
  if test -n "$emacs"; then
    cat >> $file << EOT


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007150209.LAA16943>