Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

9 commits

Author SHA1 Message Date
Dennis Gilmore
72894b38aa dclean up teh git repo 2014-05-30 11:46:28 -05:00
Fedora Release Engineering
dbc2c44a9e dist-git conversion 2010-07-28 08:45:12 +00:00
Bill Nottingham
617604a0d4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:37:56 +00:00
Jesse Keating
7566d9f033 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-23 19:56:46 +00:00
Hans de Goede
00b57a8a22 - Fix compiling with gcc 4.3 (again, newer version is even stricter) 2008-02-13 18:08:43 +00:00
Hans de Goede
06ba12cf65 - Don't call a TclInterpreter from other threads then its created in, this
violates Tcl's thread model, this fixes running with Tcl-8.5
2008-01-08 19:40:32 +00:00
Hans de Goede
380a8b4540 - Fix divide by zero abort (bz 427485)
- Backport various fixes from CVS
- Note this still won't work with tcl 8.5, this release is just to keep
    rawhide in sync with F-8 / F-7
2008-01-04 20:05:23 +00:00
Hans de Goede
26749abb69 - Rebuild for new tcl, note: it builds but does not work with the new TCL!
help fixing this asked upstream. Any help much appreciated!
- Fix compiling with gcc 4.3
- Fix crash undercertain conditions (bz 425799)
2008-01-03 22:12:30 +00:00
Hans de Goede
d07f28267f initial 8Kingdoms import 2007-12-11 11:34:11 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
8Kingdoms-1.1.0.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: 8Kingdoms
# $Id$
NAME := 8Kingdoms
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
was retired in f11

View file