Bug 138105 - [patch] games/wesnoth: fix fribidi2 detection and use
Summary: [patch] games/wesnoth: fix fribidi2 detection and use
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-08-23 16:40 UTC by swell.k
Modified: 2009-09-02 10:00 UTC (History)
0 users

See Also:


Attachments
wesnoth.diff (9.23 KB, patch)
2009-08-23 16:40 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-08-23 16:40:03 UTC
Aftermath of ports/137946, games/wesnoth still uses fribidi-config.

Change it to use pkg-config instead:
- use autotools
- copy fixes from wesnoth 1.7.3 (actually r36767 and r37394) for files
  configure.ac
  src/Makefile.am
  src/font.cpp
- adapt existing patches for automake run:
  patch-Makefile.in     -> patch-Makefile.am
  patch-src-Makefile.in -> patch-src-Makefile.am

Note: I don't care about wesnoth-devel-1.5.14 unless someone updates
      it to wesnoth-devel-1.7.3 (see ports/137384).

How-To-Repeat: 1. make config -> select `FRIBIDI' option
2. make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-23 16:40:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->philip

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-02 09:53:59 UTC
philip      2009-09-02 08:53:51 UTC

  FreeBSD ports repository

  Modified files:
    games/wesnoth        Makefile 
  Added files:
    games/wesnoth/files  patch-Makefile.am patch-configure.ac 
                         patch-src-Makefile.am patch-src-font.cpp 
  Removed files:
    games/wesnoth/files  patch-Makefile.in patch-src-Makefile.in 
                         patch-src_font.cpp 
  Log:
  Fix fribidi2 detection and use using pkg-config.
  
  - use autotools
  - copy fixes from wesnoth 1.7.3 (actually r36767 and r37394) for files
    configure.ac
    src/Makefile.am
    src/font.cpp
  - adapt existing patches for automake run:
    patch-Makefile.in     -> patch-Makefile.am
    patch-src-Makefile.in -> patch-src-Makefile.am
  
  PR:             ports/138105
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  Revision  Changes    Path
  1.71      +3 -1      ports/games/wesnoth/Makefile
  1.1       +11 -0     ports/games/wesnoth/files/patch-Makefile.am (new)
  1.2       +0 -11     ports/games/wesnoth/files/patch-Makefile.in (dead)
  1.1       +56 -0     ports/games/wesnoth/files/patch-configure.ac (new)
  1.1       +34 -0     ports/games/wesnoth/files/patch-src-Makefile.am (new)
  1.2       +0 -11     ports/games/wesnoth/files/patch-src-Makefile.in (dead)
  1.1       +44 -0     ports/games/wesnoth/files/patch-src-font.cpp (new)
  1.2       +0 -14     ports/games/wesnoth/files/patch-src_font.cpp (dead)
_______________________________________________
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 3 Philip Paeps freebsd_committer freebsd_triage 2009-09-02 09:55:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!