Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.r114_3 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
1.1.r114_2 09 Jan 2024 10:32:17 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
1.1.r114_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.1.r114_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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) |
1.1.r114_1 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 ) |
1.1.r114_1 20 Jul 2022 14:22:46 |
Tobias C. Berner (tcberner) |
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.1.r114_1 25 Jan 2022 19:22:44 |
Kai Knoblich (kai) |
*/*: Maintainer reset
Drop maintainership of all ports as his own request. We thank Vladimir
for all his efforts and hope to welcome him back in the future.
PR: 261391
Approved by: Vladimir Chukharev (maintainer)
MFH: 2022Q1 |
1.1.r114_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.r114_1 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
1.1.r114_1 24 Dec 2020 09:03:39 |
antoine |
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout |
1.1.r114_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.r114 30 Jun 2019 20:47:21 |
swills |
ports-mgmt/porttree: 1.1.r114
PR: 238706
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
1.0.r102 10 May 2019 05:50:50 |
meta |
ports-mgmt/porttree: Update to 1.0.r102
PR: 237810
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.9.r94 10 Feb 2019 21:08:42 |
swills |
ports-mgmt/porttree: update to 0.9.r94
PR: 235610
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.8.r82 25 Jan 2019 16:44:31 |
swills |
ports-mgmt/porttree: Update to 0.8.r82
PR: 235089
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.7.r69 15 Dec 2018 07:08:29 |
pi |
ports-mgmt/porttree: update 0.6.r67 -> 0.7.r69
- Fix bug related to py3
- Fix manpage
PR: 233814
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.6.r67_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.6.r67 04 Dec 2018 17:07:37 |
swills |
ports-mgmt/porttree: Update to 0.6.r67
PR: 233757
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.5.r66 02 Dec 2018 21:24:14 |
swills |
ports-mgmt/porttree: Update to 0.5.r66
PR: 233665
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.4.r65 24 Jun 2018 19:26:16 |
riggs |
Update to upstream version 0.4.r65
Detailed maintainer log:
- Add TEST-DEPENDS.
- Add indication of the type of dependence by the first characters
in parentheses: (BR) for BUILD_DEPENDS and RUN_DEPENDS together.
- Make it ready for Python 3.
- Fix transition of svn sources from Google Code to SF for gen-dist.
PR: 228361
Submitted by: vladimir.chukharev@gmail.com (maintainer) |
0.3.r52_2 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.3.r52_1 03 Dec 2017 08:25:32 |
antoine |
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3 |
0.3.r52_1 24 Nov 2017 17:53:12 |
mat |
Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by: Absolight |
0.3.r52_1 25 Oct 2017 06:16:11 |
se |
Add missing USES=shebangfix.
Approved by: antoine (implicit) |
0.3.r52 01 May 2017 09:00:10 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.3.r52 29 Dec 2016 12:41:04 |
mat |
Cleanup NO_BUILD and NO_INSTALL usage.
Sponsored by: Absolight |
0.3.r52 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.3.r52 30 Sep 2016 14:30:52 |
marino |
ports-mgmt/porttree: switch MASTER_SITE to SF to unbreak
PR: 213025
Submitted by: maintainer |
0.3.r52 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.3.r52 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.3.r52 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.3.r52 20 Sep 2015 20:54:09 |
olgeni |
Typos, whitespace and capitalization fixes (G-P). |
0.3.r52 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3.r52 19 Oct 2014 17:45:14 |
mva |
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
USES=python
Approved by: portmgr (implicit) |
0.3.r52 29 Jul 2014 21:43:18 |
adamw |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.3.r52 25 Feb 2014 21:17:17 |
pawel |
Add staging support
PR: ports/187066
Submitted by: maintainer |
0.3.r52 20 Sep 2013 22:36:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt) |
0.3.r52 09 Nov 2011 01:59:48 |
sunpoet |
- Update to 0.3.r52
- While I'm here, change USE_PYTHON from 2.4+ to yes
PR: ports/162394
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer) |
0.2.r20 06 Nov 2011 17:15:50 |
ohauer |
For a given port determine its dependences using any combination of the
- FETCH_DEPENDS
- EXTRACT_DEPENDS
- PATCH_DEPENDS
- LIB_DEPENDS
- BUILD_DEPENDS
- RUN_DEPENDS
and show them as a pseudo graphical tree.
Use back references for cross-connections.
WWW: http://code.google.com/p/porttree/
PR: ports/160007
Submitted by: Vladimir Chukharev |