Date: Sat, 1 May 1999 14:50:49 +0400 (MSD) From: Andrey Zakhvatov <andy@icc.surw.chel.su> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11426: Update port: games/pp Message-ID: <199905011050.OAA68310@icc.surw.chel.su>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905011050.OAA68310>