Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2006 23:50:29 GMT
From:      Marcin Wisnicki <mwisnicki@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99371: [maintainer] fix serious installation bugs in cups-base
Message-ID:  <200606232350.k5NNoTfH001208@freefall.freebsd.org>

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

From: Marcin Wisnicki <mwisnicki@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/99371: [maintainer] fix serious installation bugs in
	cups-base
Date: Sat, 24 Jun 2006 01:46:03 +0200

 Please commit that patch. Without it, configure will autodetect and
 enable php (any version) even when disabled with make config.
 
 Additionally if you have php5 without php4 this will break the build.
 
 I think that python is also autodetected and should be explicitly
 disabled in .else clause:
 
 --- cups-base.diff begins here ---
 diff -ruN cups-base.orig/Makefile cups-base/Makefile
 --- cups-base.orig/Makefile       Fri Jun 23 00:01:38 2006
 +++ cups-base/Makefile    Sat Jun 24 01:42:45 2006
 @@ -77,6 +77,8 @@
  .if defined(WITH_PYTHON)
  CONFIGURE_ARGS+=       --with-python
  USE_PYTHON=            yes
 +.else
 +CONFIGURE_ARGS+=       --without-python
  .endif
  
  .if defined(WITH_LIBPAPER)
 --- cups-base.diff ends here ---
 
 



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