non port: emulators/dynamips/Makefile |
SVNWeb
|
Number of commits found: 29 |
Fri, 3 Jun 2016
|
[ 16:44 antoine ] (Only the first 10 of 238 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
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
|
Sat, 24 Oct 2015
|
[ 01:17 bapt ]
Mark as broken: does not fetch
|
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, 9 Apr 2014
|
[ 15:15 pawel ]
- Add staging support
- Convert to new LIB_DEPENDS format, USES=gmake
- Register CONFLICTS
- Define DOCS option
|
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)
|
Thu, 28 Mar 2013
|
[ 15:51 eadler ] (Only the first 10 of 53 ports in this commit are shown above. )
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
|
Wed, 15 Aug 2012
|
[ 19:26 tabthorpe ] (Only the first 10 of 57 ports in this commit are shown above. )
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr
|
Mon, 7 Nov 2011
|
[ 04:24 miwi ] (Only the first 10 of 39 ports in this commit are shown above. )
- Get rid FreeBSD 6 support
|
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, 19 Nov 2009
|
[ 22:07 pav ] (Only the first 10 of 68 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Mon, 20 Jul 2009
|
[ 18:25 nork ]
o Fix -m 0001.0002.0003 (cisco format) option issue.
o Fix not real world communications via gen_eth (FreeBSD's libpcap) issue.
o Take MAINTAINERship to myself.
o Bump PORTREVISION accordingly.
Approved by: fjoe (maintainer)
|
Fri, 25 Jul 2008
|
[ 14:34 pav ] (Only the first 10 of 213 ports in this commit are shown above. )
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
Fri, 6 Jun 2008
|
[ 13:27 edwin ] (Only the first 10 of 58 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 20 Mar 2008
|
[ 09:46 pav ] (Only the first 10 of 70 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Tue, 3 Jul 2007
|
[ 15:29 fjoe ] (Only the first 10 of 17 ports in this commit are shown above. )
Update to 0.2.7.
PR: 113808
Submitted by: Pavel I Volkov
|
Tue, 14 Nov 2006
|
[ 04:33 fjoe ]
Fix the build on RLEENG_4.
|
[ 04:24 fjoe ]
Remove LIB_DEPENDS if we link with libpcap from ports.
|
[ 04:22 fjoe ]
- Require ${PORTSDIR}/net/libpcap >= 0.9.4 when system libpcap < 0.9.4.
This should also enable pcap on FreeBSD 4/5.
- Backout accidentall committed Makefile change (JIT still does not work on
amd64).
- Notice that dynamips now supports 3600 series.
- Bump PORTREVISION.
|
[ 04:15 fjoe ]
Oops, worng patch committed.
|
Mon, 13 Nov 2006
|
[ 18:41 fjoe ]
Bump PORTREVISION for PCAP_D_IN fix.
PR: 105468
|
Tue, 7 Nov 2006
|
[ 15:01 fjoe ]
Update to 0.2.5.
|
Wed, 8 Mar 2006
|
[ 16:58 fjoe ]
Forgotten fix from previous commit:
Turn off JIT on amd64 (does not work for some reason).
Approved by: portmgr
|
[ 16:55 fjoe ]
- Update to 0.2.4
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly
Approved by: portmgr
|
Mon, 13 Feb 2006
|
[ 19:51 fjoe ]
Correct check for FreeBSD version that has libpcap 0.9+.
|
[ 19:42 fjoe ]
Update to 0.2.3c.
- Fixed a stupid bug in DMA handling, which in certain conditions can
cause an infinite loop.
- Added an "instruction block hash" which avoids lookups in the instruction
red-black tree. The IBH table takes only 16 Kb of memory.
- Added CRC-12 and CRC-16 functions for future use.
- Added a "gen_eth" NetIO driver, which allow to access ethernet interfaces
in a portable way (tested on Linux and Cygwin).
- Fixes to the PowerPC build on Darwin thanks to Olivier Cahagne.
- Minor cosmetic changes to display supported/unsupported PA and NPE.
Note: gen_eth is not supported on RELENG_4 (requires libpcap 0.9+).
|
[ 19:16 fjoe ]
- Fix the build on RELENG_4 (USE_GCC=3.2+) [1]
- Fix the build on arches other than i386 [2]
- Bump PORTREVISION
Noted by: pointyhat [1], [2]
|
Thu, 2 Feb 2006
|
[ 20:43 fjoe ]
Fix CATEGORIES.
Pointed out by: chkversion
|
[ 13:22 fjoe ]
New port: dynamips
dynamips is Cisco 7200 simulator.
|
Number of commits found: 29 |