aboutsummaryrefslogtreecommitdiff
path: root/net/py-libdnet
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* net/py-libdnet: switch to PYTHON_EXT_SUFFIXDima Panov2020-12-241-2/+2
| | | | Notes: svn path=/head/; revision=559090
* net/py-libdnet: Fix build with both python 2 and 3Muhammad Moinur Rahman2019-04-052-5/+13
| | | | | | | | | | | | | | | | | | | | | | I have reviewed the code of net/libdnet. And created a fork as the evelopment seems stalled by the original author. - Removed all the codes not related to FreeBSD - Fix configure script to find related header files and now it builds relevant source files instead of *-none.c files - Modernized all build tools configuration file and removed unnecessary files - Works at least with PF. Still not working with ipfw2/ipfilter. - Python package now supports both Python 2 and 3 The repo location is: https://github.com/5u623l20/libdnet/ PR: 236643 Submitted by: bofh Approved by: maintainer-timeout Notes: svn path=/head/; revision=497997
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Begin deorbit burn of ia64. We have not attempted to build packages forMark Linimon2017-06-251-3/+0
| | | | | | | | | | | it for many years. While here, alphabetize ARCHs, pet portlint, and modernize usages. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444251
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* UnbreakAntoine Brodin2014-10-251-2/+1
| | | | Notes: svn path=/head/; revision=371467
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* New LIB_DEPENDS syntax, fix plist, update WWWAntoine Brodin2014-03-033-5/+5
| | | | Notes: svn path=/head/; revision=346966
* - Stage supportMartin Wilke2014-02-261-1/+0
| | | | Notes: svn path=/head/; revision=346086
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Use a more clean approach to fix the build instead of pulling inMarcus von Appen2013-08-181-2/+1
| | | | | | | another build dependency Notes: svn path=/head/; revision=324895
* - Fix build after the recent lang/python changesMarcus von Appen2013-08-181-6/+3
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=324894
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Fix py-libdnet.Tom McLaughlin2007-03-123-6/+27
| | | | | | | | | | | | | | | The py-libdnet port has been seperated out as a slave port to libdnet and is now dependent on libdnet. py-libdnet now only installs the libdnet python module. Since files previously owned by py-libdnet are now owned by its dependency, in order to upgrade correctly, py-libdnet must be deinstall and then reinstalled manually. PR: 109262 Submitted by: thierry and me Approved by: maintainer timeout Notes: svn path=/head/; revision=187216
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | | | | broken at that time and no fix has been submitted. Notes: svn path=/head/; revision=184837
* Backup previous commit.Soeren Straarup2006-12-111-0/+2
| | | | | | | Approved by: tmclaugh (impilicit) Notes: svn path=/head/; revision=179498
* Unbreak via net/libdnet commit.Soeren Straarup2006-12-111-2/+0
| | | | | | | | | PR: 104364 Submitted by: Yonatan <onatan@gmail.com> (maintainer) Approved by: tmclaugh (implicit) Notes: svn path=/head/; revision=179493
* BROKEN: Incomplete pkg-plistKris Kennaway2006-10-211-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=175460
* Mark as not for ia64: causes internal gcc compiler error.Mark Linimon2006-07-041-0/+3
| | | | Notes: svn path=/head/; revision=166884
* Build libdnet' Python module in a slave port.Thierry Thomas2005-11-221-0/+14
(needed for a to-be-released soon port) Since I'm there, add SHA256. Approved by: Jonatan B <onatan (at) gmail.com> (maintainer) Notes: svn path=/head/; revision=149108