non port: net-mgmt/net-snmp/Makefile |
SVNWeb
|
Number of commits found: 229 (showing only 100 on this page) |
Fri, 8 Sep 2023
|
[ 14:40 Ryan Steinmetz (zi) ] c330296
net-mgmt/net-snmp: Add include for freebsd 15.x to fix build
|
Tue, 5 Sep 2023
|
[ 08:25 Cy Schubert (cy) ] f426641
net-mgmt/net-snmp: Fix ports depending on this port under 15-CURRENT
Also add freebsd15.h to ${LOCALBASE}/include/net-snmp/system, missing
in 710a64c4471d. ${LOCALBASE}/include/net-snmp/system/freebsd15.h is
used by ports which depend on net-mgmt/net-snmp. Without this file
they also fail to build under 15-CURRENT.
Approved by: portmgr (blanket)
Fixes: 710a64c4471d
|
Tue, 18 Jul 2023
|
[ 00:53 Charlie Li (vishwin) ] 9a80a6e (Only the first 10 of 309 ports in this commit are shown above. )
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Fri, 24 Feb 2023
|
[ 15:35 Dan Langille (dvl) ] 7344c09
net-mgmt/net-snmp: fix net-snmp-config on jail hosts
re https://github.com/net-snmp/net-snmp/issues/280
This patch allows 'net-snmp-config --create-snmpv3-user' to succeed
if run on a jail host and snmpd is also running in one of the jails.
Thhis patch limits the check to the host, ingnoring jails.
PR: 269791
|
Sat, 3 Dec 2022
|
[ 13:32 Ryan Steinmetz (zi) ] 0438270
net-mgmt/net-snmp: Fix missing datarootdir, Bump PORTREVISION
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 43ac3e2 (Only the first 10 of 285 ports in this commit are shown above. )
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above )
|
Sun, 19 Jun 2022
|
[ 18:54 Ryan Steinmetz (zi) ] 39602e0
net-mgmt/net-snmp: Fix asterisk build
Always install IPv6 headers, regardless of IPv6 OPTION
PR: 264749
|
Fri, 13 May 2022
|
[ 14:07 Dan Langille (dvl) ] ed1cf21
net-mgmt/net-snmp: Update to 5.9.1
re https://net-snmp.sourceforge.io/about/ChangeLog.html
libnetsnmp:
- Fixed the mib-parsing-bug introduced shortly before 5.7
agent:
- fixed rounding errors for disk percentage calculations
openbsd:
- better support for recent openbsd releases
features:
- bug fixes with minimalist support after additional user feedback
Many other miscellaneous minor bug fixes
Approved by: maintainer (via private communication)
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Fri, 3 Sep 2021
|
[ 06:34 Bernhard Froehlich (decke) ] ab99a53
net-mgmt/net-snmp: Fix CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 8 Mar 2021
|
[ 13:55 zi ]
- Move SCTP support to an OPTION, off by default, to reflect 13.x changes
- Bump PORTREVISION
PR: 254056
|
Sat, 13 Feb 2021
|
[ 18:54 zi ]
- Bring in upstream commit to resolve badly formed responses
(92f0fe9e0dc3cf7ab6e8cc94d7962df83d0ddbec)
- Bump PORTREVISION
PR: 253393
|
Sun, 15 Nov 2020
|
[ 16:27 zi ]
- Add memory calculation fix
- Bump PORTREVISION
PR: 251103
Submitted by: ncrogers@gmail.com
|
Mon, 14 Sep 2020
|
[ 15:48 zi ]
- Fix PYTHON OPTION
- Require python 3.5+
PR: 249298
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
|
Sat, 12 Sep 2020
|
[ 12:57 zi ] (Only the first 10 of 24 ports in this commit are shown above. )
- Update to 5.9
- Add OPTION to disable libpkg support
|
Fri, 3 Jan 2020
|
[ 14:22 zi ]
- Add OPSYS to conditional
PR: 243048
|
Wed, 1 Jan 2020
|
[ 17:30 brnrd ] (Only the first 10 of 18 ports in this commit are shown above. )
Chase rename of security/openssl111
- Categories n-z
MFH: 2020Q1
|
Wed, 9 Oct 2019
|
[ 12:17 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
Drop the ipv6 virtual category for n* category as it is not relevant anymore
|
Mon, 30 Sep 2019
|
[ 21:45 pi ] (Only the first 10 of 27 ports in this commit are shown above. )
net-mgmt/net-snmp: revert back to 5.7.3 due to side-effects
PR: 232025
Submitted by: dvl
Reviewed by: zi, otis@sk.FreeBSD.org
|
Sun, 29 Sep 2019
|
[ 07:46 tobik ]
net-mgmt/net-snmp: Do not set LIB_DEPENDS twice
|
Sat, 28 Sep 2019
|
[ 15:16 pi ] (Only the first 10 of 27 ports in this commit are shown above. )
net-mgmt/net-snmp: update 5.7.3 -> 5.8
PR: 232025
Approved by: zi (maintainer timeout)
Relnotes: https://sourceforge.net/p/net-snmp/mailman/message/36386084/
|
Sun, 7 Jul 2019
|
[ 15:17 fluffy ]
- Real unbreak with openssl111 from ports
- Use ${OPENSSLBASE} instead of hardcode path
- Add more conditions to check for extra patch
- TLS option is fine now
PR: 228898
Submitted by: myself (this patch)
Approved by: maintainer timeout (>2 months after submission)
MFH: 2019Q3
|
Sat, 10 Nov 2018
|
[ 10:09 mat ] (Only the first 10 of 86 ports in this commit are shown above. )
security/openssl-devel was removed, but there is a security/openssl111 now.
|
Fri, 2 Nov 2018
|
[ 13:32 rene ] (Only the first 10 of 243 ports in this commit are shown above. )
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
|
Wed, 31 Oct 2018
|
[ 17:25 zi ]
- Unbreak build on 13-CURRENT
|
[ 14:35 mat ]
Fix build with OpenSSL 1.1.1 in base.
PR: 228898
Submitted by: w.schwarzenfeld@utanet.at
Reported by: brnrd
Approved by: maintainer
|
Thu, 11 Oct 2018
|
[ 00:12 zi ]
- Bump PORTREVISION to chase pkg PORTREVISION bump
|
Sun, 2 Sep 2018
|
[ 14:00 zi ]
- Make newsyslog config file installation OPTIONable
- Convert USE_MYSQL to USES=mysql
PR: 231085
Submitted by: Dries Michiels <driesm.michiels@gmail.com>
|
Sat, 17 Feb 2018
|
[ 12:00 sunpoet ]
Use BROKEN_SSL
Approved by: portmgr (blanket)
|
Wed, 7 Feb 2018
|
[ 18:11 zi ]
- Do not try to build under mips/mips64 as SSP is broken per r306364
Reported by: sbruno
|
Mon, 5 Feb 2018
|
[ 17:35 mat ]
Bump PORTREVISION after r459281.
Sponsored by: Absolight
|
Wed, 17 Jan 2018
|
[ 18:54 zi ]
- Resolve build failure under 12-CURRENT
PR: 217589
Submitted by: pi@
|
Mon, 4 Dec 2017
|
[ 18:54 zi ]
- Add flavor support for python
PR: 224092
Submitted by: Henrik Hudson
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Sep 2017
|
[ 21:23 zi ]
- Update MFD description
PR: 222331
|
Tue, 1 Aug 2017
|
[ 17:07 zi ] (Only the first 10 of 39 ports in this commit are shown above. )
- MASTER_SITES cleanup
|
Mon, 12 Jun 2017
|
[ 20:27 feld ]
Fix LIB_DEPENDS of ports which link to libpkg.so
spine and snmpd link to libpkg.so, but it is not properly declared in
the port.
MFH: 2017Q2
|
Thu, 20 Apr 2017
|
[ 22:16 glebius ]
Fixing net-snmpd after src revision r317061 (struct vmmeter changes),
I discovered that net-snmpd tries to read { CTL_VM, VM_TOTAL } mib into
'struct vmmeter' variable, instead of 'struct vmtotal'. Of course,
sysctl(3) fails, but net-snmpd doesn't check for errors. Basicly this
is broken for all supported FreeBSD versions, and I believe for all
unsupported as well. OIDs that report interruprs, context switches,
paging and swap in/out were returning garbage from the application
stack.
To patch that problem, provide dummy struct __vmmeter, which works
both on pre-r317061 and after, and add block of code that reads all
necessary stats one by one. To keep with the style of the file, do
not check for errors from sysctl(3).
|
Mon, 10 Apr 2017
|
[ 17:17 jhb ]
Always pass MNT_NOWAIT to getfsstat() as documented in the manpage.
One of the four calls in net-snmp currently passes 0 which triggers an
EINVAL change after recent changes in HEAD and 11-stable to add stricter
argument checking for the flags passed to getsstat().
Bump PORTREVISION.
PR: 218011
Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru>
Reviewed by: brooks
Approved by: maintainer (zi)
|
Tue, 21 Mar 2017
|
[ 12:49 zi ]
- Force use of base OpenSSL for now (libpkg links against this) to resolve build
failures under 10.3 i386
PR: 210299
Submitted by: Michael Osipov
Reported by: software@bertram-scharpf.de
|
[ 06:46 glebius ]
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported.
|
Thu, 16 Mar 2017
|
[ 19:23 antoine ] (Only the first 10 of 34 ports in this commit are shown above. )
Rename python setuptools ports to better match other python ports
Reviewed by: mat, sunpoet
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D9983
|
Sat, 25 Feb 2017
|
[ 15:18 bapt ]
Bump portrevision as it is linked to libpkg
Reported by: madpilot
|
Thu, 12 Jan 2017
|
[ 13:45 amdmi3 ]
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
|
Wed, 11 Jan 2017
|
[ 19:42 garga ]
- Add TLS OPTION to net-mgmt/net-snmp
- While here replace USE_OPENSSL by USES=ssl
Approved by: maintainer (zi@)
Obtained from: pfSense
Sponsored by: Rubicon Communications (Netgate)
Differential Revision: https://reviews.freebsd.org/D9140
|
Tue, 29 Nov 2016
|
[ 18:46 mat ] (Only the first 10 of 55 ports in this commit are shown above. )
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight
|
Fri, 17 Jun 2016
|
[ 23:28 mat ] (Only the first 10 of 750 ports in this commit are shown above. )
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
|
Thu, 16 Jun 2016
|
[ 13:23 mat ] (Only the first 10 of 35 ports in this commit are shown above. )
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577
|
Tue, 31 May 2016
|
[ 13:45 zi ]
- Add OPTION to pass --disable-snmptrapd-subagent to configure
PR: 209885
Submitted by: emz@norma.perm.ru
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 19 Feb 2016
|
[ 23:05 ian ]
Fix net-snmp ipv6 option handling when other options are also used.
r381568 added CONFIGURE_ARGS+=--with-out-mib-modules="mibII/ipv6", but the
handling of other options can result in two different --with-out-mib-modules
arguments being passed to configure, and only the second one has
effect. That leads to build failures because it tries to build the old
mibII/ipv6 which is no longer supported on freebsd.
This change adds mibII/ipv6 to the list of excluded modules that gets turned
into the --with-out-mib-modules argument, so it plays nice with other option
handling.
PR: 199401
Approved by: mat(mentor)
Differential Revision: https://reviews.freebsd.org/D5329
|
Sun, 18 Oct 2015
|
[ 23:34 zi ]
- Add newsyslog rotation configuration for /var/log/snmpd.log
- Bump PORTREVISION
Submitted by: Jan Joris Vereijken <janjoris@acm.org>
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Tue, 13 Oct 2015
|
[ 12:18 zi ]
- Fix two memory leaks (reported in upstream bug #2674)
- Bump PORTREVISION
Submitted by: Laurent GOUHIER <lg@efficientip.com>
Obtained from: valgrind
|
Sat, 26 Sep 2015
|
[ 14:21 zi ]
- Honor WITHOUT_SSP
PR: 203369
Submitted by: Kenneth Salerno <kennethsalerno@yahoo.com>
|
Wed, 9 Sep 2015
|
[ 19:36 zi ]
- Merge in fix for upsteam bug #2647
- Bump PORTREVISION
|
Mon, 10 Aug 2015
|
[ 02:15 zi ]
- Fix CVE-2015-5621
- Bump PORTREVISION
PR: 202099
Submitted by: serg@tmn.ru
|
Thu, 21 May 2015
|
[ 06:54 amdmi3 ] (Only the first 10 of 12 ports in this commit are shown above. )
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Sat, 16 May 2015
|
[ 16:16 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Tue, 14 Apr 2015
|
[ 19:08 bapt ]
Bump after upgrade of pkg
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Wed, 18 Mar 2015
|
[ 16:05 glebius ]
On head do not build deprecated IPV6-MIB implementations in mibII/ipv6.c,
now superseeded by the INET-XXX-MIB versions. And no need for _WANT_IFADDR
hack now.
This fixes build on head, since cuts away the main kvm(3) abuser from
net-snmp.
Discussion: http://sourceforge.net/p/net-snmp/mailman/message/33539005/
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Approved by: zi
|
Fri, 20 Feb 2015
|
[ 14:52 zi ]
- Bring back lost patch to fix memory usage calculations
- Bump PORTREVISION
PR: 148339
|
Tue, 17 Feb 2015
|
[ 20:49 zi ]
- Fix error in previous patch that was causing threads to be included in the
process count
- Bump PORTREVISION
|
[ 16:44 zi ]
- Add JAIL OPTION to build with options that are happy for running snmpd within
a jail(8)
PR: 197763
Submitted by: Athanasios Douitsis <aduitsis@gmail.com>
|
Thu, 12 Feb 2015
|
[ 19:50 zi ]
- Fix hrSystemProcesses regression
- Bump PORTREVISION
PR: 197124
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Obtained from: upstream: https://sourceforge.net/p/net-snmp/bugs/2595/
|
Thu, 29 Jan 2015
|
[ 02:03 zi ]
- Never link against libpci
- Fix build under 11
- Bump PORTREVISION
PR: 196904, 194881
|
Fri, 23 Jan 2015
|
[ 14:48 mat ]
Get libpkg detection working again on 8 and 9, fixes hrSWInstalled's MIB.
Approved by: zi
Sponsored by: Absolight
|
Tue, 20 Jan 2015
|
[ 14:51 zi ]
- Readd ${LOCALBASE}/lib to ldflags
|
Mon, 19 Jan 2015
|
[ 18:10 zi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 5.7.3
- Add missing PYTHON files into pkg-plist
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Wed, 17 Sep 2014
|
[ 15:44 zi ]
- Convert USE_PYTHON to USES+=PYTHON
|
Mon, 8 Sep 2014
|
[ 12:20 zi ]
- Fix build when PREFIX != PKG_PREFIX
PR: 193358
Submitted by: dinox@
|
Mon, 1 Sep 2014
|
[ 13:03 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Remove support for pkg_install
Merge back bsd.pkgng.mk into bsd.port.mk
Add a note about @stopdaemon not being supported anymore
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D693
|
Sun, 27 Jul 2014
|
[ 12:16 zi ]
- Bump PORTREVISION to chase ports-mgmt/pkg update to 1.3.1
|
Wed, 23 Jul 2014
|
[ 22:22 zi ]
- Bump PORTREVISION to chase ports-mgmt/pkg update
|
Tue, 15 Jul 2014
|
[ 16:44 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Thu, 10 Jul 2014
|
[ 12:13 olgeni ] (Only the first 10 of 193 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
|
Mon, 30 Jun 2014
|
[ 18:43 zi ]
- Resolve build under 10 when security/openssl is installed
- Bump PORTREVISION for easy tracking
|
Thu, 26 Jun 2014
|
[ 01:24 zi ]
- Use WITH_OPENSSL_PORT as the conditional for adding libcrypto
|
Wed, 25 Jun 2014
|
[ 15:25 zi ]
- Another attempt at unbreaking
|
[ 14:25 zi ]
- Fix yet another problem
|
Tue, 24 Jun 2014
|
[ 23:56 zi ]
- Fix build when OPENSSL_PORT is specified
- Bump PORTREVISION
Submitted by: mat, bapt
|
Mon, 23 Jun 2014
|
[ 19:13 zi ]
- Portscout: skip version 5.7.2.1 as this was for a linux-only vuln
- Remove redundant PS_CMD as it is now in Mk/bsd.commands.mk
- Do not bump PORTREVISION as this is a NOOP
|
[ 03:35 zi ]
- Unbreak build after previous commits
- Bump PORTREVISION
PR: 191148
Submitted by: girgen@
|
Fri, 13 Jun 2014
|
[ 19:06 pi ]
net-mgmt/net-snmp: fix USE_PERL5
Reported by: az
|
[ 18:40 pi ]
net-mgmt/net-snmp: fixpacklist
Approved by: portmgr (blanket)
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
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
|
Wed, 23 Apr 2014
|
[ 02:17 bdrewery ]
- Fix build with pkg_install
Reported by: zi
|
[ 01:29 bdrewery ]
- 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
|
Thu, 10 Apr 2014
|
[ 22:02 zi ]
- Fix another pkg-plist issue
- Bump PORTREVISION
|
[ 21:48 zi ]
- Unbreak python support
- Fix pkg-plist issue
- Bump PORTREVISION
PR: ports/188440
Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
|
[ 02:26 zi ]
- Fix plist
- Fix include path
|
[ 02:03 zi ]
- Add pkgNG support for HOST-RESOURCES-MIB::hrSWInstalled*
- Add STAGE support
- Bump PORTREVISION
|
Tue, 25 Mar 2014
|
[ 13:21 zi ]
- Fix dependency on py-setuptools
Reported by: Kalidarn@freenode
|
Number of commits found: 229 (showing only 100 on this page) |