ports/55607: [MAINTAINER] make openldap2[01]-client and -server fetchable

Oliver Eikemeier eikemeier at fillmore-labs.com
Fri Aug 15 12:40:21 UTC 2003


>Number:         55607
>Category:       ports
>Synopsis:       [MAINTAINER] make openldap2[01]-client and -server fetchable
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 15 05:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

The ports try to fetch the sources from the -test directory, not the -release.
Stupid typo, stupid, stupid, stupid!

>How-To-Repeat:

Thanks to Bill Fenner for his portsurvey!
  http://people.freebsd.org/~fenner/portsurvey/net.html

>Fix:

--- openldap-site.patch begins here ---
diff -u net/openldap20-server/Makefile.orig net/openldap20-server/Makefile
--- net/openldap20-server/Makefile.orig	Fri Aug 15 14:21:53 2003
+++ net/openldap20-server/Makefile	Fri Aug 15 14:22:28 2003
@@ -24,7 +24,7 @@
 			ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \
 			http://openldap.cdpa.nsysu.edu.tw/OpenLDAP/%SUBDIR%/ \
 			ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/
-MASTER_SITE_SUBDIR=	openldap-test
+MASTER_SITE_SUBDIR=	openldap-release
 PKGNAMESUFFIX=		${OPENLDAP_PKGNAMESUFFIX}
 EXTRACT_SUFX=		.tgz
 
diff -u net/openldap21-server/Makefile.orig net/openldap21-server/Makefile
--- net/openldap21-server/Makefile.orig	Fri Aug 15 14:22:00 2003
+++ net/openldap21-server/Makefile	Fri Aug 15 14:22:40 2003
@@ -24,7 +24,7 @@
 			ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/%SUBDIR%/ \
 			http://openldap.cdpa.nsysu.edu.tw/OpenLDAP/%SUBDIR%/ \
 			ftp://ftp.plig.org/pub/OpenLDAP/%SUBDIR%/
-MASTER_SITE_SUBDIR=	openldap-test
+MASTER_SITE_SUBDIR=	openldap-release
 PKGNAMESUFFIX=		${OPENLDAP_PKGNAMESUFFIX}
 EXTRACT_SUFX=		.tgz
 
--- openldap-site.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list