From owner-cvs-all@FreeBSD.ORG Wed Sep 24 05:18:51 2003 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 C123716A4B3; Wed, 24 Sep 2003 05:18:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BDB544005; Wed, 24 Sep 2003 05:18:51 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8OCIpXJ073120; Wed, 24 Sep 2003 05:18:51 -0700 (PDT) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8OCIpGZ073119; Wed, 24 Sep 2003 05:18:51 -0700 (PDT) (envelope-from tobez) Message-Id: <200309241218.h8OCIpGZ073119@repoman.freebsd.org> From: Anton Berezin Date: Wed, 24 Sep 2003 05:18:51 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p4api Makefile distinfo 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: Wed, 24 Sep 2003 12:18:51 -0000 tobez 2003/09/24 05:18:51 PDT FreeBSD ports repository Modified files: devel/p4api Makefile distinfo Log: This port was not really usable on i386-5.X due to an updated GCC, since C++ name mangling has changed in an incompatible way. Now that perforce has put FreeBSD 5.X p4api binary on their FTP site, the port can be updated to work on both 4.X and 5.X. The tarball for 4.X was tested with 2.95.4. The tarball for 5.X was tested with 3.3.1. If there were other incompatible name mangling changes in GCC in between, neither will work, so beware. Also, the FreeBSD 4.X p4api tarball checksum has changed. Perforce has confirmed that the new checksum is correct. Approved by: maintainer Revision Changes Path 1.3 +8 -3 ports/devel/p4api/Makefile 1.3 +4 -2 ports/devel/p4api/distinfo