From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 13 17:30:03 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 2A60916A4CE for ; Sun, 13 Mar 2005 17:30:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FAE43D1F for ; Sun, 13 Mar 2005 17:30:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2DHU2su039830 for ; Sun, 13 Mar 2005 17:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2DHU20k039829; Sun, 13 Mar 2005 17:30:02 GMT (envelope-from gnats) Resent-Date: Sun, 13 Mar 2005 17:30:02 GMT Resent-Message-Id: <200503131730.j2DHU20k039829@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, Arne Woerner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F9B016A4CE for ; Sun, 13 Mar 2005 17:26:51 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40FED43D41 for ; Sun, 13 Mar 2005 17:26:51 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DHQoi5051378 for ; Sun, 13 Mar 2005 17:26:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2DHQotf051361; Sun, 13 Mar 2005 17:26:50 GMT (envelope-from nobody) Message-Id: <200503131726.j2DHQotf051361@www.freebsd.org> Date: Sun, 13 Mar 2005 17:26:50 GMT From: Arne Woerner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/78794: lang/gprolog / un-break 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, 13 Mar 2005 17:30:03 -0000 >Number: 78794 >Category: ports >Synopsis: lang/gprolog / un-break >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: Sun Mar 13 17:30:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Arne Woerner >Release: R5.3 >Organization: >Environment: FreeBSD neo.riddick.homeunix.org. 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Feb 4 16:20:32 UTC 2005 aw@neo.riddick.homeunix.org.:/opt/src/sys/i386/compile/RIDDICK i386 >Description: port lang/gprolog is marked as broken. I found, that it compiles and works fine, if it is compiled without "fast call" attributes. I do not think, that "fast calls" are so important (maybe it is/was something about SWI vectors or so) in the current default version of gcc... Maybe we should care for "fast calls" later. Now it seems to be important to me, to un-break the port... >How-To-Repeat: > cd /usr/ports/lang/gprolog > make clean > make >Fix: *** Makefile.new Sun Mar 13 17:17:54 2005 --- Makefile.old Sun Mar 13 17:18:04 2005 *************** *** 23,29 **** USE_GMAKE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ! CONFIGURE_ARGS= --with-c-flags="${CFLAGS}" --disable-fast-call PLIST_SUB+= GPROLOG_VER=${PORTVERSION} --- 23,29 ---- USE_GMAKE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} ! CONFIGURE_ARGS= --with-c-flags="${CFLAGS}" PLIST_SUB+= GPROLOG_VER=${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted: