From owner-cvs-all Mon Nov 18 1:30:26 2002 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 A5BB737B401; Mon, 18 Nov 2002 01:30:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C04143E3B; Mon, 18 Nov 2002 01:30:24 -0800 (PST) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAI9RWmV074356; Mon, 18 Nov 2002 01:27:32 -0800 (PST) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAI9RWOa074354; Mon, 18 Nov 2002 01:27:32 -0800 (PST) Message-Id: <200211180927.gAI9RWOa074354@repoman.freebsd.org> From: Maho Nakata Date: Mon, 18 Nov 2002 01:27:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ifc Makefile pkg-comment pkg-descr pkg-plist ports/lang/ifc/files assert_fail.c cpio-exclude cxa_atexit.c cxa_finalize.c errno_location.c ld.c linux_file.c mcount.S patch-aa patch-ifc stderr.c sysconf.c 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 maho 2002/11/18 01:27:32 PST Modified files: lang/ifc Makefile pkg-comment pkg-descr pkg-plist Added files: lang/ifc/files assert_fail.c cpio-exclude cxa_atexit.c cxa_finalize.c errno_location.c ld.c linux_file.c mcount.S patch-ifc stderr.c sysconf.c Removed files: lang/ifc/files patch-aa Log: Now ifc outputs FreeBSD's native binary. Bump portrevision. Wonderful work by: Masakazu Higaki Approved by: maho(maintainer) Reviewed by: knu(mentor) Revision Changes Path 1.9 +79 -24 ports/lang/ifc/Makefile 1.1 +40 -0 ports/lang/ifc/files/assert_fail.c (new) 1.1 +70 -0 ports/lang/ifc/files/cpio-exclude (new) 1.1 +52 -0 ports/lang/ifc/files/cxa_atexit.c (new) 1.1 +38 -0 ports/lang/ifc/files/cxa_finalize.c (new) 1.1 +37 -0 ports/lang/ifc/files/errno_location.c (new) 1.1 +452 -0 ports/lang/ifc/files/ld.c (new) 1.1 +163 -0 ports/lang/ifc/files/linux_file.c (new) 1.1 +34 -0 ports/lang/ifc/files/mcount.S (new) 1.2 +0 -14 ports/lang/ifc/files/patch-aa (dead) 1.1 +42 -0 ports/lang/ifc/files/patch-ifc (new) 1.1 +34 -0 ports/lang/ifc/files/stderr.c (new) 1.1 +145 -0 ports/lang/ifc/files/sysconf.c (new) 1.2 +1 -1 ports/lang/ifc/pkg-comment 1.3 +4 -4 ports/lang/ifc/pkg-descr 1.4 +22 -33 ports/lang/ifc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message