Bug 114863 - [patch] security/vpnc - make port fully respect CFLAGS
Summary: [patch] security/vpnc - make port fully respect CFLAGS
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-24 16:00 UTC by Emanuel Haupt
Modified: 2007-08-07 09:20 UTC (History)
0 users

See Also:


Attachments
vpnc.patch (1.17 KB, patch)
2007-07-24 16:00 UTC, Emanuel Haupt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt freebsd_committer freebsd_triage 2007-07-24 16:00:06 UTC
Port does not fully respect CFLAGS. It's using -O3 and -g.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-24 16:00:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-24 16:00:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-07 09:12:51 UTC
ehaupt      2007-08-07 08:12:46 UTC

  FreeBSD ports repository

  Modified files:
    security/vpnc        Makefile 
    security/vpnc/files  patch-Makefile 
  Log:
  - Make port fully respect CFLAGS
  - Don't build with debug symbols
  - Bump PORTREVISION
  
  PR:             114863
  Approved by:    maintainer timeout (14 days)
  
  Revision  Changes    Path
  1.25      +1 -1      ports/security/vpnc/Makefile
  1.6       +6 -5      ports/security/vpnc/files/patch-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 Emanuel Haupt freebsd_committer freebsd_triage 2007-08-07 09:13:04 UTC
State Changed
From-To: feedback->closed

Committed, thanks!