Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Nov 2006 01:02:28 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, sumikawa@FreeBSD.org
Subject:   ports/105294: [PATCH] net/echoping: Use USE_OPENLDAP and fix portlint's warning
Message-ID:  <20061108170228.99A5E7E@netnews.NCTU.edu.tw>
Resent-Message-ID: <200611081710.kA8HAMR6028246@freefall.freebsd.org>

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

>Number:         105294
>Category:       ports
>Synopsis:       [PATCH] net/echoping: Use USE_OPENLDAP and fix portlint's warning
>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:   Wed Nov 08 17:10:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Use USE_OPENLDAP
- Fix portlint warning about order of DISTNAME

Port maintainer (sumikawa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- echoping-5.99.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/echoping/Makefile /home/staff/gslin/work/ports/echoping/Makefile
--- /usr/ports/net/echoping/Makefile	Thu Jun 15 14:40:44 2006
+++ /home/staff/gslin/work/ports/echoping/Makefile	Thu Nov  9 01:01:20 2006
@@ -7,18 +7,19 @@
 
 PORTNAME=	echoping
 PORTVERSION=	5.99.0
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.internatif.org/pub/unix/echoping/
-DISTNAME=	echoping-6.0-BETA
 MASTER_SITE_SUBDIR=		${PORTNAME}
+DISTNAME=	echoping-6.0-BETA
 
 MAINTAINER=	sumikawa@FreeBSD.org
 COMMENT=	A ping-like program that uses tcp and/or http
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
-		idn.16:${PORTSDIR}/dns/libidn \
-		ldap-2.2.7:${PORTSDIR}/net/openldap22-client
+		idn.16:${PORTSDIR}/dns/libidn
 
+USE_OPENLDAP=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-http --enable-icp --enable-smtp --with-ssl \
--- echoping-5.99.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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