Bug 167814 - [patch] games/openttd: respect STRIP
Summary: [patch] games/openttd: respect STRIP
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-12 09:10 UTC by Jan Beich
Modified: 2012-07-05 08:50 UTC (History)
0 users

See Also:


Attachments
strip.diff (595 bytes, patch)
2012-05-12 09:10 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-05-12 09:10:13 UTC

How-To-Repeat: $ make install WITH_DEBUG=
$ file /usr/local/bin/openttd
/usr/local/bin/openttd: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-12 09:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-05 08:46:27 UTC
danfe       2012-07-05 07:46:16 UTC

  FreeBSD ports repository

  Modified files:
    games/openttd        Makefile distinfo pkg-plist 
  Log:
  - Update to the latest stable version, 1.2.1 [1]
  - Drop hardcoded library ABI versions from LIB_DEPENDS [1]
  - Allow to install unstripped binaries for debugging [2]
  - Add missing quotes when passing extra CONFIGURE_ARGS
  
  Submitted by:   Ilya Arkhipov [1]
  PR:             ports/167814 [2]
  
  Revision  Changes    Path
  1.46      +15 -16    ports/games/openttd/Makefile
  1.29      +2 -2      ports/games/openttd/distinfo
  1.17      +13 -12    ports/games/openttd/pkg-plist
_______________________________________________
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 Alexey Dokuchaev freebsd_committer freebsd_triage 2012-07-05 08:48:17 UTC
State Changed
From-To: open->closed

Included with recent port update (Makefile rev. 1.46), thanks!