Baptiste Daroussin
4a4ec28d37
Convert all :U to :tu and :L to :tl
...
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
2014-05-05 09:45:36 +00:00
Bryan Drewery
3c7bfe1f22
- Fix build with pkg_install
...
Reported by: zi
2014-04-23 02:17:35 +00:00
Bryan Drewery
59a410425d
- Remove LIB_DEPENDS on libpkg.so to fix pkg-devel usage.
...
* While this dependency is proper, it creates a hard dependency on
ports-mgmt/pkg, which interferes with pkg-devel testing. Users
using pkg-devel are forced to install ports-mgmt/pkg if using this
port or anything depending on this port.
While the LIB_DEPENDS has been removed, pkg will still record that
the net-snmp package requires libpkg.so.1, due to its auto shlib
dependency registering. This is fine as the package depends on
libpkg.so.1 but not explicitly on ports-mgmt/pkg. The pkg solver
can decide how to satisfy that dependency.
* If using pkg you'll already have pkg installed while building
this port in ports or installing from packages. So nothing is lost
here.
* Once pkg-1.3 is out we may change ACTUAL-PACKAGE-DEPENDS to only
consider RUN_DEPENDS, not also LIB_DEPENDS. This would remove
the hard dependency on ports-mgmt/pkg here. pkg-1.2 cannot
handle this yet though.
Reported by: rpaulo
Reported at: https://github.com/freebsd/pkg/issues/785
With hat: portmgr
2014-04-23 01:29:25 +00:00
Ryan Steinmetz
ddc608e001
- Fix another pkg-plist issue
...
- Bump PORTREVISION
2014-04-10 22:02:00 +00:00
Ryan Steinmetz
49f85ed3aa
- Unbreak python support
...
- Fix pkg-plist issue
- Bump PORTREVISION
PR: ports/188440
Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
2014-04-10 21:48:42 +00:00
Ryan Steinmetz
ee4a36e4e4
- Try fixing the plist again
2014-04-10 02:41:12 +00:00
Ryan Steinmetz
949b407edd
- Fix plist
...
- Fix include path
2014-04-10 02:26:09 +00:00
Ryan Steinmetz
69ecdcb7a8
- Add pkgNG support for HOST-RESOURCES-MIB::hrSWInstalled*
...
- Add STAGE support
- Bump PORTREVISION
2014-04-10 02:03:40 +00:00
Ryan Steinmetz
fc4e917843
- Fix dependency on py-setuptools
...
Reported by: Kalidarn@freenode
2014-03-25 13:21:48 +00:00
Ryan Steinmetz
8d0c701f1b
- Improve english in pkg-message
2014-03-19 18:28:08 +00:00
Ryan Steinmetz
a14ef2fb69
- Bring in bugfix for upstream bug #2525 to resolve snmpd crash
...
- Remove unneeded test.t from FILESDIR
- Bump PORTREVISION
2014-02-24 20:42:17 +00:00
Ryan Steinmetz
a4674e6a09
- Fix python build
...
PR: ports/186074
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
2014-01-25 02:24:39 +00:00
William Grzybowski
f8452d0517
net-mgmt/net-snmp: catch up with setuptools change
...
Approved by: portmgr (bapt, implicit)
2013-11-27 23:57:23 +00:00
Ryan Steinmetz
87168aa813
- Fix FreeBSD 11 support
2013-11-23 00:15:03 +00:00
Tijl Coosemans
970da3e658
Add support for FreeBSD 11.
...
PR: ports/183594
Approved by: maintainer timeout (17 days)
2013-11-19 20:15:54 +00:00
Ryan Steinmetz
ef9c2dcc5b
- Fix build under HEAD
2013-11-08 01:36:37 +00:00
Ryan Steinmetz
6752b4018e
- Eliminate warnings when upgrading from package
...
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
2013-10-15 11:54:14 +00:00
Baptiste Daroussin
985b201424
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
2013-09-20 22:24:43 +00:00
Baptiste Daroussin
7fb9058d37
Convert to new perl framework
2013-09-17 09:00:42 +00:00
Ryan Steinmetz
19d8e2cbf2
- Make SMUX an easily editable option, default to ON
2013-08-13 16:34:57 +00:00
Andrej Zverev
124b00a56f
- Fix build with new site_perl
...
Submitted by: olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Ryan Steinmetz
686ddc7a7f
- Fix kvm_read() issue
...
- Bump PORTREVISION
PR: ports/177761
Submitted by: sbruno@
2013-05-30 11:55:31 +00:00
Ruslan Makhmatkhanov
b06fadc69e
- replace deprecated devel/py-setuptools with devel/py-distribute
...
- change explicit dependency for the ports, that don't utilize USE_DISTUTILS feature
- add UPDATING entry
PR: 176142
Submitted by: rm (myself)
Approved by: portmgr (miwi)
Tested by: exp-run by miwi
2013-03-05 07:12:24 +00:00
Ryan Steinmetz
29e2b46af0
- Merge in upstream fix for bug 2439 [1]
...
- Convert header to new 'created by' style
- Fix pkgng issue [2]
- Bump PORTREVISION
Submitted by: Paul Beard <paulbeard@gmail.com> [1]
Reported by: bapt@ [2]
2013-02-13 00:41:56 +00:00
Ryan Steinmetz
4200e33a5d
- Fix embedded perl support [1]
...
- Fix segfault during config reload [2]
- Bump PORTREVISION
PR: ports/173213 [1]
Submitted by: Frank Wall <fw@moov.de> [1], Alexey Kouznetsov <alexey@kouznetsov.com> [2]
Obtained from: upstream repo [2]
Feature safe: yes
2012-11-21 13:37:10 +00:00
Ryan Steinmetz
eab4eef5be
- Fix build under FreeBSD jail
...
Feature safe: yes
2012-10-14 16:07:54 +00:00
Ryan Steinmetz
5437390ccc
- Update to 5.7.2
...
- Convert to OptionsNG
Feature safe: yes
2012-10-13 01:07:32 +00:00
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Ryan Steinmetz
6fb8b3b9b1
- Fix issue when using pkgng
...
PR: ports/170197
Submitted by: ohauer
2012-07-26 15:02:15 +00:00
Ryan Steinmetz
5fa7915762
- Remove SITE_PERL from *_DEPENDS
2012-06-05 10:21:27 +00:00
Ryan Steinmetz
48dde50267
- Merge in fix for CVE-2012-2141
...
- Bump PORTREVISION
Security: 5d85976a-9011-11e1-b5e0-000c299b62e1
Obtained from: Red Hat Bugzilla (bug #815813 )
2012-04-27 02:49:06 +00:00
Ryan Steinmetz
e5bdf3f1d1
- Merge in upstream patch to resolve bug 3460364: Fix use of block factor when detecting error conditions
...
- Bump PORTREVISION
Feature safe: yes
Obtained from: upstream git repo
2012-04-04 18:49:59 +00:00
Ryan Steinmetz
b3670b2005
- Fix various issues with rc script, including:
...
-- Change default pidfile name to avoid conflict with bsnmpd
-- Remove check for deprecated net_snmpd_enable
- Do not bump PORTREVISION at this time
PR: conf/166126
Submitted by: dougb@
Feature safe: yes
2012-03-18 01:37:35 +00:00
Ryan Steinmetz
9b376c5b9c
- Add LICENSE
...
- Add OPTION for logging snmptraps to MySQL
- Add OPTION to restrict agentx access to a local socket only
Feature safe: yes
2012-03-17 19:50:26 +00:00
Ryan Steinmetz
0132205daa
- Resolve issue where local filesystems were displayed as remote file systems.
...
PR: ports/164817
Submitted by: Rainer Duffner <rainer@ultra-secure.de>
Obtained from: Mel Flynn <rflynn@acsalaska.net>
2012-02-20 14:22:17 +00:00
Ryan Steinmetz
41fc5f13ce
- Fix inclusion of required header file under 10-CURRENT
...
- Do not bump PORTREVISION
PR: ports/165201
Submitted by: Denis Generalov <gd@powernet.ru>
2012-02-19 13:39:00 +00:00
Ryan Steinmetz
1e265d2ad4
- Merge in fix for upstream Bug ID 3480541
...
- Do not bump PORTREVISION as this is a minor edit and I plan to include additional patches in the near future
Requested by: Alexey Kouznetsov <alexey@kouznetsov.com>
2012-02-13 16:16:43 +00:00
Ryan Steinmetz
76b2049ed8
- Add support to build/install the net-snmp python modules
...
PR: ports/162140
Requested by: Geoffrey Huntley <ghuntley@ghuntley.com>
2012-02-12 00:27:03 +00:00
Ryan Steinmetz
a6d1d9b749
- Merge in fixes for Bug IDs: 3434824 [1], 3419825, 3428506
...
- Bump PORTREVISION
Requested by: Alexey Kouznetsov <alexey@kouznetsov.com> [1]
Obtained from: net-snmp git repo/bug database
2012-01-27 15:14:29 +00:00
Doug Barton
83eb2c3700
In the rc.d scripts, change assignments to rcvar to use the
...
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Ryan Steinmetz
c1c49dc2fa
- Merge in fix for bug 3411437 to address stack overflow issue
...
- Bump PORTREVISION
Reported by: brian@
Obtained from: upstream bug tracker
2011-12-16 12:57:54 +00:00
Michael Scheidell
5dded7233f
- Backed out at request of maintainer
...
- PR reopened
PR: ports/162140
Approved by: zi (maintainer)
2011-12-14 21:16:45 +00:00
Michael Scheidell
179ffafe0a
- Missing quote in options [1]
...
Submitted by: wxs [1]
Approved by: mainainer (zi, implicit), mentor (gabor)
2011-12-14 17:14:45 +00:00
Michael Scheidell
413cba5200
- re-integration which enables the option of building the python bindings [1]
...
- with the addition of a options knob (off by default)
- No portsbump so that its a 'noop' for systems that don't need python bindings
PR: ports/162140
Submitted by: Geoffrey Huntley <ghuntley@ghuntley.com> [1]
Approved by: zi (maintainer timeout, 30 days), gabor (mentor)
2011-12-14 13:08:08 +00:00
Ryan Steinmetz
cf01e16940
- Fix problem that was reintroduced with the upgrade to 5.7.1 [1]
...
- Merge in upstream commits to resolve a handful of issues
- 1421924b4852142192c5bb9e93ddbfed69e908fa [1]
- 97172b311d20f4441c7a7e90092b59c1e0da99f7
- 5fd26e4fa3e000ea9c81c38ab975b7946efe2157
- cf82b894b2217c26edc6f1356351c932415604e2
- Bump PORTREVISION
PR: ports/163069 [1]
Reported by: Ryan Frederick <ryanrfrederick@gmail.com> [1]
Obtained from: upstream repo
Feature safe: yes
2011-12-07 22:58:31 +00:00
Ryan Steinmetz
6012ecd551
- Take maintainership per private conversation with current maintainer
...
Approved by: sylvio@
Feature safe: yes
2011-12-02 13:46:09 +00:00
Ryan Steinmetz
09e6822b63
- Fix libtool typo in ltmain.sh
...
- Fix linking issue with libnetsnmpmibs.so and libperl.so
- Bump PORTREVISION
PR: ports/163005
Submitted by: William Elasio Moreno Albarracin <wmoreno3@yahoo.com>
Approved by: maintainer (implicit)
Feature safe: yes
2011-12-02 13:06:26 +00:00
Ryan Steinmetz
72e7113dcf
- Update to 5.7.1
...
PR: ports/162847
Submitted by: me
Approved by: maintainer (implicit)
Feature safe: yes
2011-12-01 00:34:25 +00:00
Ryan Steinmetz
55b9801bf9
- Bump PORTREVISION for previous commit
...
Feature safe: yes
2011-11-24 13:11:23 +00:00
Ryan Steinmetz
4609b3d305
- Fix TCP-MIB::tcpCurrEstab.0 reporting
...
PR: ports/160900
Submitted by: Petr Lampa <lampa@fit.vutbr.cz>
Obtained from: upstream commit 87a31bbc009c9515a26c86317475f8384bd70e1b
Approved by: maintainer (implicit)
Feature safe: yes
2011-11-24 13:06:52 +00:00