Bug 113243 - [MAINTAINER] games/widelands: fix build and packaging
Summary: [MAINTAINER] games/widelands: fix build and packaging
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-02 04:30 UTC by freebsd
Modified: 2007-06-17 05:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.16 KB, patch)
2007-06-02 04:30 UTC, freebsd
no flags Details | Diff
patch-widelands.diff (2.20 KB, patch)
2007-06-02 15:14 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2007-06-02 04:30:04 UTC
The attached patch fixes two problems in games/widelands:

* Fix build with x11-toolkits/qt33 installed
* Do not create .sconsign files in system directories

Since the fixes affect build and packaging only, no portrevision bump is necessary.

Fix: cd /usr/ports/games
patch -p0 < patch-1.diff

Patch attached with submission follows:
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2007-06-02 14:19:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vanilla

I will handle this one.
Comment 2 freebsd 2007-06-02 15:14:19 UTC
Attached is an updated patch that also addresses ports/112369. When this
is committed, please close ports/112369 as well.

The new summary of changes is:

* Fix build with x11-toolkits/qt33 installed
* Fix build with devel/libevent installed
* Do not create .sconsign files in system directories
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-17 04:50:30 UTC
vanilla     2007-06-17 03:50:22 UTC

  FreeBSD ports repository

  Modified files:
    games/widelands      Makefile 
  Added files:
    games/widelands/files patch-SConstruct patch-src_SConscript 
  Log:
  1: Fix build with x11-toolkits/qt33 installed
  2: Do not create .sconsign files in system directories
  
  PR:             ports/113243
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.3       +0 -2      ports/games/widelands/Makefile
  1.1       +23 -0     ports/games/widelands/files/patch-SConstruct (new)
  1.1       +19 -0     ports/games/widelands/files/patch-src_SConscript (new)
_______________________________________________
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 Vanilla I. Shu freebsd_committer freebsd_triage 2007-06-17 04:50:46 UTC
State Changed
From-To: open->closed

Committed, thanks.