Date: Wed, 17 Oct 2007 13:26:09 GMT From: Alexandre "Sunny" Kovalenko <alex.kovalenko@verizon.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/117272: [patch] bring net/lam to 7.1.4, which makes it compileable by GCC 4.2 Message-ID: <200710171326.l9HDQ9a9040970@www.freebsd.org> Resent-Message-ID: <200710171330.l9HDU1NX078544@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 117272 >Category: ports >Synopsis: [patch] bring net/lam to 7.1.4, which makes it compileable by GCC 4.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 17 13:30:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Alexandre "Sunny" Kovalenko >Release: 7.0-PRERELEASE >Organization: Home >Environment: FreeBSD RabbitsDen.RabbitsLawn.verizon.net 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Oct 16 23:18:09 EDT 2007 root@RabbitsDen.RabbitsLawn.verizon.net:/usr/obj/usr/src/sys/TPX60 i386 >Description: lam 7.1.4 will compile with GCC 4.2 and without FORTRAN component. In addition to the attached (trivial) patches to Makefile and distinfo, I had to remove previous patches from the 'files' directory as they were getting rejected. >How-To-Repeat: >Fix: Update net/lam to 7.1.4 (patches attached) Patch attached with submission follows: --- Makefile.ORIG 2007-10-16 22:28:02.000000000 -0400 +++ Makefile 2007-10-16 22:48:15.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= lam -PORTVERSION= 7.1.2 +PORTVERSION= 7.1.4 CATEGORIES= net parallel MASTER_SITES= http://www.lam-mpi.org/download/files/ \ http://www.thinkingnerds.com/lam/download/files/ @@ -17,7 +17,7 @@ USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-rsh=ssh +CONFIGURE_ARGS= --with-rsh=ssh --without-fc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes @@ -373,10 +373,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp --- distinfo.ORIG 2007-10-16 22:27:24.000000000 -0400 +++ distinfo 2007-10-16 22:34:30.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (lam-7.1.2.tar.bz2) = 07c59cf03c773a67199e066e500e499b -SHA256 (lam-7.1.2.tar.bz2) = b3826e79f1a674ed275d2a0e32895aefe63d4278126bd5fa01dbe43cc1c1960b -SIZE (lam-7.1.2.tar.bz2) = 7851483 +MD5 (lam-7.1.4.tar.bz2) = 3f9240327fae75b1de479ae3f3e2c31a +SHA256 (lam-7.1.4.tar.bz2) = d66c205f57d9ffc38dbfb81faef8b586ef2b9e08853034c0472ef4ae45803d2e +SIZE (lam-7.1.4.tar.bz2) = 7865813 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710171326.l9HDQ9a9040970>