ports/89670: [patch] Automake 1.9 not detecting cppunit

Geoff Glasson g_glasson at amnet.net.au
Mon Nov 28 13:30:30 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list