Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2003 11:30:13 +0100 (CET)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obraun@FreeBSD.org
Subject:   ports/60323: [patch] lang/gprolog: Enable line-edit
Message-ID:  <200312171030.hBHAUDDh020853@menelaos.informatik.rwth-aachen.de>
Resent-Message-ID: <200312171040.hBHAeF03008175@freefall.freebsd.org>

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

>Number:         60323
>Category:       ports
>Synopsis:       [patch] lang/gprolog: Enable line-edit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 17 02:40:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl für 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:
>Unformatted:



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