Re: mysql build error

2002-07-11 Thread Ben Cox

Mark Trettin wrote:

Ben, Beech-

Here is how I got mysql323-server to build on current.

--- Makefile.orig  Wed Jul 10 09:06:02 2002
+++ Makefile   Thu Jul 11 14:44:06 2002
@@ -30,7 +30,6 @@
   --without-readline \
   --without-bench \
   --with-mit-threads=no \
-  --with-libwrap \
   --with-low-memory \
   --with-comment='FreeBSD port: ${PKGNAME}' \
   --program-prefix=''
@@ -61,7 +60,6 @@
 CONFIGURE_ENV+=   PERL=${PERL} \
   PERL5=${PERL} \
   INSTALL_SCRIPT=${INSTALL_SCRIPT} \
-  CXX=${CC} \
   CFLAGS=${CFLAGS} \
   CONFIGURE_ARGS=${CONFIGURE_ARGS}
 
  

This worked perfectly for me thanks!
Is there anyone out there who would like to commit this change?

   Ben


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: mysql build error

2002-07-11 Thread Beech Rintoul

On Thursday 11 July 2002 11:47 am, Mark Trettin wrote:
 Ben, Beech-

 Here is how I got mysql323-server to build on current.

 --- Makefile.orig Wed Jul 10 09:06:02 2002
 +++ Makefile  Thu Jul 11 14:44:06 2002
 @@ -30,7 +30,6 @@
   --without-readline \
   --without-bench \
   --with-mit-threads=no \
 - --with-libwrap \
   --with-low-memory \
   --with-comment='FreeBSD port: ${PKGNAME}' \
   --program-prefix=''
 @@ -61,7 +60,6 @@
  CONFIGURE_ENV+=  PERL=${PERL} \
   PERL5=${PERL} \
   INSTALL_SCRIPT=${INSTALL_SCRIPT} \
 - CXX=${CC} \
   CFLAGS=${CFLAGS} \
   CONFIGURE_ARGS=${CONFIGURE_ARGS}

Thank you very much. That did the trick for me too.  :-)

Beech

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message