ports/172028: lang/mdk: Support USE_READLINE
KATO Tsuguru
tkato432 at yahoo.com
Tue Sep 25 18:10:33 UTC 2012
>Number: 172028
>Category: ports
>Synopsis: lang/mdk: Support USE_READLINE
>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: Tue Sep 25 18:10:32 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Support USE_READLINE
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/lang/mdk/Makefile lang/mdk/Makefile
--- /usr/ports/lang/mdk/Makefile 2012-08-05 14:04:29.000000000 +0900
+++ lang/mdk/Makefile 2012-09-25 03:36:03.000000000 +0900
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: mdk
-# Date created: Apr 1, 2001
-# Whom: Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
# $FreeBSD: ports/lang/mdk/Makefile,v 1.45 2012/08/05 05:04:29 miwi Exp $
-#
PORTNAME= mdk
PORTVERSION= 1.2.6
@@ -21,6 +16,7 @@
USE_GNOME= glib20 intltool
USE_NCURSES= yes
+USE_READLINE= yes
USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -57,10 +53,6 @@
CONFIGURE_ARGS+=--without-guile
.endif
-.if exists(${LOCALBASE}/lib/libreadline.so)
-LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
${WRKSRC}/configure
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list