Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 20:37:42 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        rsmith@xs4all.nl, thierry@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org
Subject:   Re: ports/81066: New port: science/lamprop calculates properties of fiber-reinforced composite laminates
Message-ID:  <200505152037.j4FKbg7F087143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: New port: science/lamprop calculates properties of fiber-reinforced composite laminates

State-Changed-From-To: open->feedback
State-Changed-By: thierry
State-Changed-When: Sun May 15 20:34:57 GMT 2005
State-Changed-Why: 

It does not compile on FreeBSD-4.x with gcc-2.95:

===>  Building for lamprop-1.3.1
cc -O -pipe -march=pentiumpro -fno-unit-at-a-time    -DNDEBUG -DVERSION=\"1.3.1\" -DPACKAGE=\"lamprop\" -c calc.c
cc1: Invalid option `-fno-unit-at-a-time'
*** Error code 1

I suggest to use gcc-3.4, unless you prefer another option:

--- lamprop.diff begins here ---
diff -urN science/lamprop.orig/Makefile science/lamprop/Makefile
--- science/lamprop.orig/Makefile	Sun May 15 22:31:45 2005
+++ science/lamprop/Makefile	Sun May 15 22:28:20 2005
@@ -14,6 +14,7 @@
 COMMENT=	Calculates properties of fiber reinforced composites
 
 USE_REINPLACE=	yes
+USE_GCC=	3.4
 
 PLIST_FILES=	bin/lamprop
 
--- lamprop.diff ends here ---

Could you please review it?



Responsible-Changed-From-To: freebsd-ports-bugs->thierry
Responsible-Changed-By: thierry
Responsible-Changed-When: Sun May 15 20:34:57 GMT 2005
Responsible-Changed-Why: 

Take it.


http://www.freebsd.org/cgi/query-pr.cgi?pr=81066



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