From stolz@i2.informatik.rwth-aachen.de  Wed Dec 17 02:30:16 2003
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EF86816A4CE; Wed, 17 Dec 2003 02:30:16 -0800 (PST)
Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 40A1143D55; Wed, 17 Dec 2003 02:30:14 -0800 (PST)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5-michaelw-20030918) with ESMTP id hBHAUDe17863;
	Wed, 17 Dec 2003 11:30:13 +0100
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.10/8.12.10/Submit) id hBHAUDDh020853;
	Wed, 17 Dec 2003 11:30:13 +0100 (CET)
	(envelope-from stolz)
Message-Id: <200312171030.hBHAUDDh020853@menelaos.informatik.rwth-aachen.de>
Date: Wed, 17 Dec 2003 11:30:13 +0100 (CET)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: obraun@freebsd.org
Subject: [patch] lang/gprolog: Enable line-edit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60323
>Category:       ports
>Synopsis:       [patch] lang/gprolog: Enable line-edit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 17 02:40:14 PST 2003
>Closed-Date:    Wed Dec 17 04:02:24 PST 2003
>Last-Modified:  Wed Dec 17 04:02:24 PST 2003
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl fr Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
- Enable line-edit (works fine on -STABLE & -CURRENT)
- Bump PORTREVISION
- Grab maintainership

>How-To-Repeat:
>Fix:
--- gprolog begins here ---
diff -urN /usr/ports/lang/gprolog/Makefile gprolog/Makefile
--- /usr/ports/lang/gprolog/Makefile	Tue Oct  7 11:39:17 2003
+++ gprolog/Makefile	Wed Dec 17 11:24:53 2003
@@ -7,11 +7,12 @@
 
 PORTNAME=	gprolog
 PORTVERSION=	1.2.16
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	stolz@i2.informatik.rwth-aachen.de
 COMMENT=	A free Prolog compiler
 
 ONLY_FOR_ARCHS=	i386
@@ -22,7 +23,7 @@
 USE_GMAKE=	yes
 USE_AUTOCONF_VER=	253
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS=	--disable-linedit --with-c-flags="${CFLAGS}"
+CONFIGURE_ARGS=	--with-c-flags="${CFLAGS}"
 
 PLIST_SUB+=	GPROLOG_VER=${PORTVERSION}
 
--- gprolog ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Wed Dec 17 04:02:18 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60323 
>Unformatted:
