non port: emulators/dynamips-community/Makefile |
SVNWeb
|
Number of commits found: 27 |
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:21 Tobias C. Berner (tcberner) ] 27eb52a (Only the first 10 of 118 ports in this commit are shown above. )
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Sat, 19 Jun 2021
|
[ 01:31 Piotr Kubaj (pkubaj) ] 7402df0
emulators/dynamips-community: enable on powerpc
Builds fine.
|
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.
|
Sat, 12 Dec 2020
|
[ 05:21 linimon ]
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Fri, 22 Sep 2017
|
[ 11:43 bofh ]
emulators/dynamips-community: Update version 0.2.16=>0.2.17
- Add OPTION DOCS
- Fix build with NOJIT [1]
PR: 222047 [1]
Reported by: openss.services@gmail.com [1]
|
Sun, 25 Jun 2017
|
[ 00:29 linimon ] (Only the first 10 of 81 ports in this commit are shown above. )
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
|
Thu, 27 Apr 2017
|
[ 09:43 olivier ]
Update to 0.2.16 and fix tap interface usage.
PR: 218893
Submitted by: olivier
Approved by: pavelivolkov@gmail.com (maintainer)
Sponsored by: Orange
|
Thu, 12 Jan 2017
|
[ 11:30 amdmi3 ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 29 Dec 2015
|
[ 14:30 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Cleanup GH_* and variables order.
Sponsored by: Absolight
|
Wed, 21 Oct 2015
|
[ 14:17 mat ]
Fix on recent stable/10.
PR: 202082
Submitted by: maintainer
Sponsored by: Absolight
|
Sun, 2 Aug 2015
|
[ 16:39 pi ]
emulators/dynamips-community: 0.2.12 -> 0.2.15
- Add optional argument 'format' to hypervisor commands
- 'send_con_msg' and 'send_aux_msg'.
- Report "X byte(s) written" on succeess.
- String formats:
* plain - plain string (default, old behavior)
* base64 - base64 encoded string
- Use an auxiliary variable to record configured ram size for npe-400
- Fixed issue #49 - IOS crashes after router restart
- Fixed issue #50 - vm send_con_msg
PR: 194066
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
|
Tue, 24 Mar 2015
|
[ 22:17 marino ] (Only the first 10 of 26 ports in this commit are shown above. )
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators
approved by: PTHREAD blanket
|
Wed, 2 Jul 2014
|
[ 11:41 arved ]
Update to 0.2.12
PR: 190875
Submitted by: maintainer
|
Thu, 13 Mar 2014
|
[ 18:36 pawel ]
- Update to version 0.2.11 [1]
- Remove optional installation of DOCS files, staging
takes care of that, make it shorter
PR: ports/187447 [1]
Submitted by: maintainer
|
Fri, 7 Mar 2014
|
[ 16:55 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
Convert e* to USES=zip
|
Sat, 25 Jan 2014
|
[ 16:29 marino ]
emulations/dynamips-community: Update to 0.2.10, support stage
Additionally from marino@:
* Use OPSYS with OVERSION
* Properly set LIB_DEPENDS
* Treat x86-64 like amd64
* Fixed line ending on pkg-descr
PR: ports/185642
Submitted by: maintainer (Pavel Volkov)
Fixed by: marino@
|
Fri, 20 Sep 2013
|
[ 16:43 bapt ] (Only the first 10 of 190 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
|
Sun, 28 Apr 2013
|
[ 21:20 bapt ]
Convert emulators to new options framework
|
Fri, 2 Mar 2012
|
[ 14:56 pav ]
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
|
Thu, 10 Nov 2011
|
[ 05:56 linimon ]
Also broken on powerpc: uses i386 asm.
Hat: portmgr
|
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
|
Sun, 24 Apr 2011
|
[ 07:55 dhn ]
Cisco 1700/2600/3600/3700/7200 simulator.
WWW: http://www.gns3.net/content/dynamips-028-rc3-community-version-released
PR: ports/156454
Submitted by: Pavel I Volkov <pavelivolkov@googlemail.com>
|
Number of commits found: 27 |