Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 02:24:48 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172028: lang/mdk: Support USE_READLINE
Message-ID:  <20120926022448.d5152c17e31f2b8a373a361f@yahoo.com>
Resent-Message-ID: <201209251810.q8PIAXMN022196@freefall.freebsd.org>

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

>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@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@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:



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