Bug 105495 - [UPDATE] games/scourge: integrate completely with bsd.wx.mk
Summary: [UPDATE] games/scourge: integrate completely with bsd.wx.mk
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: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 22:30 UTC by Alejandro Pulver
Modified: 2006-12-01 14:20 UTC (History)
0 users

See Also:


Attachments
scourge.diff (1.36 KB, patch)
2006-11-13 22:30 UTC, Alejandro Pulver
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro Pulver freebsd_committer freebsd_triage 2006-11-13 22:30:01 UTC

- Use provided WX_CONFIG instead of local WXCONFIG.
- Use WANT_UNICODE instead of WX_UNICODE since it can be compiled with the non-Unicode version.
- Use ARCH instead of MACHINE_ARCH to possibly allow cross-compiling.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-13 22:34:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-01 14:16:17 UTC
alepulver    2006-12-01 14:15:53 UTC

  FreeBSD ports repository

  Modified files:
    games/scourge        Makefile 
  Log:
  - Use provided WX_CONFIG instead of local WXCONFIG.
  - Use WANT_UNICODE instead of WX_UNICODE since it can be compiled with the
    non-Unicode version.
  - Use ARCH instead of MACHINE_ARCH to possibly allow cross-compiling.
  
  PR:             ports/105495
  Submitted by:   alepulver (myself)
  Approved by:    maintainer (timeout)
  
  Revision  Changes    Path
  1.9       +3 -4      ports/games/scourge/Makefile
_______________________________________________
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 Alejandro Pulver freebsd_committer freebsd_triage 2006-12-01 14:16:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!