Bug 113243

Summary: [MAINTAINER] games/widelands: fix build and packaging
Product: Ports & Packages Reporter: freebsd
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
patch-widelands.diff none

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.