Bug 156543 - [patch] Mk/bsd.cmake.mk: distinguish STRIP from WITH_DEBUG
Summary: [patch] Mk/bsd.cmake.mk: distinguish STRIP from WITH_DEBUG
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 09:30 UTC by Pan Tsu
Modified: 2011-10-17 01:23 UTC (History)
0 users

See Also:


Attachments
a.diff (486 bytes, patch)
2011-04-21 09:30 UTC, Pan Tsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pan Tsu 2011-04-21 09:30:12 UTC
Respect STRIP for USE_CMAKE ports like INSTALL_MACROS do.

- some VMs embed data in way that stripping makes produced executable broken
- some bugs can only be reproduced with optimization enabled
- compile-time debugging may be useful without symbols, e.g. asserts
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-21 09:30:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

bsd.cmake.mk is kde territory (via the GNATS Auto Assign Tool)
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2011-04-26 10:55:21 UTC
State Changed
From-To: open->patched

Fixed in area51.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-16 23:51:35 UTC
avilla      2011-10-16 22:51:26 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.cmake.mk 
    devel/cmake          Makefile 
  Log:
  - Distinguish STRIP from WITH_DEBUG.
  
  PR:             156543
  Submitted by:   Pan Tsu <inyaoo@gmail.com>
  
  Revision  Changes    Path
  1.12      +7 -4      ports/Mk/bsd.cmake.mk
  1.49      +4 -4      ports/devel/cmake/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 4 Alberto Villa freebsd_committer freebsd_triage 2011-10-17 01:23:12 UTC
State Changed
From-To: patched->closed

Committed. Thanks!