Date: Tue, 7 Nov 2006 18:41:32 GMT From: dawnshade<h-k@proc.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/105251: [UPDATE] + unbroke math/p5-Math-Pari Message-ID: <200611071841.kA7IfWvY021649@www.freebsd.org> Resent-Message-ID: <200611071850.kA7IoKt8001620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105251 >Category: ports >Synopsis: [UPDATE] + unbroke math/p5-Math-Pari >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 07 18:50:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: dawnshade >Release: 6.2-PRERELEASE >Organization: - >Environment: FreeBSD max.proc.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Oct 10 11:41:34 MSD 2006 root@max.proc.ru:/usr/src/sys/i386/compile/4 i386 >Description: Update math/p5-Math-Pari to version Math-Pari-2.010709 and unbroke port. At least it build on 6.2-PRE. >How-To-Repeat: try to install from math/p5-Math-Pari >Fix: patch attached Patch attached with submission follows: diff -ruN p5-Math-Pari/Makefile p5-Math-Pari.old/Makefile --- p5-Math-Pari/Makefile Tue Nov 7 21:29:46 2006 +++ p5-Math-Pari.old/Makefile Sat Sep 2 20:51:04 2006 @@ -6,7 +6,7 @@ # PORTNAME= Math-Pari -PORTVERSION= 2.010709 +PORTVERSION= 2.010500 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math @@ -15,6 +15,9 @@ MAINTAINER= mharo@FreeBSD.org COMMENT= PARI - numerical/scientific/number-theoretic calculations +BROKEN= fails to install +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 BUILD_DEPENDS= pari:${PORTSDIR}/math/pari:configure diff -ruN p5-Math-Pari/distinfo p5-Math-Pari.old/distinfo --- p5-Math-Pari/distinfo Tue Nov 7 21:31:21 2006 +++ p5-Math-Pari.old/distinfo Sun Jan 22 15:56:37 2006 @@ -1,3 +1,3 @@ -MD5 (Math-Pari-2.010709.tar.gz) = 58fdea358b37d00072723bd9cd69ce9e -SHA256 (Math-Pari-2.010709.tar.gz) = f64c4d7540b1f67ae3c3b69e0dbb0aaa898c70e1f5519106acf8d63243dbcb9b -SIZE (Math-Pari-2.010709.tar.gz) = 113280 +MD5 (Math-Pari-2.010500.tar.gz) = 6ae5d0b044984a4fdc7817e79922419e +SHA256 (Math-Pari-2.010500.tar.gz) = eea5b9918b4861274d48457b360310737755415f3200e080511ff19a57598676 +SIZE (Math-Pari-2.010500.tar.gz) = 91295 diff -ruN p5-Math-Pari/files/patch-makefile p5-Math-Pari.old/files/patch-makefile --- p5-Math-Pari/files/patch-makefile Thu Jan 1 03:00:00 1970 +++ p5-Math-Pari.old/files/patch-makefile Tue Aug 26 09:30:07 2003 @@ -0,0 +1,17 @@ +--- libPARI/Makefile.PL.orig Thu Apr 24 05:23:32 2003 ++++ libPARI/Makefile.PL Thu Aug 21 14:51:06 2003 +@@ -137,11 +137,13 @@ + $mycflags .= " -DASMINLINE"; + } +-$mycflags .= ' -DGCC_INLINE' if $Config{gccversion}; ++$mycflags .= ' -O -DGCC_INLINE' if $Config{gccversion}; ++$mycflags .= " $ENV{CFLAGS} " if $ENV{CFLAGS}; + + @obj_files = map { "$_\$(OBJ_EXT)" } keys(%cfiles), qw(kernel mp mpinl); + push @obj_files, 'kernel2$(OBJ_EXT)' if $kernel{converted2}; + + $mycflags .= " -DDYNAMIC_PLOTTING"; ++$mycflags .= " -DDL_DFLT_NAME=\\\"libpari.2.1.3\\\""; + # OMF build needs no underscores: + $mycflags .= " -D__NO_AOUT" if $^O eq 'os2' and !$OS2::is_aout; + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611071841.kA7IfWvY021649>