Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12.4 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.12.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.12.4 20 Jul 2022 14:20:57
    |
Tobias C. Berner (tcberner)  |
biology: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Andrey Zakhvatov
* Bob Zimmermann <rpz@cse.wustl.edu>
* Camson Huynh <chuynh@biolateral.com.au>
* Dan Siercks <dsiercks@uwm.edu>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* J. Bacon <jwb@FreeBSD.org>
* Jason Bacon <jwb@FreeBSD.org>
* Jeremy <karlj000@unbc.ca> (Only the first 15 lines of the commit message are shown above ) |
2.12.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.12.4 02 Jan 2021 01:46:09
  |
linimon  |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
2.12.4 23 Oct 2019 16:25:10
  |
pkubaj  |
biology/avida: unbreak on powerpc64
Builds fine with GCC 9.
Approved by: mentors (implicit approval) |
2.12.4 25 Dec 2018 20:25:40
  |
tcberner  |
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 |
2.12.4 25 Aug 2018 03:22:18
  |
tobik  |
biology/avida: Fix build with Clang 6
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",
^ |
2.12.4 21 Dec 2017 10:23:19
  |
linimon  |
Try to bring some consistency to ports that have x86-specific pieces.
- 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) |
2.12.4 08 Dec 2017 05:20:01
  |
linimon  |
Revert previous fat-fingered commit. These are the error messages from
benchmarks/libmicro.
Pointy hat to: self
Approved by: portmgr (tier-2 blanket) |
2.12.4 08 Dec 2017 05:05:12
  |
linimon  |
Update errror message on armvX. |
2.12.4 30 Nov 2017 06:13:35
  |
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
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 |
2.12.4 13 May 2017 03:35:51
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.12.4 26 Feb 2017 12:56:41
  |
linimon  |
Mark various ports as broken on armv6: invokes x86 asm.
Approved by: portmgr (tier-2 blanket) |
2.12.4 19 Nov 2016 14:56:46
  |
marino  |
biology/avida: Fix ncurses from ports support |
2.12.4 08 Nov 2016 19:29:57
  |
linimon  |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
2.12.4 08 Nov 2016 02:48:00
  |
linimon  |
Mark broken on the rest of the tier-2 archs: invokes x86 asm. |
2.12.4 13 Dec 2015 16:07:28
  |
swills  |
mark some of the ports that don't build on powerpc64 for me |
2.12.4 02 Sep 2015 12:29:10
  |
danfe  |
- Unbreak on PowerPC by using atomicops implementation for Linux and GCC
__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 |
2.12.4 19 Aug 2015 13:30:00
  |
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
2.12.4 27 Jun 2015 14:29:25
  |
bapt  |
Use BROKEN helpers |
2.12.4 20 Dec 2014 17:27:09
  |
bapt  |
Cleanup plist |
2.12.4 27 Nov 2013 16:07:52
  |
jadawin  |
- Fix build with clang
- Support STAGEDIR
PR: ports/184242
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.12.4 01 Oct 2013 22:00:48
  |
marino  |
biology/avida: add <unistd.h>, <typoinfo> for modern compilers |
2.12.4 20 Sep 2013 15:55:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology) |
2.12.4 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.12.4 04 Jun 2013 08:26:03
  |
miwi  |
- Fix build with clang
PR: 179215
Submitted by: Ports Fury |
2.12.4 06 May 2013 15:34:18
  |
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
2.12.4 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.12.4 30 Oct 2012 17:53:39
  |
pawel  |
Update to version 2.12.4
PR: ports/172218
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
2.12.3 17 Jun 2012 20:04:32
 |
sylvio  |
- Update to version 2.12.3
PR: ports/168993
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.10.0 03 Jun 2012 12:14:38
 |
cs  |
Set maintainership back to ports@ |
2.10.0 15 Sep 2011 12:33:27
 |
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
2.10.0 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.10.0 17 Sep 2010 09:17:05
 |
linimon  |
Also broken on sparc64 (and, by implication, ia64).
Hat: portmgr |
2.10.0 21 Aug 2010 00:28:49
 |
sahil  |
- Update to 2.10.0
- 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> |
2.8.1_1 01 Apr 2010 05:16:19
 |
linimon  |
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha. |
2.8.1_1 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
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. |
2.8.1_1 22 Aug 2009 00:15:15
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
2.8.1_1 24 Mar 2009 19:13:32
 |
makc  |
bump PORTREVISION after cmake update |
2.8.1 23 Oct 2008 14:13:37
 |
amdmi3  |
- Update to 2.8.1
PR: 128057
Submitted by: Christian Sturm <athaba at inode dot at> |
2.4.3 03 Sep 2008 02:57:44
 |
linimon  |
Reset sf@slappy.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.4.3 02 May 2007 07:13:53
 |
edwin  |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111724
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout |
2.4.3 10 Aug 2006 23:02:50
 |
edwin  |
Mark as broken for i386 4.x
PR: ports/101789
Submitted by: Scott Flatman <sf@slappy.org> |
2.4.3 08 Jul 2006 03:36:37
 |
rafan  |
- Update to 2.4.3
- Pass maintainersip to submitter
PR: 99901
Submitted by: Scott Flatman <sf slappy.org>
Approved by: delphij (mentor, implicit) |
2.0b7 03 May 2006 23:26:35
 |
edwin  |
Remove USE_REINPLACE from all categories starting with B |
2.0b7 24 Nov 2005 00:04:00
 |
pav  |
- Add SHA256 |
2.0b7 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.0b7 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.0b7 23 Sep 2004 07:10:32
 |
danfe  |
The build should be fixed now, so remove BROKEN mark.
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
2.0b7 18 Sep 2004 08:12:28
 |
danfe  |
Unbreak the build on 5.X and -CURRENT.
Reported by: pointyhat.freebsd.org
Approved by: portmgr (marcus), fjoe (mentor, implicit) |
2.0b7 17 Sep 2004 22:47:50
 |
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
2.0b7 21 May 2004 13:24:56
 |
thierry  |
Add forgotten patches... |
2.0b7 21 May 2004 05:29:38
 |
kris  |
BROKEN: Broken pkg-plist |
2.0b7 11 May 2004 05:40:32
 |
thierry  |
Add a missing BUILD_DEPENDS.
Reported by: Kris. |
2.0b7 10 May 2004 19:26:42
 |
thierry  |
Upgrade to 2.0b7 and unbreak. |
1.6.0_1 09 May 2004 11:04:05
 |
markus  |
Fix MASTER_SITES |
1.6.0_1 10 Apr 2004 17:26:55
 |
trevor  |
Tidy up whitespace. |
1.6.0_1 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
1.6.0_1 07 Mar 2004 00:18:27
 |
linimon  |
Maintainer reports being unable to look after this port any longer.
Thanks for your efforts in the past. |
1.6.0_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.6.0 04 Jun 2003 22:43:38
 |
kris  |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
1.6.0 18 May 2003 09:28:02
 |
kris  |
BROKEN on 5.1: bad C++ |
1.6.0 21 Feb 2003 11:01:38
 |
knu  |
De-pkg-comment. |
1.6.0 14 Jan 2003 03:39:21
 |
kris  |
Add some missing files |
1.6.0 03 Nov 2002 23:40:02
 |
edwin  |
Make biology/avida building on -current again
PR: ports/44819
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Approved by: Jeremy Karlson <karlj000@unbc.ca> |
1.6.0 19 Sep 2002 02:45:38
 |
kris  |
BROKEN: Does not build |
1.6.0 20 Apr 2002 15:17:46
 |
ijliao  |
add avida 1.6.0
Avida is an auto-adaptive genetic system designed for ALife research
PR: 37268
Submitted by: Jeremy Karlson <karlj000@unbc.ca> |