Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2009 09:30:04 GMT
From:      ohauer <ohauer@gmx.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/141779: [patch] port mail/postfixadmin missing depecies spl
Message-ID:  <200912260930.nBQ9U4Jl089593@freefall.freebsd.org>

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

From: ohauer <ohauer@gmx.de>
To: bug-followup@FreeBSD.org
Cc: Martin Wilke <miwi@FreeBSD.org>, Olli Hauer <ohauer@gmx.de>
Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies
 spl
Date: Sat, 26 Dec 2009 10:24:42 +0100

 ups,
 
 there is a small but important typo between the patch and the comitted 
 version ( spl <--> sql ).
 
 
 --- postfixadmin/Makefile
 +++ postfixadmin/Makefile
 @@ -26,7 +26,7 @@
 
   .include <bsd.port.pre.mk>
 
 -USE_PHP=       pcre session mbstring sql xmlrpc
 +USE_PHP=       pcre session mbstring spl xmlrpc
 
   .if !defined(WITHOUT_MYSQL)
   USE_PHP+=      mysql
 
 
 



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