Bug 162920

Summary: [patch] respect STRIP/LDFLAGS consistently across untroubled.org ports
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
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 2011-11-28 11:00:29 UTC
Leverage a common bsd.port.mk facility for debugging. To avoid stripping
one can either define empty STRIP= or use WITH_DEBUG=.

Changes are:
  mail/relay-ctrl +LDFLAGS
  everything else +STRIP
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-12-19 16:07:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-11 04:34:25 UTC
miwi        2012-04-11 03:34:16 UTC

  FreeBSD ports repository

  Modified files:
    security/cvm         Makefile 
    ftp/twoftpd          Makefile 
    devel/bglibs         Makefile 
    mail/qmail-qfilter   Makefile 
    mail/qmail-autoresponder Makefile 
    mail/mailfront       Makefile 
    mail/relay-ctrl      Makefile 
    mail/qmail-notify    Makefile 
    sysutils/ucspi-unix  Makefile 
    sysutils/qlogtools   Makefile 
    sysutils/ucspi-proxy Makefile 
  Log:
  - Respect STRIP/LDFLAGS
  
  PR:             162920
  Submitted by:   Jan Beich (jbeich@tormail.net)
  
  Revision  Changes    Path
  1.43      +1 -2      ports/devel/bglibs/Makefile
  1.20      +2 -2      ports/ftp/twoftpd/Makefile
  1.28      +1 -1      ports/mail/mailfront/Makefile
  1.16      +2 -2      ports/mail/qmail-autoresponder/Makefile
  1.11      +1 -2      ports/mail/qmail-notify/Makefile
  1.10      +1 -2      ports/mail/qmail-qfilter/Makefile
  1.5       +1 -1      ports/mail/relay-ctrl/Makefile
  1.19      +1 -2      ports/security/cvm/Makefile
  1.8       +1 -3      ports/sysutils/qlogtools/Makefile
  1.6       +2 -2      ports/sysutils/ucspi-proxy/Makefile
  1.11      +2 -2      ports/sysutils/ucspi-unix/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 Martin Wilke freebsd_committer freebsd_triage 2012-04-11 04:34:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!