ports/60323: [patch] lang/gprolog: Enable line-edit
Volker Stolz
stolz at i2.informatik.rwth-aachen.de
Wed Dec 17 10:40:38 UTC 2003
>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 at 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 at FreeBSD.org
+MAINTAINER= stolz at 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:
More information about the freebsd-ports-bugs
mailing list