Date: Tue, 3 Jun 1997 18:41:04 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.ORG> To: pgiffuni@FPS.biblos.unal.edu.co, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/3686 Message-ID: <199706040141.SAA04642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: New port: Xbl State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Tue Jun 3 18:39:53 PDT 1997 State-Changed-Why: Thanks, imported. Here are the changes: === diff -ruN xbl/Makefile xbl.new/Makefile --- xbl/Makefile Sun May 25 08:42:15 1997 +++ xbl.new/Makefile Tue Jun 3 18:10:26 1997 @@ -1,14 +1,13 @@ # New ports collection makefile for: xbl # Version required: 1.0h -# Date created: ? +# Date created: May 25 1997 # Whom: pgs (original) # -# $Id: Makefile,v 1.7 1997/04/09 07:09:38 pedro Exp $ +# $Id$ # DISTNAME= xbl-1.0h -PKGNAME= xbl-1.0h -CATEGORIES+= net +CATEGORIES= games MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ EXTRACT_SUFX= .tar.Z @@ -16,8 +15,6 @@ USE_X11= yes HAS_CONFIGURE= yes -#IS_INTERACTIVE= yes - -MAN1= xbl.1 +MANN= xbl.n .include <bsd.port.mk> diff -ruN xbl/patches/patch-aa xbl.new/patches/patch-aa --- xbl/patches/patch-aa Tue Apr 29 16:13:35 1997 +++ xbl.new/patches/patch-aa Tue Jun 3 18:07:25 1997 @@ -1,57 +1,67 @@ -*** Makefile.in.orig Tue Apr 29 18:10:08 1997 ---- Makefile.in Tue Apr 29 18:12:29 1997 -*************** -*** 29,54 **** - # Directory who contain X Resource Database - # The default value if overrided by configure if xmkmf or imake exists. - # -! RESOURCEDIR=/usr/lib/X11/app-defaults - @XAPPLOADDIR@ - - # Directory where install binary - # The default value if overrided by configure if xmkmf or imake exists. - # -! BINDIR=/usr/local/bin - @BINDIR@ - - # Directory who contain score - # Put your HOME if you have a private use of the game - # The default value if overrided by configure if xmkmf or imake exists. - # -! SCOREDIR=/usr/local/lib/xbl - @SCOREDIR@ - - # Directory where put man pages. - # The default value if overrided by configure if xmkmf or imake exists. - # -! MANPATH=/usr/local/man - @MANPATH@ - - ########################################################################### ---- 29,54 ---- - # Directory who contain X Resource Database - # The default value if overrided by configure if xmkmf or imake exists. - # -! RESOURCEDIR=$(X11_BASE)/lib/X11/app-defaults - @XAPPLOADDIR@ - - # Directory where install binary - # The default value if overrided by configure if xmkmf or imake exists. - # -! BINDIR=$(PREFIX)/bin - @BINDIR@ - - # Directory who contain score - # Put your HOME if you have a private use of the game - # The default value if overrided by configure if xmkmf or imake exists. - # -! SCOREDIR=$(PREFIX)/lib/xbl - @SCOREDIR@ - - # Directory where put man pages. - # The default value if overrided by configure if xmkmf or imake exists. - # -! MANPATH=$(PREFIX)/man - @MANPATH@ - - ########################################################################### +--- ./Makefile.in.org Sun Jan 12 11:03:54 1997 ++++ ./Makefile.in Tue Jun 3 18:07:01 1997 +@@ -14,7 +14,7 @@ + USE_SETGID=-DUSE_SETGID + + # group owner of games file +-GROUP_GID=2 ++GROUP_GID=13 + + ########################################################################### + # You don't need to read below if you have xmkmf or imake +@@ -29,26 +29,26 @@ + # Directory who contain X Resource Database + # The default value if overrided by configure if xmkmf or imake exists. + # +-RESOURCEDIR=/usr/lib/X11/app-defaults ++RESOURCEDIR=$(X11_BASE)/lib/X11/app-defaults + @XAPPLOADDIR@ + + # Directory where install binary + # The default value if overrided by configure if xmkmf or imake exists. + # +-BINDIR=/usr/local/bin ++BINDIR=$(PREFIX)/bin + @BINDIR@ + + # Directory who contain score + # Put your HOME if you have a private use of the game + # The default value if overrided by configure if xmkmf or imake exists. + # +-SCOREDIR=/usr/local/lib/xbl ++SCOREDIR=$(PREFIX)/lib/xbl + @SCOREDIR@ + + # Directory where put man pages. + # The default value if overrided by configure if xmkmf or imake exists. + # +-MANPATH=/usr/local/man ++MANPATH=$(PREFIX)/man + @MANPATH@ + + ########################################################################### +@@ -127,20 +127,15 @@ + @-if [ "" != "$(USE_SETGID)" ] ; then \ + echo "You use GID=$(GROUP_GID) protection" ; \ + fi +- @echo "Type <Return> to continue installation" +- @echo "Type NO to stop installation" +- @read LINE && test "" = "$$LINE" ++# @echo "Type <Return> to continue installation" ++# @echo "Type NO to stop installation" ++# @read LINE && test "" = "$$LINE" + # + # Remove old score file + # + @-if [ -d "$(SCOREDIR)" ] ; \ + then \ +- echo "The scoring method and speeds of Xbl had change" ; \ +- echo "If your version is older than 0.2e, destroy score." ; \ +- echo "Type <Return> to destroy old score files" ; \ +- echo "Type NO to hold old score files" ; \ +- read LINE && test "" = "$$LINE" && rm $(SCOREDIR)/[1-9]* ; \ +- exit 0 ; \ ++ rm $(SCOREDIR)/[1-9]* ; \ + fi + # + # Install executable diff -ruN xbl/patches/patch-ac xbl.new/patches/patch-ac --- xbl/patches/patch-ac Sun May 18 21:56:40 1997 +++ xbl.new/patches/patch-ac Wed Dec 31 16:00:00 1969 @@ -1,23 +0,0 @@ -*** Makefile.in.orig Sun May 18 23:38:38 1997 ---- Makefile.in Sun May 18 23:49:04 1997 -*************** -*** 127,135 **** - @-if [ "" != "$(USE_SETGID)" ] ; then \ - echo "You use GID=$(GROUP_GID) protection" ; \ - fi -! @echo "Type <Return> to continue installation" -! @echo "Type NO to stop installation" -! @read LINE && test "" = "$$LINE" - # - # Remove old score file - # ---- 127,135 ---- - @-if [ "" != "$(USE_SETGID)" ] ; then \ - echo "You use GID=$(GROUP_GID) protection" ; \ - fi -! # @echo "Type <Return> to continue installation" -! # @echo "Type NO to stop installation" -! # @read LINE && test "" = "$$LINE" - # - # Remove old score file - # diff -ruN xbl/pkg/PLIST xbl.new/pkg/PLIST --- xbl/pkg/PLIST Sun May 25 08:39:11 1997 +++ xbl.new/pkg/PLIST Tue Jun 3 18:11:57 1997 @@ -1,5 +1,5 @@ bin/xbl -lib/X11/app-defaults/Xbl/Xbl.ad +lib/X11/app-defaults/Xbl lib/X11/xbl/COPYING lib/X11/xbl/Xbl lib/X11/xbl/xbl-game.gif @@ -8,4 +8,4 @@ lib/X11/xbl/xbl-score.gif lib/X11/xbl/xbl-zoo.gif lib/X11/xbl/xbl.html -man/man1/xbl.1.gz +man/mann/xbl.n.gz === Please test "make reinstall" with or without pkg_delete first in the future. (And of course, "make package".)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706040141.SAA04642>