FreeBSD Bugzilla – Attachment 135151 Details for
Bug 179935
[PATCH] games/tuxpuck: Trim Makefile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tuxpuck-0.8.2_17.patch
tuxpuck-0.8.2_17.patch (text/plain), 2.50 KB, created by
nemysis
on 2013-06-24 20:50:00 UTC
(
hide
)
Description:
tuxpuck-0.8.2_17.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-06-24 20:50:00 UTC
Size:
2.50 KB
patch
obsolete
>diff -ruN /usr/ports/games/tuxpuck/Makefile ./Makefile >--- /usr/ports/games/tuxpuck/Makefile 2013-06-02 18:54:43.000000000 +0200 >+++ ./Makefile 2013-06-24 21:33:27.000000000 +0200 >@@ -1,10 +1,5 @@ >-# ex:ts=8 >-# New ports collection makefile for: tuxpuck >-# Date created: 25 April 2002 >-# Whom: Jan Stocker <Jan.Stocker@t-online.de> >-# >+# Created by: Jan Stocker <Jan.Stocker@t-online.de> > # $FreeBSD: head/games/tuxpuck/Makefile 301188 2012-07-19 20:15:37Z naddy $ >-# > > PORTNAME= tuxpuck > PORTVERSION= 0.8.2 >@@ -15,30 +10,34 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Shufflepuck Cafe Clone > >-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ >+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ > png15:${PORTSDIR}/graphics/png \ >- vorbis.4:${PORTSDIR}/audio/libvorbis \ >- freetype.9:${PORTSDIR}/print/freetype2 >+ vorbis:${PORTSDIR}/audio/libvorbis \ >+ freetype:${PORTSDIR}/print/freetype2 > > USE_SDL= sdl > USE_GMAKE= yes >-ALL_TARGET= tuxpuck >+ALL_TARGET= ${PORTNAME} > MAKE_JOBS_UNSAFE= yes > > CFLAGS+= -I${LOCALBASE}/include/libpng15 >+ > MANCOMPRESSED= yes >-MAN6= tuxpuck.6 >-PLIST_FILES= bin/tuxpuck >+ >+PLIST_FILES= bin/${PORTNAME} >+ >+MAN6= ${PORTNAME}.6 > > .include <bsd.port.pre.mk> > > post-patch: > cd ${WRKSRC}; \ >- ${REINPLACE_CMD} "s,timer_create,_timer_create,g" \ >+ ${REINPLACE_CMD} 's|timer_create|_timer_create|g' \ > tuxpuck.c video.c timer.c intro.c tuxpuck.h >+ ${REINPLACE_CMD} -e 's|sdl-config|$$(SDL_CONFIG)|g' ${WRKSRC}/utils/Makefile > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/tuxpuck ${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/man/tuxpuck.6.gz ${MANPREFIX}/man/man6 >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/man/${MAN6}.gz ${MAN6PREFIX}/man/man6 > > .include <bsd.port.post.mk> >diff -ruN /usr/ports/games/tuxpuck/files/patch-utils::Makefile ./files/patch-utils::Makefile >--- /usr/ports/games/tuxpuck/files/patch-utils::Makefile 2013-06-02 18:54:43.000000000 +0200 >+++ ./files/patch-utils::Makefile 1970-01-01 01:00:00.000000000 +0100 >@@ -1,15 +0,0 @@ >---- utils/Makefile.orig Fri Nov 8 11:50:29 2002 >-+++ utils/Makefile Wed Dec 25 15:41:44 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 --libs` -o data2c >-+ $(CC) $(CFLAGS) data2c.c `$(SDL_CONFIG) --cflags --libs` -o data2c >- >- anim : anim.c >-- $(CC) $(CFLAGS) anim.c `sdl-config --cflags --libs` -o anim >-+ $(CC) $(CFLAGS) anim.c `$(SDL_CONFIG) --cflags --libs` -o anim >- >- clean : >- rm -f *~ data2c ttf2font anim
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179935
: 135151