Bug 167816

Summary: [patch] archivers/unzip: respect STRIP
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
strip.diff none

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/unzip
/usr/local/bin/unzip: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000010), stripped
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-12 09:10:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-15 07:38:07 UTC
ehaupt      2012-05-15 06:37:53 UTC

  FreeBSD ports repository

  Modified files:
    archivers/unzip      Makefile 
  Log:
  Respect STRIP (eg. if WITH_DEBUG is defined)
  
  PR:             167816
  Submitted by:   Jan Beich <jbeich@tormail.org>
  
  Revision  Changes    Path
  1.73      +1 -0      ports/archivers/unzip/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 Emanuel Haupt freebsd_committer freebsd_triage 2012-05-15 07:38:11 UTC
State Changed
From-To: open->closed

Committed, thanks!