Baptiste Daroussin
f61c2b04a4
Mark as broken: does not fetch
2015-10-24 01:17:05 +00:00
John Marino
312461b6fa
3 ports categories: Remove $PTHREAD_LIBS
...
Categories: print, science, emulators
approved by: PTHREAD blanket
2015-03-24 22:17:41 +00:00
Pawel Pekala
8fa5b9d5df
- Add staging support
...
- Convert to new LIB_DEPENDS format, USES=gmake
- Register CONFLICTS
- Define DOCS option
2014-04-09 15:15:50 +00:00
Baptiste Daroussin
1089da7dcc
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
2013-09-20 16:43:52 +00:00
Eitan Adler
d1f32a3e5d
Style: tab -> space.
...
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5
Drop support for old versions of FreeBSD from unmaintained ports
...
Reviewed by: miwi
2013-03-28 15:51:16 +00:00
Thomas Abthorpe
83fc7a83ad
- Reassign nork@ ports to the heap
...
- Thank you for your years of service, we hope to see you back
Approved by: portmgr
2012-08-15 19:26:13 +00:00
Martin Wilke
3cabe21a2d
- Get rid FreeBSD 6 support
2011-11-07 04:24:55 +00:00
Dmitry Marakasov
6f6fbe4bdf
- 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
2011-09-23 22:26:39 +00:00
Martin Wilke
6804d852ff
= Drop MD5 support
2011-07-02 17:14:20 +00:00
Pav Lucistnik
07b2788864
- Mark MAKE_JOBS_UNSAFE
...
Reported by: pointyhat
2009-11-19 22:07:43 +00:00
Norikatsu Shigemura
26174263bb
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)
2009-07-20 18:25:36 +00:00
Pav Lucistnik
efa63f6ba4
- 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
2008-07-25 14:34:52 +00:00
Edwin Groothuis
090059a210
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)
2008-06-06 14:17:21 +00:00
Pav Lucistnik
9fc1c4fe89
- Remove USE_GETOPT_LONG which is a no-op since March 2007
2008-03-20 09:56:52 +00:00
Max Khon
3e9eaed62a
Update to 0.2.7.
...
PR: 113808
Submitted by: Pavel I Volkov
2007-07-03 15:29:23 +00:00
Max Khon
521ebc7ce9
Fix the build on RLEENG_4.
2006-11-14 04:33:04 +00:00
Max Khon
375ae2ae35
Remove LIB_DEPENDS if we link with libpcap from ports.
2006-11-14 04:24:43 +00:00
Max Khon
edd3566211
- 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.
2006-11-14 04:22:00 +00:00
Max Khon
83a38e9ea5
Oops, worng patch committed.
2006-11-14 04:15:04 +00:00
Max Khon
7b5543d645
Fix nojit build.
2006-11-14 04:13:24 +00:00
Max Khon
0c828377ed
Bump PORTREVISION for PCAP_D_IN fix.
...
PR: 105468
2006-11-13 18:41:57 +00:00
Max Khon
abb3bb636a
Define PCAP_D_IN as D_IN on FreeBSD < 6.2 or HEAD before pcap 0.9.4 import.
...
PR: 105468
2006-11-13 18:40:40 +00:00
Max Khon
4850276e8b
Update to 0.2.5.
2006-11-07 15:01:41 +00:00
Max Khon
b6247c6196
Forgotten fix from previous commit:
...
Turn off JIT on amd64 (does not work for some reason).
Approved by: portmgr
2006-03-08 16:58:58 +00:00
Max Khon
de95d18b5c
- Update to 0.2.4
...
- Fix build on ia64
- Fix m_memalign for jemalloc
- Set DYNAMIPS_ARCH on non-i386 properly
Approved by: portmgr
2006-03-08 16:55:26 +00:00
Max Khon
53563bc198
Correct check for FreeBSD version that has libpcap 0.9+.
2006-02-13 19:51:31 +00:00
Max Khon
5775a87fbc
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+).
2006-02-13 19:42:36 +00:00
Max Khon
53c000e7f6
- 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]
2006-02-13 19:16:40 +00:00
Max Khon
5dc1cfa008
Fix CATEGORIES.
...
Pointed out by: chkversion
2006-02-02 20:43:51 +00:00
Max Khon
f2a391d1fb
New port: dynamips
...
dynamips is Cisco 7200 simulator.
2006-02-02 13:22:47 +00:00