Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jul 1998 19:22:11 -0600 (MDT)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7339: enlightenment fix - minor bug
Message-ID:  <199807210122.TAA23092@peloton.physics.montana.edu>

next in thread | raw e-mail | index | archive | help

>Number:         7339
>Category:       ports
>Synopsis:       ConfigEdit fails as the pointer to perl is to wrong version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 20 18:30:00 PDT 1998
>Last-Modified:
>Originator:     Brett Taylor
>Organization:
Montana State University, Bozeman
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

	FreeBSD 2.2.6-STABLE #0: Wed Jun 17 11:08:32 MDT 1998

>Description:

	E's GUI config tool needs to use perl5, but the configure 
	script thinks it's /usr/bin/perl which won't work so the 
	GUI config tool dies immediately.

>How-To-Repeat:

	Install E and try to run ConfigEdit - it won't go I promise!

>Fix:
	
	Add the patch below to make things work right - one line patch.
	As the port is now this will be patch-ad.


*** config.cache.old	Mon Jul 20 19:15:11 1998
--- config.cache	Mon Jul 20 19:15:41 1998
***************
*** 52,58 ****
  ac_cv_func_shmat=${ac_cv_func_shmat='yes'}
  ac_cv_header_math_h=${ac_cv_header_math_h='yes'}
  ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'}
! ac_cv_path_PERL=${ac_cv_path_PERL='/usr/bin/perl'}
  ac_cv_lib_dnet_dnet_ntoa=${ac_cv_lib_dnet_dnet_ntoa='no'}
  ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
  ac_cv_type_signal=${ac_cv_type_signal='void'}
--- 52,58 ----
  ac_cv_func_shmat=${ac_cv_func_shmat='yes'}
  ac_cv_header_math_h=${ac_cv_header_math_h='yes'}
  ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'}
! ac_cv_path_PERL=${ac_cv_path_PERL='/usr/local/bin/perl'}
  ac_cv_lib_dnet_dnet_ntoa=${ac_cv_lib_dnet_dnet_ntoa='no'}
  ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
  ac_cv_type_signal=${ac_cv_type_signal='void'}
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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