From owner-cvs-all Thu Apr 18 12:50:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9312837B404; Thu, 18 Apr 2002 12:50:14 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3IJoEf99178; Thu, 18 Apr 2002 12:50:14 -0700 (PDT) (envelope-from joerg) Message-Id: <200204181950.g3IJoEf99178@freefall.freebsd.org> From: Joerg Wunsch Date: Thu, 18 Apr 2002 12:50:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-libc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/04/18 12:50:14 PDT Modified files: devel/avr-libc Makefile distinfo pkg-plist Log: Update to version 20020203. Since the author switched to use autoconf to maintain it, the entire build system changed quite a bit. In order to get it to use the correct tools (avr-gcc etc.) instead of the default C compiler, the package now contains wrapper scripts to configure and build it, so a good part of our ports framework doesn't apply anymore very well. As a side-effect, i can't get it to honor ${PREFIX} in any way right now. Maybe i'll switch away from the shipped scripts, and redo all their stuff within that Makefile in future. Revision Changes Path 1.9 +13 -9 ports/devel/avr-libc/Makefile 1.7 +1 -1 ports/devel/avr-libc/distinfo 1.6 +3 -0 ports/devel/avr-libc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message