ports/50798: audio/faad does not build

Martin.Kaeske at Stud.TU-Ilmenau.DE Martin.Kaeske at Stud.TU-Ilmenau.DE
Tue Apr 29 12:10:23 UTC 2003


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

From: Martin.Kaeske at Stud.TU-Ilmenau.DE
To: freebsd-gnats-submit at FreeBSD.org, dan.naumov at ofw.fi
Cc: sean at sfarc.net
Subject: Re: ports/50798: audio/faad does not build
Date: Tue, 29 Apr 2003 14:06:33 +0200 (CEST)

 You can use aclocal during post-patch if you add it to PATCH_DEPENDS :).
 Since the BUILD_DEPENDS are evaluated before pre-configure it seems to
 be safe to call aclocal pre-configure. I tried this and sadly it failed,
 because patch-libtool is executed directly after patch and patch-libtool
 needs aclocal.m4 to work. I've looked at some other ports and they have
 aclocal.m4 in there source (i.e. in the distfile) so they don't have this
 problem.
 I'd suggest you apply Dan's patch to circumvent the bug. Nevertheless i
 think its quite confusing to have USE_AUTOMAKE in the Makefile and it 
 take effect somewhere in between the whole make process. Maybe this is
 done on purpose and means that the program itself needs automake not the 
 ports-framework around it.
 
 HTH
 Martin
 



More information about the freebsd-ports-bugs mailing list