Date: Mon, 4 Jan 1999 06:35:30 -0800 (PST) From: insane@oneinsane.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9311: Incomplete Path for OpenLDAP Message-ID: <199901041435.GAA08009@the.oneinsane.net>
next in thread | raw e-mail | index | archive | help
>Number: 9311 >Category: ports >Synopsis: Path for MASTER_SITES is incomplete >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 4 06:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 2.2.8-STABLE i386 >Organization: OneInsane Network >Environment: FreeBSD the.oneinsane.net 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Dec 1 17:33:41 PST 1998 root@the.oneinsane.net:/usr/src/sys/compile/THE i386 >Description: During make of openldap 1.1.2 it will fail do to it can not find the file. >How-To-Repeat: Attempt to make openldap 1.1.2 >Fix: Apply the diff below to the Makefile and all is well. insane-the> diff -u Makefile Makefile-BAD --- Makefile Sun Jan 3 21:30:56 1999 +++ Makefile-BAD Mon Jan 4 06:27:41 1999 @@ -8,7 +8,7 @@ DISTNAME= openldap-1.1.2 CATEGORIES= net -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ +MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901041435.GAA08009>