Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 13:27:30 GMT
From:      Geoff Glasson <g_glasson@amnet.net.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/89670: [patch] Automake 1.9 not detecting cppunit
Message-ID:  <200511281327.jASDRUIJ056016@www.freebsd.org>
Resent-Message-ID: <200511281330.jASDU3UY016537@freefall.freebsd.org>

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

>Number:         89670
>Category:       ports
>Synopsis:       [patch] Automake 1.9 not detecting cppunit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 28 13:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Geoff Glasson
>Release:        6.0-STABLE
>Organization:
>Environment:
FreeBSD gkar.jimali.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #3: Mon Nov 28 10:05:54 WST 2005     root@gkar.jimali.dyndns.org:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
             The tools used by automake19 only look for configuration macros in /usr/local/share/aclocal19, however ports such as CppUnit install their auto-configuration macros in /usr/local/share/aclocal and they are not visible to the automake 1.9 toolset.

To fix this, the aclocal program supplied with Automake 1.9 must be patched in order to search /usr/local/share/aclocal, allowing ports such as CppUnit to be usable by GNU configured programs on FreeBSD.

A proposed patch is attached.
>How-To-Repeat:
              
>Fix:
              *** /tmp/aclocal.in.orig        Thu Nov 10 20:34:45 2005
--- aclocal.in  Thu Nov 10 20:35:33 2005
***************
*** 666,671 ****
--- 666,672 ----
  ################################################################

  local (@dirlist) = parse_arguments (@ARGV);
+ push @dirlist, '@datadir@/aclocal';
  $configure_ac = require_configure_ac;
  scan_m4_files (@dirlist);
  scan_configure;

>Release-Note:
>Audit-Trail:
>Unformatted:



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