ports/105294: [PATCH] net/echoping: Use USE_OPENLDAP and fix portlint's warning
Gea-Suan Lin
gslin at gslin.org
Wed Nov 8 17:10:36 UTC 2006
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list