Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8_35 26 Jun 2021 15:13:36 |
Rene Ladan (rene) |
*/*: Remove expired ports:
2020-12-31 audio/xmms2: Uses Python 2.7 which is EOLed upstream
2021-06-23 audio/gxmms2: Uses EOL Python 2.7 via audio/xmms2
2021-06-23 audio/lxmusic: Uses EOL Python 2.7 via audio/xmms2 |
0.8_35 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8_35 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
0.8_34 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
0.8_34 20 Jul 2020 14:56:23 |
mat |
Pod::Parser was removed from perl5 in 5.31.0.
Add a P5_POD_PARSER variable to use in dependencies for ports that need
it.
PR: 247826 |
0.8_34 05 May 2020 13:24:41 |
madpilot |
Change default MDNS backend to the more commonly used avahi one.
This avoids conflicting with KDE and other commonly used ports.
Reported by: Chris Watson <bsdunix44@gmail.com>
MFH: 2020Q2 |
0.8_33 14 Jan 2020 09:27:19 |
antoine |
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143 |
0.8_33 12 Dec 2019 15:11:33 |
jhale |
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase |
0.8_32 24 Nov 2019 10:25:07 |
madpilot |
Switch MAD with MPG123 in DEFAULT_OPTIONS.
Submitted by: Daniel Engberg
Differential Revision: https://reviews.freebsd.org/D22285 |
0.8_31 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
0.8_31 08 Nov 2019 09:27:57 |
tobik |
a-b: Add missing USES={gnome,php,sdl,xorg} |
0.8_31 06 Sep 2019 09:02:47 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.8_31 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
0.8_30 19 Jun 2019 22:41:52 |
mat |
Fix build with Perl 5.31+
With hat: perl@ |
0.8_30 04 Jun 2019 14:17:39 |
antoine |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
0.8_29 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.8_28 04 Feb 2019 21:42:58 |
amdmi3 |
- Convert USE_SDL=yes to USE_SDL=sdl
Approved by: portmgr blanket |
0.8_28 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
0.8_27 14 Oct 2018 19:28:57 |
madpilot |
Fix build with OpenSSL 1.1.x
PR: 232154
Submitted by: me |
0.8_27 01 Sep 2018 17:05:48 |
antoine |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
0.8_26 21 May 2018 20:00:48 |
madpilot |
- Mark xmms2 slave ports as broken with openssl-devel [1]
While here:
- Strip binaries
- Add missing dependency to audio/xmms2
PR: 225950 [1]
Submitted by: brnrd |
0.8_25 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
0.8_24 05 Apr 2018 20:13:34 |
jhale |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469 |
0.8_23 15 Mar 2018 22:18:21 |
bdrewery |
Fix orphaned libraries error for slave binding ports. |
0.8_23 15 Mar 2018 21:15:15 |
bdrewery |
Correct comment |
0.8_23 05 Jan 2018 02:57:35 |
jbeich |
Lift BROKEN_aarch64 for Clang 3.8 per FreeBSD 11.0 EOL
The cryptic "error in backend" is emitted by Clang on crash. |
0.8_23 23 Dec 2017 07:03:21 |
antoine |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
0.8_22 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
0.8_21 25 Mar 2017 23:37:05 |
antoine |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
0.8_20 21 Mar 2017 21:59:31 |
antoine |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
0.8_19 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
0.8_19 25 Dec 2016 00:27:31 |
madpilot |
Remove libofa support. The service it depends on has been discontinued
and the libofa port is now DEPRECATED.
PR: 215518
Submitted by: jhale |
0.8_18 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
0.8_17 30 Nov 2016 16:01:30 |
linimon |
Mark various ports as broken on aarch64 due to the same clang bug:
error in backend: Do not know how to split this operator's operand!
Approved by: portmgr (tier-2 blanket) |
0.8_17 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 |
0.8_17 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.8_17 11 Jan 2016 16:04:19 |
madpilot |
Convert to USES=sqlite |
0.8_17 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
0.8_17 30 Aug 2015 20:47:09 |
madpilot |
- Use option helpers
- Strip binaries
- Fix AIRPLAY option
- Fix packaging with MDSN option turned off
- Regenerate patches |
0.8_16 29 Aug 2015 21:48:59 |
jbeich |
audio/libtremor: bump PORTREVISION in consumers after r395232
libvorbisidec.so.1.0.2 -> libvorbisidec.so.1.0.3
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/libtremor/1.2.0.s20040213_to_1.2.1.s20150105/compat_report.html
Pointy hat to: jbeich
MFH: 2015Q3 (ports-secteam reliability blanket) |
0.8_15 09 Apr 2015 22:08:19 |
antoine |
Prevent a stage violation when staging as root |
0.8_15 08 Apr 2015 15:05:49 |
bapt |
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe |
0.8_15 01 Apr 2015 09:30:49 |
danfe |
- Provide standard CDDA_DESC for Digital Audio CD support, and remove it
from individual ports when appropriate (two ports, `audio/deadbeef' and
`devel/gvfs', were allowed to keep them for the time being, since they
benefit from custom description)
- Remove last per-port occurrences of WAVPACK_DESC while I'm at it |
0.8_15 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.8_14 18 Nov 2014 21:37:21 |
madpilot |
Fix orphaned directory. |
0.8_13 28 Oct 2014 01:13:33 |
amdmi3 |
- Fix plist for MDNS_AVAHI option
Approved by: portmgr blanket |
0.8_12 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.8_12 02 Sep 2014 22:49:42 |
bapt |
Do not try to create a directory which is now always created |
0.8_12 31 Aug 2014 16:36:23 |
tijl |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
0.8_11 30 Aug 2014 19:23:18 |
tijl |
devel/gamin:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
0.8_10 25 Aug 2014 17:08:15 |
madpilot |
Convert to USES=python. |
0.8_10 25 Aug 2014 11:06:22 |
amdmi3 |
- Fix CDDA option
- Fix plist for ET option
Approved by: portmgr blanket |
0.8_10 09 Aug 2014 10:06:55 |
arved |
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271 |
0.8_9 04 Aug 2014 15:46:12 |
amdmi3 |
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket |
0.8_8 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
0.8_7 05 May 2014 14:51:06 |
sunpoet |
- Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
dependency change from audio/libshout2 to audio/libshout [1]
Approved by: portmgr (bapt) [1] |
0.8_6 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.8_5 09 Apr 2014 15:07:44 |
madpilot |
- Fix build when MODPLUG option is enabled (disabled by default)
PR: ports/188377
Submitted by: Volodymyr Kostyrko <arcade@b1t.name> |
0.8_5 17 Mar 2014 08:37:19 |
madpilot |
Convert to new USES=tar |
0.8_5 27 Feb 2014 19:52:12 |
madpilot |
- Fix build with AVCODEC option [1]
- Fix build with when both VISUAL and VORBIS options are on
- While here, make portlint happier
PR: ports/187100 [1]
Submitted by: Igor Steuck Lopes <igorstklps@gmail.com>
Obtained from: Upstream [1] |
0.8_5 05 Feb 2014 15:53:18 |
bapt |
Chase libmad changes |
0.8_4 04 Jan 2014 23:40:44 |
antoine |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
0.8_4 25 Nov 2013 22:13:06 |
madpilot |
Fix calls to waf scripts to allow depending on any python version,
instead of the one hardcoded in the script itself.
Submitted by: python@ (mva@) |
0.8_4 25 Oct 2013 16:52:53 |
wg |
audio/xmms2: fix build with newer ffmpeg
- Fix build with newer ffmpeg
Reported by: Wolfgang Riegler <wolfgang.riegler gmx.de>
Approved by: maintainer |
0.8_4 29 Sep 2013 10:41:24 |
madpilot |
Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format. |
0.8_4 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.8_4 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
0.8_3 05 Jul 2013 05:55:18 |
bapt |
pkgconfig is needed by all slaves either (to detect xmms2 itself)
Reported by: poudriere |
0.8_3 18 Jun 2013 04:08:26 |
miwi |
- Add missing pkgconfig
- While here remove 7.X gruft
Reported by: pointyhat
http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/a.9-exp.20130618003449.pointyhat-west/xmms2-0.8_3.log |
0.8_3 09 Jun 2013 19:30:59 |
naddy |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
0.8_2 24 May 2013 21:32:39 |
madpilot |
- Fix slave port audio/cpp-xmms2 build with recent clang [1]
- While here hack build system to stop slave ports from overwriting
master's files on installation
Reported by: miwi [1] |
0.8_1 06 Oct 2012 15:01:11 |
madpilot |
- Allow xmms2 slave ports to override MAINTAINER
- Correctly take maintainership of unmaintained xmms2 slaves
- While I'm here, trim Makefile headers |
0.8_1 20 Jul 2012 13:27:11 |
naddy |
Make PORTREVISION overridable by slave ports. Fixes version numbers
going backwards for {cpp,py,ruby}-xmms2 as reported by pointyhat. |
0.8_1 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
0.8 18 Jul 2012 20:38:34 |
madpilot |
Modify options descriptions and use shared ones where available.
No functional change to the port.
Approved by: crees, tabthorpe (mentors, implicit) |
0.8 09 Jun 2012 10:59:46 |
madpilot |
- Use new options framework "SINGLE" feature.
Approved by: crees, tabthorpe (mentors, implicit) |
0.8 31 May 2012 21:12:14 |
madpilot |
- Convert to new options framework
- Remove uneeded double quotes
- While here fix various portlint warnings
- Indent make conditionals and loop
Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232
maintainer)
Approved by: tabthorpe (mentor) |
0.8 08 May 2012 18:47:50 |
madpilot |
- Update xmms2 to 0.8 [1]
- Add SNDFILE option [1]
- Don't install test and debugging components by default [2]
- Fix slave ports
- Take maintainership
PR: ports/163056
Submitted by: Jan Beich <jbeich@tormail.net> [1] and [2] partly
Approved by: crees (mentor) |
0.7_4 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.7_3 18 Jan 2012 17:36:27 |
arved |
Chase libcdio shlib bump |
0.7_2 23 Oct 2011 16:06:54 |
miwi |
- Fix build
PR: 161591
Submitted by: Guido Falsi <mad@madpilot.net> |
0.7_2 17 Oct 2011 10:08:33 |
bf |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
0.7_2 29 Aug 2011 22:14:36 |
linimon |
Mark as broken on pointyhat: runaway process (build never terminates). |
0.7_2 08 Aug 2011 18:54:33 |
arved |
Fix WWW
PR: 159429
Submitted by: KATO Tsuguru |
0.7_2 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
0.7_1 20 Apr 2011 06:48:33 |
erwin |
Don't override PORTREVISION from slave ports so their version
does not potentially go backwards. |
0.7_1 28 Mar 2011 03:01:32 |
wen |
- Bump PORTREVISION to chase the update of audio/libdiscid
PR: ports/155977
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |
0.7 24 Feb 2011 23:38:28 |
miwi |
- Update to 0.7.DrNo.
- Update WWW
- chase xmms2 shlib bump
PR: 144821
Submitted by: Guido Falsi <mad@madpilot.net> |
0.6_8 23 Feb 2011 16:46:13 |
novel |
Chase audio/mpg123 shlib version change. |
0.6_7 21 Sep 2010 16:51:17 |
makc |
Switch to audio/musepack from deprecated audio/libmpcdec
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> |
0.6_7 24 Jul 2010 16:38:20 |
mm |
- Update ffmpeg to 0.6 |
0.6_6 06 Jun 2010 20:39:21 |
naddy |
Bump PORTREVISION after libao update and handle API incompatibility. |
0.6_5 28 May 2010 06:56:46 |
ehaupt |
Chase audio/libmodplug update |
0.6_4 04 May 2010 11:28:22 |
pav |
- Chase mpg123 update
PR: ports/145661
Submitted by: Oliver Wegner <oliver@skriptepedia.de> |
0.6_4 10 Apr 2010 14:38:28 |
sylvio |
- Chase wavpack's lib dump
Approved by: itetcu (mentor, implicit) |
0.6_3 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.6_2 28 Nov 2009 10:34:26 |
arved |
Chase libcdio shared library version bump |
0.6_1 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.6_1 21 Aug 2009 18:48:35 |
miwi |
- Fix typo |
0.6_1 21 Aug 2009 16:24:44 |
miwi |
- Chase audio/mpg123 shlib bump
PR: 138008
Submitted by: Anonymous <swell.k@gmail.com>
Pointy hat to: novel |