Bug 146559 - [PATCH] net-mgmt/net-snmp: fix build and plist when WITHOUT_PERL_EMBEDDED=yes
Summary: [PATCH] net-mgmt/net-snmp: fix build and plist when WITHOUT_PERL_EMBEDDED=yes
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: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-14 03:10 UTC by Sahil Tandon
Modified: 2010-05-16 20:50 UTC (History)
1 user (show)

See Also:


Attachments
net-snmp.diff (1.55 KB, patch)
2010-05-14 03:10 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon freebsd_committer freebsd_triage 2010-05-14 03:10:07 UTC
- Tweak CONFIGURE_ARGS to pass appropriate flags to ld(1) [1]
- Fix PLIST when WITHOUT_PERL_EMBEDDED=yes

[1] For context, see: http://docs.FreeBSD.org/cgi/mid.cgi?4BEB160B.7050101

How-To-Repeat: Build the port when WITHOUT_PERL_EMBEDDED=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-14 03:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-16 20:42:40 UTC
sylvio      2010-05-16 19:42:27 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/net-snmp    Makefile pkg-plist 
  Log:
  - Tweak CONFIGURE_ARGS to pass appropriate flags to ld
  - Fix PLIST when WITHOUT_PERL_EMBEDDED=yes
  
  PR:             ports/146559[1]
                  ports/146268[2]
                  ports/146084[3]
                  ports/146490[4]
  Submitted by:   sahil@ [1]
                  Josh Carroll <josh.carroll@gmail.com> [2]
                  Anton Gorlov <gorlov.a@gmail.com> [3]
                  Heino Tiedemann <rotkap@gmx.de> [4]
  
  Revision  Changes    Path
  1.179     +3 -1      ports/net-mgmt/net-snmp/Makefile
  1.55      +1 -1      ports/net-mgmt/net-snmp/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 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-05-16 20:43:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!