Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2010 20:51:32 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144669: [patch] math/polymake fix build with gcc 4.2
Message-ID:  <201003112051.o2BKpWiE054087@www.freebsd.org>
Resent-Message-ID: <201003112100.o2BL07U2005346@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144669
>Category:       ports
>Synopsis:       [patch] math/polymake fix build with gcc 4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 11 21:00:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Get rid of USE_GCC=3.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN math/polymake.orig/Makefile math/polymake/Makefile
--- math/polymake.orig/Makefile	2009-05-13 09:45:54.000000000 +0000
+++ math/polymake/Makefile	2010-02-02 18:03:43.106462396 +0000
@@ -22,7 +22,6 @@
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 USE_PERL5=	5.8.1+
-USE_GCC=	3.4
 
 HAS_CONFIGURE=	yes
 INSTALL_TARGET=	install install-devel
@@ -36,6 +35,9 @@
 BROKEN=		Does not build with perl >= 5.10
 .endif
 
+pre-configure:
+	@${REINPLACE_CMD} -e 's|return "$$CXX seems not to be any|\#|' ${WRKSRC}/support/configure.pl
+
 do-configure:
 	cd ${WRKSRC}; \
 	${RM} -f build*/conf.make; \
@@ -52,7 +54,7 @@
 	  ${ECHO_CMD} PerlExe='${PERL}'; \
 	  ${ECHO_CMD} Arch=; \
 	  ${ECHO_CMD} ProcessDep=none; \
-	} | ${GMAKE} configure
+	} |  ${GMAKE} ${MAKE_ENV} LD=${LD} configure
 
 pre-install:
 	${RM} -f `find ${WRKSRC} -name '*.orig'`
diff -ruN math/polymake.orig/files/patch-support_build.make math/polymake/files/patch-support_build.make
--- math/polymake.orig/files/patch-support_build.make	1970-01-01 00:00:00.000000000 +0000
+++ math/polymake/files/patch-support_build.make	2010-02-02 15:33:25.058919695 +0000
@@ -0,0 +1,13 @@
+--- support/build.make	2007-01-17 16:25:44.000000000 +0000
++++ support/build.make	2010-01-28 22:51:05.116780927 +0000
+@@ -134,10 +134,6 @@
+   endif
+ endif # !SourceDir
+ 
+-ifeq "$(COMOversion)$(ICCversion)$(GCCversion)" ""
+-  $(error unknown C++ compiler)
+-endif
+-
+ ifdef COMOversion
+   addinclude = -I$(patsubst $/,%,$(dir $(1))) --preinclude $(notdir $(1))
+   make_dep_opt := -MD --no_preproc_only


>Release-Note:
>Audit-Trail:
>Unformatted:



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