From owner-freebsd-ports Mon Jan 10 9:10:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 864CF14C85 for ; Mon, 10 Jan 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA85491; Mon, 10 Jan 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.kt.rim.or.jp (ppp371.kt.rim.or.jp [202.247.140.71]) by hub.freebsd.org (Postfix) with ESMTP id 1115715200 for ; Mon, 10 Jan 2000 09:09:55 -0800 (PST) (envelope-from yoshiaki@kt.rim.or.jp) Received: (from yoshiaki@localhost) by mail.kt.rim.or.jp (8.9.3/3.7W-ppp-981208) id CAA04260; Tue, 11 Jan 2000 02:09:37 +0900 (JST) Message-Id: <200001101709.CAA04260@mail.kt.rim.or.jp> Date: Tue, 11 Jan 2000 02:09:37 +0900 (JST) From: yoshiaki@kt.rim.or.jp Reply-To: yoshiaki@kt.rim.orjp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16030: ports: pari/GP update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16030 >Category: ports >Synopsis: Ports: math/pari Update new version 2.0.18b >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: Mon Jan 10 09:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Uchikawa >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD 4.0-CURRENT #0: Tue Jan 11 00:38:40 JST 2000 yoshiaki@singer.tertio.atoll:/usr/src/sys/compile/KSTSING1K Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x591 Stepping = 1 Features=0x8021bf AMD Features=0x80000800 real memory = 134217728 (131072K bytes) avail memory = 126844928 (123872K bytes) >Description: >How-To-Repeat: >Fix: diff -ruN /usr/ports/math/pari/Makefile pari/Makefile --- /usr/ports/math/pari/Makefile Thu Sep 9 08:06:43 1999 +++ pari/Makefile Tue Jan 11 02:06:12 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: PARI -# Version required: 2.0.16b +# Version required: 2.0.18b # Date created: 19 January 1999 # Whom: Yoshiaki UCHIKAWA # # $FreeBSD: ports/math/pari/Makefile,v 1.10 1999/09/08 23:06:43 sada Exp $ # -DISTNAME= pari-2.0.16.beta -PKGNAME= pari-2.0.16b +DISTNAME= pari-2.0.18.beta +PKGNAME= pari-2.0.18b CATEGORIES= math MASTER_SITES= ftp://hasse.mathematik.tu-muenchen.de/pub/pari/ @@ -20,7 +20,7 @@ CONFIGURE_ARGS = --prefix=${PREFIX} CFLAGS= -USE_GMAKE = Yes +#USE_GMAKE = Yes MAKE_ARGS= gp MAN1= gp.1 diff -ruN /usr/ports/math/pari/files/md5 pari/files/md5 --- /usr/ports/math/pari/files/md5 Sun Aug 22 13:09:05 1999 +++ pari/files/md5 Tue Jan 11 01:59:37 2000 @@ -1 +1 @@ -MD5 (pari-2.0.16.beta.tar.gz) = 4a9b3ab1c8eab7ddd0f2544694117d70 +MD5 (pari-2.0.18.beta.tar.gz) = d501d412d619624c8dc8ffe0683f707c diff -ruN /usr/ports/math/pari/patches/patch-aa pari/patches/patch-aa --- /usr/ports/math/pari/patches/patch-aa Sun Aug 22 13:09:06 1999 +++ pari/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,36 +0,0 @@ ---- ../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." -+ else -+ CPP="$CC -E -I." -+ fi ;; - *) CPP="$CC -E -I.";; - esac - -@@ -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 ;; -+ 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 -+ -+ fi ;; - cygwin*) DLSUFFIX=dll; somake= ; sodest= ;; - *) DLLD=;; - esac diff -ruN /usr/ports/math/pari/patches/patch-ab pari/patches/patch-ab --- /usr/ports/math/pari/patches/patch-ab Sun Aug 22 13:09:06 1999 +++ pari/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- ../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(__ELF__)) || defined(NeXT) || defined(__CYGWIN32__) || defined(__MINGW32__) - # define ASM_UNDERSCORE - #endif - diff -ruN /usr/ports/math/pari/patches/patch-af pari/patches/patch-af --- /usr/ports/math/pari/patches/patch-af Sun Aug 22 13:09:07 1999 +++ pari/patches/patch-af Mon Jan 10 02:38:05 2000 @@ -1,6 +1,31 @@ ---- ../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 @@ +--- 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) + + install-doc: +- -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_DATA) $doc/usersch3.tex \$(MISCDIR) + -\$(INSTALL_DATA) $doc/usersch4.tex \$(MISCDIR) + -\$(INSTALL_DATA) $doc/usersch5.tex \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR) +- -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/users.dvi \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/tutorial.dvi \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/refcard.dvi \$(MISCDIR) ++# -\$(INSTALL_DATA) $doc/refcard.ps \$(MISCDIR) + + install-data: + -mkdir -p \$(DATADIR) +@@ -378,13 +379,13 @@ if test -n "$emacs"; then cat >> $file << EOT diff -ruN /usr/ports/math/pari/patches/patch-ag pari/patches/patch-ag --- /usr/ports/math/pari/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ pari/patches/patch-ag Mon Jan 10 02:59:57 2000 @@ -0,0 +1,9 @@ +--- doc/appb.tex.orig Mon Jan 10 02:59:06 2000 ++++ doc/appb.tex Mon Jan 10 02:59:23 2000 +@@ -29,5 +29,5 @@ + seen in detail in \secref{se:prog}, with the slight modifications explained + at the end of that section. + +-\bprogfile{../examples/matexp.c} ++\bprogfile{./matexp.c} + \vfill\eject diff -ruN /usr/ports/math/pari/pkg/PLIST pari/pkg/PLIST --- /usr/ports/math/pari/pkg/PLIST Sat Sep 11 00:23:11 1999 +++ pari/pkg/PLIST Tue Jan 11 02:03:20 2000 @@ -1,27 +1,33 @@ bin/gp bin/gp-2.0 +bin/gphelp include/pari/genpari.h +include/pari/paricfg.h +include/pari/pariinl.h include/pari/pari.h +include/pari/paritype.h include/pari/paricast.h -include/pari/paricfg.h include/pari/paricom.h -include/pari/paridecl.h include/pari/parierr.h include/pari/parigen.h -include/pari/pariinl.h -include/pari/pariport.h include/pari/paristio.h include/pari/parisys.h -include/pari/paritype.h +include/pari/pariport.h +include/pari/paridecl.h lib/libpari.so lib/libpari.so.2 -lib/libpari.so.2.0.16 +lib/libpari.so.2.0.18 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /bin/mkdir -p %D/lib/pari/data +lib/pari/pari.el +lib/pari/pariemacs.txt +lib/pari/with-syntax.el +lib/pari/pari-translator.el +lib/pari/translations +lib/pari/Makefile lib/pari/paricfg.tex lib/pari/parimacro.tex -lib/pari/translations lib/pari/usersch1.tex lib/pari/usersch2.tex lib/pari/usersch3.tex >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message