Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2008 02:49:58 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games/tome Makefile pkg-plist ports/games/tome/files pkg-deinstall.in
Message-ID:  <200807050249.m652nweT024636@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2008-07-05 02:49:58 UTC

  FreeBSD ports repository

  Modified files:
    games/tome           Makefile pkg-plist 
  Added files:
    games/tome/files     pkg-deinstall.in 
  Log:
  [patch] games/tome package-building is broken
  
          The package by make package will install fine but it's not
          possible to start the game. make install runs T.o.M.Es own
          install script which changes file permissions. This is not
          done using the binary package. To fix this I have added the
          corresponding @exec directives to the pkg-plist.
  
          While here I added the creation of the plot directory which
          is not part of the binary package.
  
          While here I replaced @dirrm with @dirrmtry directives to
          make the deinstall less verbose. Problem is T.o.M.E spams
          the %%DATADIR%% so it won't deinstall cleanly. To make the
          user aware of this I added a pkg-deinstall script which
          will emit a corresponding message.
  
  PR:             ports/125194
  Submitted by:   Tobias Rehbein <tobias.rehbein@web.de>
  Approved by:    Peter Thoenen <peter.thoenen@yahoo.com>
  
  Revision  Changes    Path
  1.20      +3 -0      ports/games/tome/Makefile
  1.1       +12 -0     ports/games/tome/files/pkg-deinstall.in (new)
  1.11      +29 -24    ports/games/tome/pkg-plist



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