Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 1998 22:27:14 +0200 (CEST)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   ports/8159: crafty 15.18 -> 15.20
Message-ID:  <199810052027.WAA10281@semyam.dinoco.de>

next in thread | raw e-mail | index | archive | help

>Number:         8159
>Category:       ports
>Synopsis:       crafty 15.18 -> 15.20
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct  5 14:00:01 PDT 1998
>Last-Modified:
>Originator:     Stefan Eggers
>Organization:
none
>Release:        FreeBSD 3.0-BETA i386
>Environment:

	A October 3rd -current machine used for the test.

>Description:

	I updated the crafty port to use version 15.20 instead.
The read.me has changed, too which caused a changed md5.

>How-To-Repeat:

>Fix:
	
	This I tested briefly on a -current machine.  Testing on an
a.out machine is impossible as I don't have one at present.  The patch
for the patch looks really weird.  :-(

Index: Makefile
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/ports/games/crafty/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1998/09/19 20:22:58	1.6
+++ Makefile	1998/10/05 20:10:50
@@ -1,23 +1,23 @@
 # New ports collection makefile for:	crafty
-# Version required:			15.18
+# Version required:			15.20
 # Date created:				31 May 1998
 # Whom:					Stefan Eggers <seggers@semyam.dinoco.de>
 #
 # $Id: Makefile,v 1.6 1998/09/19 20:22:58 steve Exp $
 #
 
-DISTNAME=	crafty-15.18
+DISTNAME=	crafty-15.20
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.cis.uab.edu/pub/hyatt/ \
 		ftp://ftp.cis.uab.edu/pub/hyatt/common/ \
 		ftp://ftp.cis.uab.edu/pub/hyatt/v15/
-DISTFILES=	crafty-15.18.tar.gz crafty.doc crafty.faq read.me start.zip
+DISTFILES=	crafty-15.20.tar.gz crafty.doc crafty.faq read.me start.zip
 
 MAINTAINER=	seggers@semyam.dinoco.de
 
 ALL_TARGET=	crafty
 DIST_SUBDIR=	crafty
-EXTRACT_ONLY=	crafty-15.18.tar.gz
+EXTRACT_ONLY=	crafty-15.20.tar.gz
 
 MAN6=		crafty.6
 NO_WRKSUBDIR=	yes
Index: files/md5
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/ports/games/crafty/files/md5,v
retrieving revision 1.10
diff -u -r1.10 md5
--- md5	1998/10/01 06:11:23	1.10
+++ md5	1998/10/05 20:11:13
@@ -1,5 +1,5 @@
-MD5 (crafty/crafty-15.18.tar.gz) = ed88f0789ca2e5ed612d540672ff13a3
+MD5 (crafty/crafty-15.20.tar.gz) = 2c8d6477853c122227864dcee16b490c
 MD5 (crafty/crafty.doc) = daa3a11b55bcc4ad2f71807edcb8f404
 MD5 (crafty/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd
-MD5 (crafty/read.me) = ab8ebad0b0b5c78ad3ee304d7ceea681
+MD5 (crafty/read.me) = 0c5d5db0f688003afcdec82839e06484
 MD5 (crafty/start.zip) = 7a9faa5c4c0af5a2defa4dca942daf3d
Index: patches/patch-aa
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/ports/games/crafty/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patch-aa	1998/09/19 20:23:07	1.2
+++ patch-aa	1998/10/05 20:17:08
@@ -1,18 +1,21 @@
---- Makefile.ORIG	Mon Jun 29 21:19:02 1998
-+++ Makefile	Sat Sep 12 21:49:58 1998
+--- Makefile.ORIG	Fri Aug 28 20:30:02 1998
++++ Makefile	Mon Oct  5 22:15:55 1998
 @@ -69,13 +69,13 @@
  #           -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B
  # asm     = X86.o
  
 -# FreeBSD (gcc 2.6.3)
 -#target  = FreeBSD
-+# FreeBSD (gcc 2.7.2.1)
-+target  = FreeBSD
- #CC      = gcc
- #CFLAGS  = -fomit-frame-pointer -m486 -O3 -Wall
- #LDFLAGS = 
+-#CC      = gcc
+-#CFLAGS  = -fomit-frame-pointer -m486 -O3 -Wall
+-#LDFLAGS = 
 -#opt     = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
 -#          -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST
++# FreeBSD (gcc 2.7.2.1)
++target  = FreeBSD
++CC      = gcc
++CFLAGS  = -pipe -O -Wall
++LDFLAGS = 
 +opt     = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
 +          -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST
  
@@ -24,13 +27,13 @@
  # Note: You have to uncomment exactly ONE of the `asm' lines below.
 -target  = LINUX
 -CC      = gcc
--CFLAGS  = -pipe -D_REENTRANT -mpentiumpro -O -Wall
+-CFLAGS  = -pipe -D_REENTRANT -m486 -O -Wall
 -LDFLAGS = -lpthread
 -opt     = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
 -          -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
 +#target  = LINUX
 +#CC      = gcc
-+#CFLAGS  = -pipe -D_REENTRANT -mpentiumpro -O -Wall
++#CFLAGS  = -pipe -D_REENTRANT -m486 -O -Wall
 +#LDFLAGS = -lpthread
 +#opt     = -DCOMPACT_ATTACKS -DUSE_SPLIT_SHIFTS -DUSE_ATTACK_FUNCTIONS \
 +#          -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4
>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?199810052027.WAA10281>