Date: Thu, 6 Jun 2013 15:11:02 +0000 From: "Viel, Joe" <JViel@emdeon.com> To: "perl@FreeBSD.org" <perl@FreeBSD.org> Subject: Your Webpage on ReadLine Message-ID: <B0AB8F22768FDD4EADCA0BA7FF580E080BC1F3@zbnaaeex012.na.webmd.net>
next in thread | raw e-mail | index | archive | help
I was reading your webpage at http://www.freshports.org/devel/p5-ReadLine-P= erl/ and wanted to know how I could test for whether the more elaborate ver= sion of readline is installed or not. What function will work if the exten= ded version is installed? I have a program that has a dependency on the ne= w one and need to test whether the new one is working to isolate troublesho= oting. Thanks, Joe Viel Mailing Address: 3055 Lebanon Road =1B$B!|=1B(B Nashville, TN 37214 Work Site: Airpark East on Couchville Pike =1B$B!|=1B(B Nashville, TN 3721= 4 Office Location: AP1-C2123 *Office: 615.231.4166 =1B$B!|=1B(B Cell: 615.967.8453 </pre>This message is confidential, intended only for the named recipient(s) and may contain information that is privileged or exempt from disclosure under applicable law. If you are not the intended recipient(s), you are notified that the dissemination, distribution, or copying of this message is strictly prohibited. If you receive this message in error or are not the named recipient(s), please notify the sender by return email and delete this message. Thank you. From owner-freebsd-perl@FreeBSD.ORG Fri Jun 7 07:00:02 2013 Return-Path: <owner-freebsd-perl@FreeBSD.ORG> Delivered-To: perl@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25484ED1 for <perl@smarthost.ysv.freebsd.org>; Fri, 7 Jun 2013 07:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 19CC61C53 for <perl@smarthost.ysv.freebsd.org>; Fri, 7 Jun 2013 07:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r57701SK049406 for <perl@freefall.freebsd.org>; Fri, 7 Jun 2013 07:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r57701nT049405; Fri, 7 Jun 2013 07:00:01 GMT (envelope-from gnats) Date: Fri, 7 Jun 2013 07:00:01 GMT Message-Id: <201306070700.r57701nT049405@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178897: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service <dfilter@FreeBSD.ORG> List-Id: maintainer of a number of perl-related ports <freebsd-perl.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-perl>, <mailto:freebsd-perl-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-perl> List-Post: <mailto:freebsd-perl@freebsd.org> List-Help: <mailto:freebsd-perl-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-perl>, <mailto:freebsd-perl-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 07 Jun 2013 07:00:02 -0000 The following reply was made to PR ports/178897; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178897: commit references a PR Date: Fri, 7 Jun 2013 06:55:18 +0000 (UTC) Author: az Date: Fri Jun 7 06:55:05 2013 New Revision: 320154 URL: http://svnweb.freebsd.org/changeset/ports/320154 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178897 Submitted by: az Approved by: maintainer (timeout) Modified: head/mail/p5-Net-POP3-SSLWrapper/Makefile (contents, props changed) Modified: head/mail/p5-Net-POP3-SSLWrapper/Makefile ============================================================================== --- head/mail/p5-Net-POP3-SSLWrapper/Makefile Fri Jun 7 06:51:42 2013 (r320153) +++ head/mail/p5-Net-POP3-SSLWrapper/Makefile Fri Jun 7 06:55:05 2013 (r320154) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-POP3-SSLWrapper -# Date created: 16 December 2009 -# Whom: johnpupu <johnpupu@gmail.com> -# +# Created by: johnpupu <johnpupu@gmail.com> # $FreeBSD$ -# PORTNAME= Net-POP3-SSLWrapper PORTVERSION= 0.06 @@ -21,11 +17,4 @@ PERL_CONFIGURE= yes MAN3= Net::POP3::SSLWrapper.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B0AB8F22768FDD4EADCA0BA7FF580E080BC1F3>