From owner-cvs-all@FreeBSD.ORG Wed Jul 23 10:37:18 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 9B1BE37B404; Wed, 23 Jul 2003 10:37:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA2C143FD7; Wed, 23 Jul 2003 10:37:17 -0700 (PDT) (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 h6NHbH0U015696; Wed, 23 Jul 2003 10:37:17 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6NHbHPm015695; Wed, 23 Jul 2003 10:37:17 -0700 (PDT) Message-Id: <200307231737.h6NHbHPm015695@repoman.freebsd.org> From: Maho Nakata Date: Wed, 23 Jul 2003 10:37:17 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/fceu Makefile pkg-message pkg-plist patch-Makefile.unixsdl 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, 23 Jul 2003 17:37:19 -0000 maho 2003/07/23 10:37:17 PDT FreeBSD ports repository Modified files: emulators/fceu Makefile pkg-plist emulators/fceu/files patch-Makefile.base patch-Makefile.unixsdl Removed files: emulators/fceu pkg-message Log: 1. delete pkg-message: this file slipped in by mistake. 2. fix pkg-plist for version 0.96 3. move message for WITH_OPTIMIZED_FLAGS to correct place 4. delete -mcpu=i686 -march=i686: Not all i386 is i686. cpu dependent optimize is done by CPUTYPE. 5. change fix for non-i386 arch PR: 54686 Submitted by: HIYAMA Takeshi (maintainer) Revision Changes Path 1.3 +16 -12 ports/emulators/fceu/Makefile 1.2 +3 -3 ports/emulators/fceu/files/patch-Makefile.base 1.2 +2 -2 ports/emulators/fceu/files/patch-Makefile.unixsdl 1.2 +0 -10 ports/emulators/fceu/pkg-message (dead) 1.2 +2 -1 ports/emulators/fceu/pkg-plist