From owner-freebsd-ports Sat May 1 4:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83FE515052 for ; Sat, 1 May 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29807; Sat, 1 May 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 792AE14FDF for ; Sat, 1 May 1999 04:25:44 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id OAA68310; Sat, 1 May 1999 14:50:49 +0400 (MSD) (envelope-from andy) Message-Id: <199905011050.OAA68310@icc.surw.chel.su> Date: Sat, 1 May 1999 14:50:49 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11426: Update port: games/pp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11426 >Category: ports >Synopsis: Update port: games/pp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 1 04:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update games/pp port. diff -Nru pp/Makefile pp-0.01/Makefile --- pp/Makefile Mon Sep 28 14:23:53 1998 +++ pp-0.01/Makefile Sat May 1 14:05:57 1999 @@ -31,6 +31,8 @@ @ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.gif ${PREFIX}/share/pp/pic @ ${MKDIR} ${PREFIX}/share/pp/level @ ${INSTALL_DATA} ${WRKDIR}/ppinst/*.map1 ${PREFIX}/share/pp/level + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pp .for file in INSTALL LICENSE RULES WARRANTY free-license.html diff -Nru pp/patches/patch-aa pp-0.01/patches/patch-aa --- pp/patches/patch-aa Mon Sep 28 14:23:54 1998 +++ pp-0.01/patches/patch-aa Sat May 1 14:45:36 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Apr 5 11:08:26 1997 -+++ Makefile Sun Sep 27 15:25:36 1998 +--- Makefile Sat Apr 5 21:08:26 1997 ++++ /home/andy/tmp/wrk/Makefile Sat May 1 14:30:37 1999 @@ -1,10 +1,13 @@ ####### This section was automatically generated from @@ -16,3 +16,20 @@ CC = gcc MOC = moc SHELL = /bin/sh +@@ -30,14 +33,14 @@ + .SUFFIXES: .cpp + + .cpp.o: +- $(CC) -c $(CFLAGS) -I$(INCDIR) $< ++ $(CXX) -c $(CFLAGS) -I$(INCDIR) $< + + ####### Build rules + + all: $(TARGET) + + $(TARGET): $(OBJECTS) $(OBJMETA) +- $(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm ++ $(CXX) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm + + depend: + @makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null diff -Nru pp/pkg/DESCR pp-0.01/pkg/DESCR --- pp/pkg/DESCR Tue Aug 4 14:24:37 1998 +++ pp-0.01/pkg/DESCR Sat May 1 14:04:36 1999 @@ -12,4 +12,4 @@ Reserch Center: Allows you to build other cars and buildings. Radar: Allows you to see what happens. -http://www.mps.de/ +http://www.mps.de/pp/home.html >How-To-Repeat: >Fix: Please, check and commit this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message