Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 22:47:11 +0100 (CET)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50036: security/pear-Auth_SASL
Message-ID:  <20030315214711.097987521@graf.pompo.net>

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

>Number:         50036
>Category:       ports
>Synopsis:       security/pear-Auth_SASL
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 15 13:50:13 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Fri Feb 28 22:45:45 CET 2003 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	I have made an error with this port: it is not installed in the
	standard directory. It works alone, but it cannot be used by
	other PEAR packages.

>How-To-Repeat:
	See baseinstalldir="Auth" in package.xml.

>Fix:
	Pre-requisite: PR ports/48800 must have been committed.

	Then, please install the following patch:


diff -urN security/pear-Auth_SASL.orig/Makefile security/pear-Auth_SASL/Makefile
--- security/pear-Auth_SASL.orig/Makefile	Thu Feb 27 21:26:36 2003
+++ security/pear-Auth_SASL/Makefile	Sat Mar 15 21:47:56 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	Auth_SASL
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	security www
 MASTER_SITES=	http://pear.php.net/get/
 PKGNAMEPREFIX=	pear-
@@ -16,7 +17,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PEAR abstraction of various SASL mechanism responses
 
-BUILD_DEPENDS=	${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
+BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 NO_BUILD=	yes
@@ -37,11 +38,11 @@
 
 do-install:
 .for FILE in ${MANIFEST}
-	@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}
-	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${FILE}
+	@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth/${FILE}
 .endfor
-	@${CHMOD} a-x ${PEARDIR}/SASL/*
-	@${CHMOD} a-x ${PEARDIR}/SASL.php
+	@${CHMOD} a-x ${PEARDIR}/Auth/SASL/*
+	@${CHMOD} a-x ${PEARDIR}/Auth/SASL.php
 
 post-install:
 # Register a new package
diff -urN security/pear-Auth_SASL.orig/pkg-plist security/pear-Auth_SASL/pkg-plist
--- security/pear-Auth_SASL.orig/pkg-plist	Mon Feb  3 00:07:41 2003
+++ security/pear-Auth_SASL/pkg-plist	Sat Mar 15 21:49:04 2003
@@ -1,8 +1,8 @@
-%%PEARDIR%%/SASL.php
-%%PEARDIR%%/SASL/Anonymous.php
-%%PEARDIR%%/SASL/Common.php
-%%PEARDIR%%/SASL/CramMD5.php
-%%PEARDIR%%/SASL/DigestMD5.php
-%%PEARDIR%%/SASL/Login.php
-%%PEARDIR%%/SASL/Plain.php
-@dirrm %%PEARDIR%%/SASL
+%%PEARDIR%%/Auth/SASL.php
+%%PEARDIR%%/Auth/SASL/Anonymous.php
+%%PEARDIR%%/Auth/SASL/Common.php
+%%PEARDIR%%/Auth/SASL/CramMD5.php
+%%PEARDIR%%/Auth/SASL/DigestMD5.php
+%%PEARDIR%%/Auth/SASL/Login.php
+%%PEARDIR%%/Auth/SASL/Plain.php
+@dirrm %%PEARDIR%%/Auth/SASL
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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