From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 19 07:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D81A2C12 for ; Tue, 19 Nov 2013 07:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A05562A53 for ; Tue, 19 Nov 2013 07:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJ7o0Rt033291 for ; Tue, 19 Nov 2013 07:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAJ7o002033290; Tue, 19 Nov 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 19 Nov 2013 07:50:00 GMT Resent-Message-Id: <201311190750.rAJ7o002033290@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE14FAFE for ; Tue, 19 Nov 2013 07:47:52 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4C9E2A38 for ; Tue, 19 Nov 2013 07:47:52 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 0341E20D75; Tue, 19 Nov 2013 02:47:51 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 19 Nov 2013 02:47:51 -0500 Received: from hypercube.aeonnet.fastmail.fm (unknown [76.90.217.240]) by mail.messagingengine.com (Postfix) with ESMTPA id 78C5E6800AE; Tue, 19 Nov 2013 02:47:50 -0500 (EST) Message-Id: <87pppw4yu3.wl@fastmail.fm> Date: Mon, 18 Nov 2013 23:47:48 -0800 From: Timothy Beyer To: FreeBSD GNATS Submit Subject: ports/184074: fix port: lang/polyml Cc: Timothy Beyer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 07:50:00 -0000 >Number: 184074 >Category: ports >Synopsis: fix port: lang/polyml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 19 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 9.2-RELEASE amd64 >Organization: no organization >Environment: System: FreeBSD hypercube.aeonnet 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 1 00:41:23 PDT 2013 root@hypercube.aeonnet:/usr/obj/usr/src/sys/CUSTOM-9.2 amd64 >Description: - add BUILD_DEPENDS on GCC 4.6 to fix build on FreeBSD 10.x (needs -lstdc++ to build) >How-To-Repeat: Apply patch and build port >Fix: The included patch --- polyml.diff begins here --- diff -urN polyml.orig/Makefile polyml/Makefile --- polyml.orig/Makefile 2013-09-20 12:53:09.000000000 -0700 diff -urN polyml.orig/Makefile polyml/Makefile --- polyml.orig/Makefile 2013-09-20 12:53:09.000000000 -0700 +++ polyml/Makefile 2013-11-18 23:45:36.000000000 -0800 @@ -3,6 +3,7 @@ PORTNAME= polyml PORTVERSION= 5.5 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -18,6 +19,7 @@ CONFIGURE_ARGS= --without-x USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 amd64 +BUILD_DEPENDS+= gcc46:${PORTSDIR}/lang/gcc46 PLIST_FILES= bin/poly \ bin/polyimport \ --- polyml.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: