From owner-cvs-all@FreeBSD.ORG Fri Feb 6 13:18:06 2004 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 BB28316A4D0; Fri, 6 Feb 2004 13:18:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D69F43D46; Fri, 6 Feb 2004 13:18:05 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i16LI40B042466; Fri, 6 Feb 2004 13:18:04 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i16LI4NQ042465; Fri, 6 Feb 2004 13:18:04 -0800 (PST) (envelope-from mi) Message-Id: <200402062118.i16LI4NQ042465@repoman.freebsd.org> From: Mikhail Teterin Date: Fri, 6 Feb 2004 13:18:04 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/libfpx Makefileports/graphics/libfpx/files Makefile.bsd 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, 06 Feb 2004 21:18:07 -0000 mi 2004/02/06 13:18:04 PST FreeBSD ports repository Modified files: graphics/libfpx Makefile graphics/libfpx/files Makefile.bsd Log: Unbreak on -current (with its recently changed bsd.lib.mk) by adding the missing .cxx extensions to two other source files listed in files/Makefile.bsd. The previous commit to that file was trying to solve the same problem, but now I have an up-to-date -current myself and could easily reproduce it -- an test the solution. Revision Changes Path 1.16 +0 -4 ports/graphics/libfpx/Makefile 1.11 +2 -2 ports/graphics/libfpx/files/Makefile.bsd