Bug 138518 - [patch] games/wesnoth: sync some parts with wesnoth-devel
Summary: [patch] games/wesnoth: sync some parts with wesnoth-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip Paeps
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-04 02:10 UTC by swell.k
Modified: 2009-09-15 14:46 UTC (History)
0 users

See Also:


Attachments
wesnoth.diff (3.61 KB, patch)
2009-09-04 02:10 UTC, swell.k
no flags Details | Diff
file.diff (729 bytes, patch)
2009-09-04 02:10 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-09-04 02:10:05 UTC
- add to plist and (optionally) compress ``stealth'' man pages.
  While here remove nonexistent man page for russian locale.

- use --with-icondir so that icons are installed inside PREFIX (see
  ports/133071)

- use update-desktop-database, because the port installs .desktop files

- editor icon file should be only installed when EDITOR option is set
  (this bug is mine, introduced in wesnoth-devel/pkg-plist@1.54 and
  merged into wesnoth/pkg-plist@1.52 ;)

- rely on -devel package suffix in CONFLICTS. Without it I can install
  wesnoth when wesnoth-devel already installed in same PREFIX

- (cosmetic) remove freetype from dependency, wesnoth uses sdl_ttf
  that already depends on freetype

I'll not touch OPTIONS, they need more testing and a few more choices,
e.g. raw-sockets, bandwidth-monitor.

Oh, and a few (cosmetic) changes to wesnoth-devel to reduce diff:
- sort entries in USE_GNOME
- rely on *absence* of -devel package suffix in CONFLICTS
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-04 02:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->philip

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 swell.k 2009-09-04 02:16:05 UTC
Oops, looking at irc/irssi/Makefile I think conflicts should use [0-9]
for major version.

wesnoth:       CONFLICTS=	wesnoth-devel-[0-9]*
wesnoth-devel: CONFLICTS=	wesnoth-[0-9]*
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-15 14:36:28 UTC
philip      2009-09-15 13:36:17 UTC

  FreeBSD ports repository

  Modified files:
    games/wesnoth-devel  Makefile distinfo pkg-plist 
  Log:
  Update to 1.7.5.
  
  http://svn.gna.org/viewcvs/wesnoth/tags/1.7.5/changelog?rev=38369&view=download
  
  While here:
  
   o switch to PORTDOCS/PORTDATA, purge plist
   o use correct CONFLICTS from ports/138518
   o add BWMON, RAWSOCKETS options; off by default
  
  PR:             ports/138744, ports/138518
  Submitted by:   Anonymous <swell.k@gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.74      +25 -6     ports/games/wesnoth-devel/Makefile
  1.50      +3 -3      ports/games/wesnoth-devel/distinfo
  1.57      +0 -9359   ports/games/wesnoth-devel/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Philip Paeps freebsd_committer freebsd_triage 2009-09-15 14:46:46 UTC
State Changed
From-To: open->closed

Overtaken by events (ports/138711).