| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
4.4_3 08 Mar 2025 04:05:21 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 commit hash: 06a08e69f3acb846ad8252945f53c3a2d211e303 files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
4.4_2 22 Jul 2023 17:35:44 commit hash: 408432c44035b0350dd1ddf0ebe6639e11582f27 commit hash: 408432c44035b0350dd1ddf0ebe6639e11582f27 commit hash: 408432c44035b0350dd1ddf0ebe6639e11582f27 commit hash: 408432c44035b0350dd1ddf0ebe6639e11582f27 files touched by this commit |
Matthias Andree (mandree) search for other commits by this committer |
devel/cxxtest: support self-tests and add py-ply to depends |
4.4_1 22 Jul 2023 14:36:23 commit hash: 0da13d75dcaa2156678745e43f2aaf156945c9f7 commit hash: 0da13d75dcaa2156678745e43f2aaf156945c9f7 commit hash: 0da13d75dcaa2156678745e43f2aaf156945c9f7 commit hash: 0da13d75dcaa2156678745e43f2aaf156945c9f7 files touched by this commit |
Matthias Andree (mandree) search for other commits by this committer |
devel/cxxtest: take maintainership, add docs/examples
This port is in need of a new maintainer, Hans Petter Selasky who was
the previous maintainer has passed away in June 2023.
https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html
We thank Hans Petter for maintaining this port and his other contributions,
which have been countless.
I am taking maintainership of this port, which is
Approved by: portmgr@ (discussed with bofh@ → blanket)
Apparently the home page is currently unavailable due to configuration
issues (no DNS A nor AAAA RR), so add a different WWW for now.
Issue reported upstream to https://github.com/CxxTest/cxxtest/issues/157 (Only the first 15 lines of the commit message are shown above View all of this commit message) |
4.4 27 Jun 2023 19:34:34 commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit |
Rene Ladan (rene) search for other commits by this committer |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit |
Stefan Eßer (se) search for other commits by this committer |
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) |
4.4 07 Sep 2022 21:10:59 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit |
Stefan Eßer (se) search for other commits by this committer |
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 View all of this commit message) |
4.4 20 Jul 2022 14:21:35 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit |
Tobias C. Berner (tcberner) search for other commits by this committer |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above View all of this commit message) |
4.4 06 Apr 2021 14:31:07 commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit |
Mathieu Arnold (mat) search for other commits by this committer |
Remove # $FreeBSD$ from Makefiles. |
4.4 13 Feb 2020 14:27:46 Revision:526019 Original commit files touched by this commit |
sunpoet search for other commits by this committer |
Update MAINTAINER: use @FreeBSD.org |
4.4 04 Oct 2019 08:03:01 Revision:513754 Original commit files touched by this commit |
mat search for other commits by this committer |
Remove an extra space.
Reported by: maintainer |
4.4 04 Oct 2019 07:27:02 Revision:513749 Original commit files touched by this commit |
mat search for other commits by this committer |
Cleanup.
- shebangfix is not used
- package name has no prefix/suffix so add noflavors
- use WRKSRC_SUBDIR |
4.4 03 Oct 2019 15:27:14 Revision:513670 Original commit files touched by this commit |
hselasky search for other commits by this committer |
Update to v4.4.
And take over maintainership (maintainer timeout).
Approved by: pi
PR: 240579 |
3.10.1_1 12 Feb 2018 17:14:57 Revision:461604 Original commit files touched by this commit |
amdmi3 search for other commits by this committer |
- Add missing python run-dependency
Approved by: portmgr blanket |
3.10.1 19 May 2016 10:21:25 Revision:415498 Original commit files touched by this commit |
amdmi3 search for other commits by this committer |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.10.1 27 Oct 2014 10:10:59 Revision:371544 Original commit files touched by this commit |
bapt search for other commits by this committer |
Cleanup plist |
3.10.1 24 Jun 2014 22:44:53 Revision:359159 Original commit files touched by this commit |
bapt search for other commits by this committer |
Directly write gmake instead of useless GMAKE macro |
3.10.1 27 Jan 2014 23:33:18 Revision:341476 Original commit files touched by this commit |
bapt search for other commits by this committer |
Support stage
Add a DOCS option
Fix shebangs |
20 Sep 2013 17:03:27 Revision:327722 Original commit files touched by this commit Sanity Test Failure Refresh
|
bapt search for other commits by this committer |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
3.10.1 08 Sep 2013 07:03:32 Revision:326704 Original commit files touched by this commit |
az search for other commits by this committer |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
3.10.1 22 Oct 2011 23:50:23 Original commit files touched by this commit |
eadler search for other commits by this committer |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
3.10.1 03 Jul 2011 14:59:23 Original commit files touched by this commit |
ohauer search for other commits by this committer |
-remove MD5 |
3.10.1 22 Aug 2009 00:18:43 Original commit files touched by this commit |
amdmi3 search for other commits by this committer |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.10.1 12 Jun 2006 12:24:29 Original commit files touched by this commit |
miwi search for other commits by this committer |
Update to 3.10.1
PR: ports/98360
Submitted by: miwi
Approved by: krion (mentor), maintainer |
3.9.1 22 Jan 2006 08:30:12 Original commit files touched by this commit |
edwin search for other commits by this committer |
SHA256ify
Approved by: krion@ |
3.9.1 07 Mar 2004 23:36:26 Original commit files touched by this commit |
pav search for other commits by this committer |
- Update to 3.9.1
PR: ports/63902
Submitted by: andrew morton <drewish@katherinehouse.com> (maintainer) |
3.7.1 29 Dec 2003 08:24:40 Original commit files touched by this commit |
sergei search for other commits by this committer |
- Update to 3.7.1
While I'm here:
- Install examples and tests into EXAMPLESDIR
- Shorten COMMENT a bit to avoid truncation by pkg_info(1)
- s/ECHO_CMD/ECHO_MSG/ where appropriate
PR: 59607
Submitted by: maintainer |
3.0.1 17 Nov 2003 10:08:46 Original commit files touched by this commit |
krion search for other commits by this committer |
Add cxxtest 3.0.1, a simple yet powerful
JUnit/CppUnit/xUnit-like framework for C++.
PR: 55606
Submitted by: andrew morton <drewish@katherinehouse.com> |