Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 14:00:33 -0800 (PST)
From:      Thierry Thomas <thierry@pompo.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48799: net/Net_SMTP: upgrading to 1.1.2.
Message-ID:  <200303152200.h2FM0XFd023896@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48799; it has been noted by GNATS.

From: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/48799: net/Net_SMTP: upgrading to 1.1.2.
Date: Sat, 15 Mar 2003 22:51:58 +0100

 Le Sam  1 mar 03 à  0:39:23 +0100, Thierry Thomas <thierry@pompo.net>
  écrivait :
 > 
 > >Number:         48799
 > >Category:       ports
 > >Synopsis:       net/Net_SMTP: upgrading to 1.1.2.
 
 security/pear-Auth_SASL was installed in a non-standard directory
 (see PR ports/50036). The following patch chases this fix:
 
 
 diff -urN net/pear-Net_SMTP.orig/Makefile net/pear-Net_SMTP/Makefile
 --- net/pear-Net_SMTP.orig/Makefile	Fri Feb 28 21:26:37 2003
 +++ net/pear-Net_SMTP/Makefile	Sat Mar 15 22:22:15 2003
 @@ -16,7 +16,8 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	PEAR class that provides an implementation of the SMTP protocol
  
 -BUILD_DEPENDS=	${PEARDIR}/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
 +BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
 +#		${PEARDIR}/Net/Socket.php:${PORTSDIR}/pear-Net_Socket
  RUN_DEPENDS=	${BUILD_DEPENDS}
  
  NO_BUILD=	yes
 
 
 -- 
 Th. Thomas.

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?200303152200.h2FM0XFd023896>