Date: Sat, 14 Aug 1999 10:21:51 +0900 (JST) From: yoshiaki@kt.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13132: port update for math/pari Message-ID: <199908140121.KAA01057@singer.kt.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 13132 >Category: ports >Synopsis: port update for math/pari >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 Aug 13 18:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Uchikawa >Release: FreeBSD 4.0-CURRENT i386 >Organization: Rimnet >Environment: FreeBSD 4.0-CURRENT #0: Sat Aug 14 01:59:51 JST 1999 yoshiaki@singer.tertio.atoll:/usr/src/sys/compile/KSTSING CPU: Cyrix 6x86MX (300.68-MHz 686-class CPU) Origin = "CyrixInstead" Id = 0x601 Stepping = 1 DIR=0x3553 Features=0x80a135<FPU,DE,TSC,MSR,CX8,PGE,CMOV,MMX> real memory = 134217728 (131072K bytes) avail memory = 126984192 (124008K bytes) da1: <SEAGATE ST39140N 1487> Fixed Direct Access SCSI-2 device da1: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da0: <IBM DCAS-34330 S61A> Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (20.000MHz, offset 15) >Description: Update pari-2.0.13.alpha -> pari-2.0.16.beta >How-To-Repeat: >Fix: diff -urN pari/Makefile pari2016b/Makefile --- pari/Makefile Tue Jan 26 11:46:49 1999 +++ pari2016b/Makefile Fri Aug 13 01:02:56 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: PARI -# Version required: 2.0.13a +# Version required: 2.0.16b # Date created: 19 January 1999 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # -# $Id: Makefile,v 1.6 1999/01/26 02:46:49 steve Exp $ +# $Id$ # -DISTNAME= pari-2.0.13.alpha -PKGNAME= pari-2.0.13a +DISTNAME= pari-2.0.16.beta +PKGNAME= pari-2.0.16b CATEGORIES= math MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ ftp://hasse.mathematik.tu-muenchen.de/pub/pari/ diff -urN pari/files/md5 pari2016b/files/md5 --- pari/files/md5 Tue Jan 26 11:47:10 1999 +++ pari2016b/files/md5 Sat Aug 14 09:55:06 1999 @@ -1 +1 @@ -MD5 (pari-2.0.13.alpha.tar.gz) = cc5fd152af09516bf7d94763c7be030f +MD5 (pari-2.0.16.beta.tar.gz) = 4a9b3ab1c8eab7ddd0f2544694117d70 diff -urN pari/patches/patch-aa pari2016b/patches/patch-aa --- pari/patches/patch-aa Tue Jan 26 11:47:10 1999 +++ pari2016b/patches/patch-aa Fri Aug 13 08:11:03 1999 @@ -1,36 +1,36 @@ ---- Configure.orig Mon Jan 11 01:24:07 1999 -+++ Configure Mon Jan 11 02:47:56 1999 -@@ -797,6 +797,12 @@ +--- ../pari-2.0.16.beta.orig/Configure Mon Jun 7 18:41:28 1999 ++++ ./Configure Fri Aug 13 08:05:46 1999 +@@ -840,6 +840,12 @@ # case "$osname" in nextstep) CPP="$cc -traditional-cpp -E -I." ;; + freebsd) + if test $PORTOBJFORMAT = "elf"; then -+ CPP="$CC -DUSE_ELF -E -I." ++ CPP="$CC -DUSE_ELF -E -I." + else + CPP="$CC -E -I." + fi ;; *) CPP="$CC -E -I.";; esac -@@ -852,8 +858,18 @@ +@@ -895,8 +901,18 @@ hpux-*) DLSUFFIX=sl ;; irix-*) DLSUFFIX=so ;; sunos-*) DLSUFFIX=so; somake=.`echo $version| sed 's/\.//g'`.$patch ;; - freebsd-*|linux-*|solaris-*|*-alpha) - DLSUFFIX=so; somake=.$version; sodest=.$patch ;; + linux-*|solaris-*|*-alpha) -+ DLSUFFIX=so; somake=.$version; sodest=.$patch ;; ++ DLSUFFIX=so; somake=.$version; sodest=.$patch ;; + freebsd-*) -+ if test $PORTOBJFORMAT = "elf"; then -+ somake=.`echo $version | sed 's/\..*//g'` -+ DLSUFFIX=so; sodest=.`echo $version | sed 's/.*\.//'`.$patch -+ FREEBSD_ELF=1 -+ else -+ DLSUFFIX=so; somake=.$version; sodest=.$patch -+ FREEBSD_ELF=0 ++ if test $PORTOBJFORMAT = "elf"; then ++ somake=.`echo $version | sed 's/\..*//g'` ++ DLSUFFIX=so; sodest=.`echo $version | sed 's/.*\.//'`.$patch ++ FREEBSD_ELF=1 ++ else ++ DLSUFFIX=so; somake=.$version; sodest=.$patch ++ FREEBSD_ELF=0 + -+ fi ;; ++ fi ;; cygwin*) DLSUFFIX=dll; somake= ; sodest= ;; *) DLLD=;; esac diff -urN pari/patches/patch-ab pari2016b/patches/patch-ab --- pari/patches/patch-ab Tue Jan 26 11:47:10 1999 +++ pari2016b/patches/patch-ab Fri Aug 13 08:11:25 1999 @@ -1,11 +1,11 @@ ---- src/kernel/ix86/l0asm.c.orig Mon Jan 11 01:26:40 1999 -+++ src/kernel/ix86/l0asm.c Mon Jan 11 02:40:57 1999 +--- ../pari-2.0.16.beta.orig/src/kernel/ix86/l0asm.c Tue Jun 29 21:11:23 1999 ++++ ./src/kernel/ix86/l0asm.c Fri Aug 13 08:05:46 1999 @@ -22,7 +22,7 @@ global variable `hiremainder'. */ /* This should ideally be determined at configure time. */ -#if defined(__EMX__) || defined(__DJGCC__) || defined(__GO32__) || (defined(linux) && !defined(__ELF__)) || defined(__386BSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(NeXT) || defined(__CYGWIN32__) || defined(__MINGW32__) -+#if defined(__EMX__) || defined(__DJGCC__) || defined(__GO32__) || (defined(linux) && !defined(__ELF__)) || defined(__386BSD__) || defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(USE_ELF))|| defined(NeXT) || defined(__CYGWIN32__) || defined(__MINGW32__) ++#if defined(__EMX__) || defined(__DJGCC__) || defined(__GO32__) || (defined(linux) && !defined(__ELF__)) || defined(__386BSD__) || defined(__NetBSD__) || (defined(__FreeBSD__) && !defined(__ELF__)) || defined(NeXT) || defined(__CYGWIN32__) || defined(__MINGW32__) # define ASM_UNDERSCORE #endif diff -urN pari/patches/patch-af pari2016b/patches/patch-af --- pari/patches/patch-af Sun Apr 4 08:35:38 1999 +++ pari2016b/patches/patch-af Fri Aug 13 08:11:50 1999 @@ -1,6 +1,6 @@ ---- config/Makefile.SH.orig Sun Apr 4 08:01:45 1999 -+++ config/Makefile.SH Sun Apr 4 08:04:28 1999 -@@ -373,13 +373,13 @@ +--- ../pari-2.0.16.beta.orig/config/Makefile.SH Mon Jun 28 19:23:29 1999 ++++ ./config/Makefile.SH Fri Aug 13 08:05:46 1999 +@@ -384,13 +384,13 @@ if test -n "$emacs"; then cat >> $file << EOT @@ -17,5 +17,5 @@ - -\$(INSTALL_DATA) $pari_elc \$(MISCDIR) +# -\$(INSTALL_DATA) $pari_elc \$(MISCDIR) \$(INSTALL_DATA) $emx/pari.el \$(MISCDIR) - # otherwise Warning from emacs (file not writeable) - \$(INSTALL) -m 666 $emx/pari.menu \$(MISCDIR) + \$(INSTALL_DATA) $emx/pariemacs.txt \$(MISCDIR) + \$(INSTALL_DATA) $emx/with-syntax.el \$(MISCDIR) diff -urN pari/pkg/PLIST pari2016b/pkg/PLIST --- pari/pkg/PLIST Sun Apr 4 08:35:38 1999 +++ pari2016b/pkg/PLIST Fri Aug 13 08:19:05 1999 @@ -1,4 +1,4 @@ -./lib/libpari.so.2.0.13 +./lib/libpari.so.2.0.16 ./lib/libpari.so.2.0 ./lib/libpari.so ./lib/pari/macros.tex >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?199908140121.KAA01057>