From owner-cvs-all@FreeBSD.ORG Fri Mar 11 21:43:37 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7079716A4CE; Fri, 11 Mar 2005 21:43:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 508EC43D2D; Fri, 11 Mar 2005 21:43:37 +0000 (GMT) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2BLhbJh046429; Fri, 11 Mar 2005 21:43:37 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2BLhb54046428; Fri, 11 Mar 2005 21:43:37 GMT (envelope-from joerg) Message-Id: <200503112143.j2BLhb54046428@repoman.freebsd.org> From: Joerg Wunsch Date: Fri, 11 Mar 2005 21:43:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/avr-libc Makefile pkg-plist pkg-plist.doc ports/devel/avr-libc/files patch-latex3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 21:43:37 -0000 joerg 2005-03-11 21:43:37 UTC FreeBSD ports repository Modified files: devel/avr-libc Makefile pkg-plist pkg-plist.doc Added files: devel/avr-libc/files patch-latex3 Log: Fix a problem where the doxygen-generated LaTeX file could no longer be compiled by LaTeX 3 as it was attempted to convert it to PDF instead of DVI now. This eventually caused the entire build to fall over, as the EPS picture files to be included were no longer be looked up by the .eps suffix. Also, now that avr-binutils and avr-gcc can handle the newer AVR devices (ATmega48/88/168, ATtiny13/2313, AT90CAN128, ATmega325/3250, ATmega645/6450), the configure script automatically causes crt*.o files for these devices to be compiled and installed, so reflect this in the pkg-plist. This makes these new device types fully supported in the FreeBSD AVR toolchain (as they are in the popular WinAVR toolchain already). The new doxygen version present in the ports also causes a slightly different directory layout for the generated docs, so adapt pkg-plist.doc accordingly. Revision Changes Path 1.37 +1 -0 ports/devel/avr-libc/Makefile 1.1 +67 -0 ports/devel/avr-libc/files/patch-latex3 (new) 1.18 +10 -0 ports/devel/avr-libc/pkg-plist 1.3 +31 -0 ports/devel/avr-libc/pkg-plist.doc