From owner-cvs-all@FreeBSD.ORG Sat Feb 18 11:27:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 1520716A420; Sat, 18 Feb 2006 11:27:28 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE50443D49; Sat, 18 Feb 2006 11:27:27 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1IBRRCU021282; Sat, 18 Feb 2006 11:27:27 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1IBRRtd021281; Sat, 18 Feb 2006 11:27:27 GMT (envelope-from ehaupt) Message-Id: <200602181127.k1IBRRtd021281@repoman.freebsd.org> From: Emanuel Haupt Date: Sat, 18 Feb 2006 11:27:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wop distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 18 Feb 2006 11:27:28 -0000 ehaupt 2006-02-18 11:27:27 UTC FreeBSD ports repository Modified files: games/wop distinfo Log: Track inplace distfile change [1] [1] --- wop.diff begins here --- diff -ruN old/wop-0.4.1/src/Makefile new/wop-0.4.1/src/Makefile --- old/wop-0.4.1/src/Makefile Thu Feb 9 15:00:08 2006 +++ new/wop-0.4.1/src/Makefile Mon Feb 13 12:14:01 2006 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80.2.2 2006/02/09 12:00:08 chfreund Exp $ +# $Id: Makefile,v 1.80.2.3 2006/02/13 09:14:01 chfreund Exp $ TARGET = ../bin/wop DBG_LEVEL = 4 @@ -12,12 +12,12 @@ SOURCE_FILES = $(wildcard *.cpp) OBJECT_FILES = $(patsubst %.cpp,%.o, $(SOURCE_FILES)) -CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -ansi +CXXFLAGS ?= -Wall -Wshadow -Wsign-compare -Wparentheses -Wconversion -O3 -ansi CXXFLAGS += -fno-exceptions -fno-strict-aliasing -ffloat-store \ -DDBG_LEVEL=$(DBG_LEVEL) -DLOG_LEVEL=$(LOG_LEVEL) \ -DUSE_SDL -DNEW=new\(std::nothrow\) \ -I../sdlwidgets \ - $(shell sdl-config --cflags) -g + $(shell sdl-config --cflags) # -g LDFLAGS = -L../sdlwidgets -lsdlwidgets -lz \ -lm -lSDL_net -lSDL_mixer -lSDL_ttf -lSDL_image \ $(shell sdl-config --libs) # -g --- wop.diff ends here --- PR: 93382 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.3 +3 -3 ports/games/wop/distinfo