Date: Wed, 21 Aug 2002 11:26:23 -0700 (PDT) From: Adam Weinberger <adam@vectors.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41853: patch: audio/gnump3d - fix broken build Message-ID: <200208211826.g7LIQNwN077575@vectors.cx>
next in thread | raw e-mail | index | archive | help
>Number: 41853 >Category: ports >Synopsis: patch: audio/gnump3d - fix broken build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 21 11:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #20: Tue Aug 20 14:25:44 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: on my -STABLE machine, building audio/gnump3d spits out an automake error right at the beginning of the build. the issue is the process used to avoid an automake. currently, it takes a newly generated file, and sets its time back perhaps a few milliseconds. this patch updates the timestamp of Makefile.in. ===> Building for gnump3d-1.0.p1 cd . && /usr/ports/audio/gnump3d/work/gnump3d-1.0-pre1/config/missing automake-1.4 --foreign Makefile WARNING: `automake-1.4' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the `README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing `automake-1.4' program. gmake: *** [Makefile.in] Error 1 *** Error code 2 Stop in /usr/ports/audio/gnump3d. >How-To-Repeat: >Fix: --- gnump3d.patch begins here --- --- Makefile.orig Wed Aug 21 11:13:53 2002 +++ Makefile Wed Aug 21 11:14:10 2002 @@ -47,7 +47,7 @@ @${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \ s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/aclocal.m4 # Avoid triggering automake - @${TOUCH} -r ${WRKSRC}/aclocal.m4.bak ${WRKSRC}/aclocal.m4 + @${TOUCH} -r ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in pre-configure: .for dir in . mplib libltdl --- gnump3d.patch ends here --- >Release-Note: >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?200208211826.g7LIQNwN077575>