non port: net-mgmt/py-yapsnmp/Makefile |
SVNWeb
|
Number of commits found: 31 |
Sun, 23 Feb 2020
|
[ 15:25 antoine ] (Only the first 10 of 257 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Wed, 2 Oct 2019
|
[ 20:13 arved ]
Unmark BROKEN.
The port was broken with the net-snmp 5.8 update, which was backed out.
While here add USES=ssl to appease a warning
|
Mon, 30 Sep 2019
|
[ 05:47 antoine ]
Mark BROKEN
net-snmp_wrap.c:11400:78: error: use of undeclared identifier
'USM_LENGTH_OID_TRANSFORM'
PyDict_SetItemString(d,"SNMP_DEFAULT_AUTH_PROTOLEN",
PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
^
net-snmp_wrap.c:11402:78: error: use of undeclared identifier
'USM_LENGTH_OID_TRANSFORM'
PyDict_SetItemString(d,"SNMP_DEFAULT_PRIV_PROTOLEN",
PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
^
Reported by: pkg-fallout
|
Tue, 12 Dec 2017
|
[ 12:40 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
|
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, 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
|
Fri, 24 Oct 2014
|
[ 16:29 mva ] (Only the first 10 of 49 ports in this commit are shown above. )
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
|
Fri, 20 Jun 2014
|
[ 16:35 vanilla ]
1: Stagify.
2: new syntax of LIB_DEPENDS
3: USES=libtool, bump version.
Approved by: portmgr@
|
Mon, 26 May 2014
|
[ 15:01 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Convert gmake, bzip2, xz to USES
Approved by: portmgr
|
Fri, 20 Sep 2013
|
[ 22:24 bapt ] (Only the first 10 of 336 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 28 Jul 2011
|
[ 12:43 sylvio ] (Only the first 10 of 42 ports in this commit are shown above. )
- Chase net-snmp shlib version bump.
|
Sun, 1 May 2011
|
[ 11:26 arved ]
port was marked BROKEN after brokeness was fixed
PR: 156571
|
Fri, 25 Feb 2011
|
[ 00:39 linimon ]
Mark as broken on i386-8.
Reported by: pointyhat
|
Sun, 13 Feb 2011
|
[ 15:45 arved ]
Add -fstack-protector to CPPFLAGS on i386/8.x to fix build.
PR: 152374
Submitted by: sylvio
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Fri, 4 Jun 2010
|
[ 21:41 kwm ]
Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.
So make a LGPL21 and LGPL3 value for the license framework.
Replace the LGPL used in ports with LGPL21. (checked all consumers)
Obtained from: http://www.gnu.org/licenses/ (Under License URL's)
|
Wed, 2 Jun 2010
|
[ 19:14 sylvio ] (Only the first 10 of 39 ports in this commit are shown above. )
- Chase net-snmp shlib bump
|
Sun, 30 May 2010
|
[ 17:39 arved ] (Only the first 10 of 27 ports in this commit are shown above. )
Add LICENSE and LICENSE_FILE to my ports.
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Mon, 8 Jun 2009
|
[ 22:30 miwi ] (Only the first 10 of 97 ports in this commit are shown above. )
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
|
Sun, 28 Dec 2008
|
[ 10:54 pgollucci ] (Only the first 10 of 42 ports in this commit are shown above. )
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav)
|
Thu, 27 Mar 2008
|
[ 10:58 kuriyama ] (Only the first 10 of 42 ports in this commit are shown above. )
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
|
Wed, 28 Feb 2007
|
[ 01:19 kuriyama ] (Only the first 10 of 27 ports in this commit are shown above. )
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
|
Sun, 28 Jan 2007
|
[ 09:07 kris ] (Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Wed, 30 Nov 2005
|
[ 05:23 kuriyama ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase shlib version bump of net-snmp.
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Fri, 14 Jan 2005
|
[ 15:49 arved ]
Add py-yapsnmp, yet another Python SNMP module based on net-snmp library
|
Number of commits found: 31 |