ports/55463: Update port: games/pythoong (unbreak)

Simon Barner barner at in.tum.de
Mon Aug 11 13:00:35 UTC 2003


>Number:         55463
>Category:       ports
>Synopsis:       Update port: games/pythoong (unbreak)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 11 06:00:32 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Aug 7 04:04:01 CEST 2003 toor at zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386

>Description:

The attached patches unbreak the port.

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	patch-Makefile.am
#	patch-Makefile.in
#	patch-aclocal.m4
#
echo x - patch-Makefile.am
sed 's/^X//' >patch-Makefile.am << 'END-of-patch-Makefile.am'
X--- Makefile.am.orig	Fri Aug  8 05:22:01 2003
X+++ Makefile.am	Fri Aug  8 05:22:45 2003
X@@ -22,10 +22,10 @@
X 
X install-data-local:
X 	-$(mkinstalldirs) $(DESTDIR)$(scoredir)
X-	touch $(DESTDIR)$(scoredir)/pythoong.scores
X-	-chown games.games $(DESTDIR)$(scoredir)/pythoong.scores
X-	-chmod 664 $(DESTDIR)$(scoredir)/pythoong.scores
X-	-chgrp games $(DESTDIR)$(bindir)/pythoong && chmod 2111 $(DESTDIR)$(bindir)/pythoong
X+	touch $(DESTDIR)$(scoredir)/Pythoong.scores
X+	-chown games:games $(DESTDIR)$(scoredir)/Pythoong.scores
X+	-chmod 664 $(DESTDIR)$(scoredir)/Pythoong.scores
X+	-chgrp games $(DESTDIR)$(bindir)/Pythoong
X 
X ## to automatically rebuild aclocal.m4 if any of the macros in
X ## `macros/' change
END-of-patch-Makefile.am
echo x - patch-Makefile.in
sed 's/^X//' >patch-Makefile.in << 'END-of-patch-Makefile.in'
X--- Makefile.in.orig	Fri Aug  8 05:25:23 2003
X+++ Makefile.in	Fri Aug  8 05:25:50 2003
X@@ -554,10 +554,10 @@
X 
X install-data-local:
X 	-$(mkinstalldirs) $(DESTDIR)$(scoredir)
X-	touch $(DESTDIR)$(scoredir)/pythoong.scores
X-	-chown games.games $(DESTDIR)$(scoredir)/pythoong.scores
X-	-chmod 664 $(DESTDIR)$(scoredir)/pythoong.scores
X-	-chgrp games $(DESTDIR)$(bindir)/pythoong && chmod 2111 $(DESTDIR)$(bindir)/pythoong
X+	touch $(DESTDIR)$(scoredir)/Pythoong.scores
X+	-chown games:games $(DESTDIR)$(scoredir)/Pythoong.scores
X+	-chmod 664 $(DESTDIR)$(scoredir)/Pythoong.scores
X+	-chgrp games $(DESTDIR)$(bindir)/pythoong
X 
X @MAINT at include macros/macros.dep
X @MAINT at macros/macros.dep: macros/Makefile.am
END-of-patch-Makefile.in
echo x - patch-aclocal.m4
sed 's/^X//' >patch-aclocal.m4 << 'END-of-patch-aclocal.m4'
X--- aclocal.m4.orig	Fri Aug  8 05:02:36 2003
X+++ aclocal.m4	Fri Aug  8 05:03:04 2003
X@@ -385,7 +385,7 @@
X LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
X DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
X ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
X-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
X+$libtool_flags --no-verify $host \
X || AC_MSG_ERROR([libtool configure failed])
X 
X # Reload cache, that may have been modified by ltconfig
END-of-patch-aclocal.m4
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list