ports/99371: [maintainer] fix serious installation bugs in cups-base

Marcin Wisnicki mwisnicki at gmail.com
Fri Jun 23 23:50:30 UTC 2006


The following reply was made to PR ports/99371; it has been noted by GNATS.

From: Marcin Wisnicki <mwisnicki at gmail.com>
To: bug-followup at 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 ---
 
 



More information about the freebsd-ports-bugs mailing list