From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 15 20:37:46 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046E216A4DB; Sun, 15 May 2005 20:37:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F8143D7C; Sun, 15 May 2005 20:37:45 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from freefall.freebsd.org (thierry@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4FKbgPR087147; Sun, 15 May 2005 20:37:42 GMT (envelope-from thierry@freefall.freebsd.org) Received: (from thierry@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4FKbg7F087143; Sun, 15 May 2005 20:37:42 GMT (envelope-from thierry) Date: Sun, 15 May 2005 20:37:42 GMT From: Thierry Thomas Message-Id: <200505152037.j4FKbg7F087143@freefall.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 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2005 20:37:46 -0000 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