Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2003 04:52:06 -0700 (PDT)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games/fuhquake Makefile distinfo pkg-message pkg-plist ports/games/fuhquake/files patch-common.c patch-mp3_player.c patch-vid_glx.c patch-vid_x11.c
Message-ID:  <200309011152.h81Bq78i053194@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
osa         2003/09/01 04:52:06 PDT

  FreeBSD ports repository

  Modified files:
    games/fuhquake       Makefile distinfo pkg-message pkg-plist 
    games/fuhquake/files patch-mp3_player.c patch-vid_glx.c 
  Added files:
    games/fuhquake/files patch-common.c patch-vid_x11.c 
  Log:
  Update port:
  - Fixes build on 5.x with XMMS support enabled;
  - Fixes path where to look for XMMS binary;
  - Allows fuhquake to be run from any directory per kris' suggestion;
  - Adds WITH_SHAREWARE_DATA knob.  Coupled with previous, this
    makes fuhquake playable right after install, yet allows it to be
    distributed on CDROM (since shareware data cannot be included,
    one must explicitly define this knob);
  - Properly utilizes EXTRACT_ONLY in Makefile and DOCSDIR in pkg-plist;
  - Removes EXTRACT_BEFORE_ARGS from Makefile since it's no longer needed;
  - Tells user about WITHOUT_XMMS knob, when XMMS bits are found;
  - Fixes palette problems on 24-bit depth with x11-renderer;
  - Fixes DGA mouse behavior on higher mouse rates when GLX-rendered.
  
  Submitted by:   Alexey Dokuchaev <danfe@regency.nsu.ru>
  PR:             56085
  
  Revision  Changes    Path
  1.2       +29 -6     ports/games/fuhquake/Makefile
  1.2       +2 -1      ports/games/fuhquake/distinfo
  1.1       +11 -0     ports/games/fuhquake/files/patch-common.c (new)
  1.2       +17 -4     ports/games/fuhquake/files/patch-mp3_player.c
  1.2       +13 -2     ports/games/fuhquake/files/patch-vid_glx.c
  1.1       +131 -0    ports/games/fuhquake/files/patch-vid_x11.c (new)
  1.2       +10 -1     ports/games/fuhquake/pkg-message
  1.2       +14 -12    ports/games/fuhquake/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309011152.h81Bq78i053194>