Bug 155525 - [MAINTAINER] games/assaultcube: fixes and additions
Summary: [MAINTAINER] games/assaultcube: fixes and additions
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: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-13 13:20 UTC by Sender Ghost
Modified: 2011-05-04 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.56 KB, patch)
2011-03-13 13:20 UTC, Sender Ghost
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sender Ghost 2011-03-13 13:20:11 UTC
- Added licenses (note: MIT for included enet library).
- Added desktop entries for client.
- Added explicit USE_GETTEXT for client, because it depends from intl library (e.g. ${BUILD_WRKSRC}/platform.h:66).
- Fixed home directory for client executable script.
- Removed unneeded defines and option (e.g. the CXXOPTFLAGS define don't exist for current sources).

Fix: Use attached diff from /usr/ports/games directory.

Patch attached with submission follows:
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2011-05-04 16:31:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-04 17:31:38 UTC
decke       2011-05-04 16:31:28 UTC

  FreeBSD ports repository

  Modified files:
    games/assaultcube    Makefile 
    games/assaultcube/files assaultcube_client.in 
  Log:
  - Added licenses (note: MIT for included enet library)
  - Added desktop entries for client
  - Added explicit USE_GETTEXT for client, because it depends on intl library
  - Fixed home directory for client executable script
  - Removed unneeded defines and option (CXXOPTFLAGS doesn't exist anymore)
  
  PR:             ports/155525
  Submitted by:   Sender Ghost <lightside@safebox.ru> (maintainer)
  
  Revision  Changes    Path
  1.15      +19 -9     ports/games/assaultcube/Makefile
  1.3       +1 -1      ports/games/assaultcube/files/assaultcube_client.in
_______________________________________________
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 Bernhard Froehlich freebsd_committer freebsd_triage 2011-05-04 17:32:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!