Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.1_2 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.5.1_1 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.5.1_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
1.5.1 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.5.1 30 Apr 2022 08:03:20
    |
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
1.5.1 19 Oct 2021 08:36:47
    |
Tobias Kortkamp (tobik)  |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
1.5.1 10 Oct 2021 19:44:42
    |
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.5.1 18 Aug 2021 23:41:24
    |
John Hixson (jhixson)  |
audio/pithos: update to version 1.5.1 |
1.5.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5.0 10 Oct 2020 18:01:40
  |
sunpoet  |
Update USES=python for audio/py-pylast 4.0.0 update |
1.5.0 25 Oct 2019 20:13:48
  |
jhixson  |
audio/pithos: update to 1.5.0 |
1.4.1 29 Jan 2019 06:48:15
  |
tobik  |
audio/pithos: Use USES=pkgconfig |
1.4.1 28 Jan 2019 18:12:42
  |
jhixson  |
audio/pithos: Update to 1.4.1
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D18898 |
1.0.0_3 13 Jan 2019 21:45:03
  |
linimon  |
Remove unneccesary dependency on git. Switch to USE_GSTREAMER1.
PR: 234393
Reported by: jhibbits
Approved by: maintainer |
07 Aug 2018 12:13:48

|
jhixson  |
Change jhixson port maintainer email to jhixson@FreeBSD.org
Approved by: miwi (mentor), kmoore (mentor), araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D16592 |
1.0.0_2 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.0_2 03 Jan 2018 13:22:32
  |
mat  |
Cleanup Mk/Uses/gnome.mk.
- Remove the use of comp_DETECT.
- Remove all comp_DETECT variables.
- Remove a use of comp_DETECT outside of gnome.mk
- Remove py3gobject3.
- Have ports depending directly on devel/py-gobject3 use gnome to do it.
PR: 224618
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13550 |
1.0.0_2 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.0_2 20 Mar 2017 18:42:27
  |
araujo  |
Update maintainer email address.
Submitted by: John Hixson <jhixson@gmail.com> (maintainer) |
1.0.0_2 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_2 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_2 06 May 2015 12:57:56
  |
mat  |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_2 10 Jan 2015 23:15:28
  |
demon  |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine |
1.0.0_1 20 Oct 2014 06:36:00
  |
bapt  |
Cleanup plist |
1.0.0_1 28 Sep 2014 17:26:53
  |
mva  |
- Convert to USES=python
Approved by: portmgr (implicit) |
1.0.0_1 11 Aug 2014 19:18:38
  |
kmoore  |
- Add missing depend on gstreamer-soup
- Bump PORTREV |
1.0.0 09 Aug 2014 15:54:11
  |
kmoore  |
- Update to 1.0.0
Approved by: Maintainer |
0.3.18_2 20 Jun 2014 20:54:41
  |
wg  |
audio/pithos: add missing dependency
PR: 190335
Submitted by: grant_watson yahoo com
Approved by: maintainer (timeout) |
0.3.18_1 08 Jun 2014 08:48:01
  |
mva  |
- Convert to stagedir
- Remove easy_install dependency
- Pet portlint
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
0.3.18 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.3.18 02 Jan 2014 22:41:18
  |
rakuco  |
Update to 0.3.18.
PR: ports/185411
Submitted by: John Hixson <john@pcbsd.org> (maintainer) |
0.3.17 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.3.17 08 Jul 2013 17:15:05
  |
bapt  |
Remove unneeded USE_DISPLAY
While here:
- Trim headers
- Remove undefinite article from comment
- Remove useless pre.mk/post.mk dancing |
0.3.17 04 Jun 2012 09:50:13
 |
ak  |
- Update to 0.3.17
* Switch to JSON API to work around XMLRPC API update
Approved by: eadler, itetcu (mentors, implicit) |
0.3.14_2 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.3.14_1 27 Apr 2012 21:02:43
 |
delphij  |
patch pithos to work with pandora v34.
PR: ports/167377
Submitted by: John Hixson (maintainer) |
0.3.14 16 Apr 2012 18:47:55
 |
delphij  |
New Port: audio/pithos GNOME Pandora player
PR: ports/158925
Submitted by: John Hixson <john ixsystems.com> |