aboutsummaryrefslogtreecommitdiff
path: root/biology/avida
Commit message (Collapse)AuthorAgeFilesLines
* biology/avida: Fix build with Clang 6Tobias Kortkamp2018-08-251-0/+1
| | | | | | | | | | | | | | | | | | | | | avida-core/source/main/cPopulation.cc:2916:20: error: no matching member function for call to 'push_back' track_founders.push_back(make_pair(organism->GetBioGroup("genotype")->GetID(), new_genome.AsString())); ~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/c++/v1/vector:688:36: note: candidate function not viable: no known conversion from 'pair<[...], typename __make_pair_return<cString>::type>' to 'const pair<[...], std::__1::basic_string<char>>' for 1st argument _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x); ^ /usr/include/c++/v1/vector:691:36: note: candidate function not viable: no known conversion from 'pair<[...], typename __make_pair_return<cString>::type>' to 'pair<[...], std::__1::basic_string<char>>' for 1st argument _LIBCPP_INLINE_VISIBILITY void push_back(value_type&& __x); ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/avida-2.12.4.log libs/tcmalloc-1.4/src/sysinfo.cc:832:88: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "%08"PRIx64"-%08"PRIx64" %c%c%c%c %08"PRIx64" %02x:%02x %-11"PRId64" %s\n", ^ Notes: svn path=/head/; revision=477993
* Try to bring some consistency to ports that have x86-specific pieces.Mark Linimon2017-12-211-5/+5
| | | | | | | | | | | | | | | | | - in general, if we think that the code is not architecture-specific, and instead just enables x86 assembler by default, those should use BROKEN rather than IGNORE. This will allow them to be attempted with TRYBROKEN. - spell i386 as x86. - spell asm as assembler. - pet portlint. These changes should have no effect on tier-1 builds. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=456901
* Revert previous fat-fingered commit. These are the error messages fromMark Linimon2017-12-081-2/+2
| | | | | | | | | | benchmarks/libmicro. Pointy hat to: self Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455771
* Update errror message on armvX.Mark Linimon2017-12-081-2/+2
| | | | Notes: svn path=/head/; revision=455769
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-131-1/+1
| | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=440746
* Mark various ports as broken on armv6: invokes x86 asm.Mark Linimon2017-02-261-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=434867
* biology/avida: Fix ncurses from ports supportJohn Marino2016-11-191-1/+3
| | | | Notes: svn path=/head/; revision=426378
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Mark broken on the rest of the tier-2 archs: invokes x86 asm.Mark Linimon2016-11-081-1/+4
| | | | Notes: svn path=/head/; revision=425664
* mark some of the ports that don't build on powerpc64 for meSteve Wills2015-12-131-0/+1
| | | | Notes: svn path=/head/; revision=403676
* - Unbreak on PowerPC by using atomicops implementation for Linux and GCCAlexey Dokuchaev2015-09-022-12/+40
| | | | | | | | | | __sync_* functions family - Remove BROKEN_ia64: it never had been first-class architecture, killed officially in -CURRENT for a while now - Sanitize installation commands and sort the knobs while I am here Notes: svn path=/head/; revision=395830
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Use BROKEN helpersBaptiste Daroussin2015-06-271-5/+5
| | | | Notes: svn path=/head/; revision=390710
* Cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375014
* - Fix build with clangPhilippe Audeoud2013-11-275-34/+44
| | | | | | | | | | - Support STAGEDIR PR: ports/184242 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=335028
* biology/avida: add <unistd.h>, <typoinfo> for modern compilersJohn Marino2013-10-012-0/+20
| | | | Notes: svn path=/head/; revision=329003
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build with clangMartin Wilke2013-06-041-0/+10
| | | | | | | | PR: 179215 Submitted by: Ports Fury Notes: svn path=/head/; revision=319834
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Update to version 2.12.4Pawel Pekala2012-10-302-10/+4
| | | | | | | | | PR: ports/172218 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306688
* - Update to version 2.12.3Sylvio Cesar Teixeira2012-06-173-30/+54
| | | | | | | | PR: ports/168993 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299485
* Set maintainership back to ports@Carlo Strub2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298080
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Also broken on sparc64 (and, by implication, ia64).Mark Linimon2010-09-171-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=261321
* - Update to 2.10.0Sahil Tandon2010-08-215-29/+13
| | | | | | | | | | | | | | - Add LICENSE - Mark MAKE_JOBS_SAFE - Eliminate unnecessary patch - Note new homepage in pkg-descr - Pass maintainership to submitter PR: ports/149827 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=259660
* Mark various ports as broken or ignore on powerpc.Mark Linimon2010-04-011-1/+7
| | | | | | | While here, remove remnants of alpha. Notes: svn path=/head/; revision=251920
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* - Update to 2.8.1Dmitry Marakasov2008-10-234-150/+40
| | | | | | | | PR: 128057 Submitted by: Christian Sturm <athaba at inode dot at> Notes: svn path=/head/; revision=221933
* Reset sf@slappy.org due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219711
* [patch] cleanup non-supported FreeBSD versionsEdwin Groothuis2007-05-021-7/+1
| | | | | | | | | PR: ports/111724 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=191379
* Mark as broken for i386 4.xEdwin Groothuis2006-08-101-1/+7
| | | | | | | | PR: ports/101789 Submitted by: Scott Flatman <sf@slappy.org> Notes: svn path=/head/; revision=170319
* - Update to 2.4.3Rong-En Fan2006-07-088-234/+147
| | | | | | | | | | | - Pass maintainersip to submitter PR: 99901 Submitted by: Scott Flatman <sf slappy.org> Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167176
* Remove USE_REINPLACE from all categories starting with BEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161307
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149228
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* The build should be fixed now, so remove BROKEN mark.Alexey Dokuchaev2004-09-231-7/+1
| | | | | | | Approved by: portmgr (marcus), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118350
* Unbreak the build on 5.X and -CURRENT.Alexey Dokuchaev2004-09-181-0/+44
| | | | | | | | Reported by: pointyhat.freebsd.org Approved by: portmgr (marcus), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118227
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-171-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118212
* Add forgotten patches...Thierry Thomas2004-05-214-2/+62
| | | | Notes: svn path=/head/; revision=109634
* BROKEN: Broken pkg-plistKris Kennaway2004-05-211-0/+2
| | | | Notes: svn path=/head/; revision=109576
* Add a missing BUILD_DEPENDS.Thierry Thomas2004-05-111-0/+1
| | | | | | | Reported by: Kris. Notes: svn path=/head/; revision=108887
* Upgrade to 2.0b7 and unbreak.Thierry Thomas2004-05-107-113/+128
| | | | Notes: svn path=/head/; revision=108868
* Fix MASTER_SITESMarkus Brueffer2004-05-091-1/+1
| | | | Notes: svn path=/head/; revision=108723