Date: Wed, 30 Oct 2002 20:14:59 +0100 (CET) From: Jan Stocker <Jan.Stocker@t-online.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44760: Tuxpuck update to 0.8.1 Message-ID: <200210301914.g9UJEx55016277@twoflower.liebende.de>
next in thread | raw e-mail | index | archive | help
>Number: 44760 >Category: ports >Synopsis: Tuxpuck update to 0.8.1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 30 11:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jan Stocker >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD twoflower 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 20:03:29 CEST 2002 root@twoflower:/usr/obj/usr/src/sys/Twoflower50 i386 >Description: Tuxpuck update to 0.8.1 - (solves fetch-error) >How-To-Repeat: >Fix: diff -urN tuxpuck.orig/Makefile tuxpuck/Makefile --- tuxpuck.orig/Makefile Wed Sep 25 22:10:19 2002 +++ tuxpuck/Makefile Wed Oct 30 19:45:59 2002 @@ -7,7 +7,7 @@ # PORTNAME= tuxpuck -PORTVERSION= 0.7.116 +PORTVERSION= 0.8.1 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.efd.lth.se/~d00jkr/tuxpuck/ diff -urN tuxpuck.orig/distinfo tuxpuck/distinfo --- tuxpuck.orig/distinfo Fri May 31 16:08:59 2002 +++ tuxpuck/distinfo Wed Oct 30 19:47:42 2002 @@ -1 +1 @@ -MD5 (tuxpuck-0.7.116.tar.gz) = 6533daf46c4630840c8173e02b43b9f7 +MD5 (tuxpuck-0.8.1.tar.gz) = f9343dd08d10e90c81815f3037a13489 diff -urN tuxpuck.orig/files/patch-Makefile tuxpuck/files/patch-Makefile --- tuxpuck.orig/files/patch-Makefile Fri May 31 16:08:59 2002 +++ tuxpuck/files/patch-Makefile Wed Oct 30 19:58:25 2002 @@ -1,32 +1,24 @@ ---- Makefile.orig Thu Apr 25 23:14:27 2002 -+++ Makefile Thu Apr 25 23:25:55 2002 +--- Makefile.orig Wed Oct 30 19:57:21 2002 ++++ Makefile Wed Oct 30 19:57:28 2002 @@ -1,7 +1,7 @@ # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002 - VERSION = 0.7.109 + VERSION = 0.8.1 CC = gcc -CFLAGS += `sdl-config --cflags` -D_VERSION=\"$(VERSION)\" \ +CFLAGS += `$(SDL_CONFIG) --cflags` -D_VERSION=\"$(VERSION)\" \ - -g -Wall -Werror - CSOURCES = tuxpuck.c video.c audio.c sprite.c font.c timer.c board.c \ - entity.c glass.c scoreboard.c player.c zoom.c png.c jpg.c \ -@@ -11,6 +11,7 @@ - - ############################################################# - -+ - OBJS=$(CSOURCES:.c=.o) - - %.o : %.c -@@ -18,7 +19,7 @@ + -g -Wall + CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \ + board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \ +@@ -18,7 +18,7 @@ tuxpuck : $(OBJS) cd data; $(MAKE) -- $(CC) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng -ljpeg \ -+ $(CC) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` -lm -lpng -ljpeg \ - -lz -lvorbisfile -lvorbis -o tuxpuck +- $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \ ++ $(CC) $(CFLAGS) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` -lm -lpng \ + -ljpeg -lz -lvorbisfile -lvorbis -logg -o tuxpuck clean : -@@ -55,3 +56,7 @@ +@@ -48,3 +48,7 @@ install -d $(DESTDIR)/usr/man/man6 install -m755 tuxpuck $(DESTDIR)/usr/bin install -m644 man/tuxpuck.6.gz $(DESTDIR)/usr/man/man6 diff -urN tuxpuck.orig/files/patch-utils+Makefile tuxpuck/files/patch-utils+Makefile --- tuxpuck.orig/files/patch-utils+Makefile Thu Jan 1 01:00:00 1970 +++ tuxpuck/files/patch-utils+Makefile Wed Oct 30 20:06:52 2002 @@ -0,0 +1,15 @@ +--- utils/Makefile.orig Wed Oct 30 20:03:31 2002 ++++ utils/Makefile Wed Oct 30 20:04:45 2002 +@@ -9,10 +9,10 @@ + $(CC) $(CFLAGS) ttf2font.c `freetype-config --cflags --libs` -o ttf2font + + data2c : data2c.c +- $(CC) $(CFLAGS) data2c.c `sdl-config --cflags` -o data2c ++ $(CC) $(CFLAGS) data2c.c `$(SDL_CONFIG) --cflags` -o data2c + + anim : anim.c +- $(CC) $(CFLAGS) anim.c `sdl-config --cflags` -o anim ++ $(CC) $(CFLAGS) anim.c `$(SDL_CONFIG) --cflags` -o anim + + clean : + rm -f *~ data2c ttf2font anim >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?200210301914.g9UJEx55016277>