aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gns3
Commit message (Collapse)AuthorAgeFilesLines
* Qt4 deprecation: remove emulators/gns3tcberner2019-03-175-601/+0
| | | | Approved by: portmgr (implicit)
* Use PY_FLAVOR for dependencies.mat2018-06-211-3/+3
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Convert Python ports to FLAVORS.mat2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* Update my email for ports I maintainolivier2016-02-171-2/+2
| | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309
* - Add NO_ARCHamdmi32015-09-102-4/+1
| | | | | | - Remove non existing files from plist Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-081-3/+4
| | | | | | | - Add LICENSE_FILE - Whitespace fixes Approved by: portmgr blanket
* Clean up plistbapt2014-10-271-17/+0
|
* - Convert ports from dns/, editors/ and emulators/ to newmva2014-10-191-2/+2
| | | | | | USES=python Approved by: portmgr (implicit)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update to 0.8.7jadawin2014-07-173-4/+12
| | | | | | PR: ports/191760 Submitted by: maintainer Sponsored by: Orange Business Services
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.adamw2014-07-161-0/+2
|
* - Update to 0.8.6jadawin2014-06-115-40/+81
| | | | | | | - Add stage support PR: 190867 Submitted by: maintainer
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | emulators)
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.makc2013-02-041-1/+1
| | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-0/+1
|
* Add missing semicolonpawel2012-10-281-1/+1
| | | | Feature safe: yes
* tabs -> space in Makefile headerpawel2012-10-271-1/+1
| | | | Feature safe: yes
* - Update to version 0.8.3.1 [1]pawel2012-10-275-10/+36
| | | | | | | | | - Don't install another copy of GPLv2 license - Add desktop entry PR: ports/173135 [1] Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> [1] Feature safe: yes
* - Remove unneeded wrapper from ${PREFIX}/binak2012-07-042-7/+6
| | | | | | PR: ports/169489 Submitted by: Adrian Holota <holotaa@iem.pw.edu.pl> Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
* - Update to 0.8.2sbz2012-06-257-116/+58
| | | | | | | | - Convert to OptionsNG - Remove non needed patches PR: ports/167339 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Chase PyQT updatemakc2012-05-251-0/+1
|
* - Update to release 0.7.4 .nox2011-07-148-12/+123
| | | | | | | - Add support for qemu. PR: ports/158752 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
* - Fix dependency conflict problem.nox2011-07-021-3/+2
| | | | | | | | - Unmark BROKEN. - Bump PORTREVISION. PR: ports/158540 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
* - Mark BROKEN: conflicting dependenciespav2011-06-171-0/+2
| | | | | | pkg_add: package 'dynamips-devel-0.2.8.r2_3' conflicts with dynamips-community-0.2.8 Reported by: pointyhat
* Update to 0.7.3martymac2011-03-115-11/+44
| | | | | | PR: ports/155178 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> Approved by: ehaupt (mentor)
* - Move over to py25+ or abovemiwi2011-02-252-2/+2
| | | | - While here kick md5 support
* - Update to 0.7.avilla2010-04-033-55/+72
| | | | | | | | - Make portlint happy. PR: ports/144353 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> (maintainer) Approved by: tabthorpe (mentor)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andfluffy2010-01-301-0/+1
| | | | | | | PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters.
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with E,F
* - Update to 0.6.1dhn2009-05-253-18/+8
| | | | | PR: ports/134892 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> (maintainer)
* Graphical Cisco network simulator using Dynapips, Dynagen and Pemu.miwi2009-03-175-0/+445
Important notice: users have to provide their own Cisco IOS to use with GNS3. WWW: http://www.gns3.net PR: ports/132689 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me>