From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 15 03:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913D816A4CE for ; Tue, 15 Jun 2004 03:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B84843D31 for ; Tue, 15 Jun 2004 03:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5F3KK6L016931 for ; Tue, 15 Jun 2004 03:20:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5F3KKFt016930; Tue, 15 Jun 2004 03:20:20 GMT (envelope-from gnats) Resent-Date: Tue, 15 Jun 2004 03:20:20 GMT Resent-Message-Id: <200406150320.i5F3KKFt016930@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jens Rehsack Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 671BC16A4CE; Tue, 15 Jun 2004 03:14:36 +0000 (GMT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB7043D54; Tue, 15 Jun 2004 03:14:35 +0000 (GMT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.9p2/8.12.9) with ESMTP id i5F3EUx5061129; Tue, 15 Jun 2004 03:14:30 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.9p2/8.12.9/Submit) id i5F3ETmS061128; Tue, 15 Jun 2004 03:14:29 GMT (envelope-from root) Message-Id: <200406150314.i5F3ETmS061128@helo.liwing.de> Date: Tue, 15 Jun 2004 03:14:29 GMT From: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Jens Rehsack cc: tg@FreeBSD.org Subject: ports/67959: [PATCH] adding cardset to games/xskat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 03:20:29 -0000 >Number: 67959 >Category: ports >Synopsis: [PATCH] adding cardset to games/xskat >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 15 03:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.2-CURRENT i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD statler 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Mon May 17 08:44:19 GMT 2004 root@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: This patch adds a new cardset to games/xskat which hopefully stop the torture for everyones eyes using the new xskat-4.0. Usually I rank beautifying not a higher as do-it-when-time, but this time it was to awful ;-) >How-To-Repeat: >Fix: --- patch-with_altenburger_cards begins here --- Index: games/xskat/Makefile =================================================================== diff -u games/xskat/Makefile.orig games/xskat/Makefile --- games/xskat/Makefile.orig Tue Jun 15 02:44:21 2004 +++ games/xskat/Makefile Tue Jun 15 03:06:14 2004 @@ -9,12 +9,31 @@ PORTVERSION= 4.0 CATEGORIES= games MASTER_SITES= http://www.xskat.de/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tg@FreeBSD.org COMMENT= Play the card game Skat +.if defined(WITH_ALTENBURGER_CARDS) +DISTFILES+= xskat-cards.tar.gz +RESTRICTED= "The altenburger card file is NOT freely redistributable!" +.endif + USE_IMAKE= yes MAN1= xskat.1 xskat-de.1 PLIST_FILES= bin/xskat + +pre-fetch: +.if !defined(WITH_ALTENBURGER_CARDS) + @${ECHO} + @${ECHO} "You can compiler xskat with the beautiful original" + @${ECHO} "Altenburger card set by setting WITH_ALTENBURGER_CARDS" + @${ECHO} +.endif + +post-patch: +.if defined(WITH_ALTENBURGER_CARDS) + cd ${WRKSRC}; ${CP} ../xskat-cards.c cards.c +.endif .include Index: games/xskat/distinfo =================================================================== diff -u games/xskat/distinfo.orig games/xskat/distinfo --- games/xskat/distinfo.orig Tue Jun 15 02:44:26 2004 +++ games/xskat/distinfo Tue Jun 15 02:52:11 2004 @@ -1,2 +1,4 @@ MD5 (xskat-4.0.tar.gz) = 6744cea48a890771736b75083e7ea2b5 SIZE (xskat-4.0.tar.gz) = 179059 +MD5 (xskat-cards.tar.gz) = 1ff631c59714c011ae2f2d43cb65afc1 +SIZE (xskat-cards.tar.gz) = 187122 --- patch-with_altenburger_cards ends here --- >Release-Note: >Audit-Trail: >Unformatted: