Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.6_23 27 Jan 2020 17:18:16 |
rene |
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.7.6_23 03 Jan 2020 20:18:27 |
jbeich |
x11-toolkits/nucleo: put out of misery along with the only consumer |
0.7.6_23 16 Sep 2019 08:16:36 |
antoine |
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3 |
0.7.6_23 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.7.6_22 17 Jan 2019 15:30:51 |
danfe |
With Qt 4.x sadly going away in less than two months, remove the QT4
option earlier to ease the deprecation process and reduce repo churn
when the time comes. |
0.7.6_22 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
0.7.6_22 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.7.6_21 31 Oct 2018 02:32:50 |
danfe |
In r483285, compiler:c++11-lang was added to USES in order to unbreak the
port on GCC-based architectures, while actually the code predates 2011 by
couple of years. Turns out that the build against GCC was failing because
of the -Wno-c++11-narrowing option added back in r474518 to unbreak the
build against Clang 6. Fix the underlying problem with the code instead,
so we can remove offending option from CXXFLAGS and stop bogusly require
C++11-capable compiler just because of that option.
Tested on: Mac mini G4 (powerpc, gcc-4.2.1-based) |
0.7.6_21 28 Oct 2018 11:46:42 |
linimon |
Fix build with GCC-based architectures, add USES=gl.
PR: 231709
Submitted by: Piotr Kubaj |
0.7.6_21 12 Jul 2018 14:11:02 |
amdmi3 |
- Fix build with clang 6 |
0.7.6_21 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.7.6_21 03 May 2018 19:02:29 |
jbeich |
x11-toolkits/nucleo: unbreak with ffmpeg 4.0
ffmpegImageSink.cxx:137:39: error: use of undeclared identifier
'AVFMT_RAWPICTURE'
} else if (output_format->flags & AVFMT_RAWPICTURE) {
^
ffmpegImageSink.cxx:198:20: error: no member named 'me_method' in
'AVCodecContext'
codec_context->me_method = ME_EPZS ; // ME_ZERO
~~~~~~~~~~~~~ ^
ffmpegImageSink.cxx:198:32: error: use of undeclared identifier 'ME_EPZS'
codec_context->me_method = ME_EPZS ; // ME_ZERO
^
ffmpegImageSink.cxx:212:27: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER ;
^
PR: 227726
Reported by: antoine (via exp-run) |
0.7.6_21 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.7.6_20 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.7.6_19 20 Oct 2017 14:13:29 |
jbeich |
x11-toolkits/nucleo: unbreak FFMPEG=on with Clang 4.0
ffmpegImageSink.cxx:246:29: error: ordered comparison between pointer and zero
('AVIOContext *' and 'int')
0, udp_callback, 0) < 0) {
~~~~~~~~~~~~~~~~~~~ ^ ~
Reported by: antoine (via bug 223057 exp-run) |
0.7.6_19 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.7.6_18 18 Apr 2017 10:32:52 |
amdmi3 |
- Add LICENSE_FILE
- Add missing expat and gl depends
- Fix shebangs
- Switch to USES=localbase |
0.7.6_17 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.7.6_16 04 Nov 2016 14:24:06 |
jbeich |
x11-toolkits/nucleo: oops, restore size check after r425305
PR: 207547 |
0.7.6_15 04 Nov 2016 08:48:50 |
jbeich |
x11-toolkits/nucleo: unbreak build with ffmpeg 3.x
In file included from nucleo/plugins/ffmpeg/ffmpegImageSink.cxx:14:
nucleo/plugins/ffmpeg/ffmpegImageSink.H:39:10: error: ISO C++ forbids forward
references to
'enum' types
enum PixelFormat srcEncoding ;
^
nucleo/plugins/ffmpeg/ffmpegImageSink.H:39:22: error: field has incomplete type
'enum PixelFormat'
enum PixelFormat srcEncoding ;
^
nucleo/plugins/ffmpeg/ffmpegImageSink.H:39:10: note: forward declaration of
'nucleo::PixelFormat'
enum PixelFormat srcEncoding ;
^ (Only the first 15 lines of the commit message are shown above ) |
0.7.6_14 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
0.7.6_13 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.7.6_13 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.7.6_12 03 Jul 2015 22:12:14 |
riggs |
Fix build with ffmpeg 2.7 when built with non-default FFMPEG OPTION
Approved by: portmgr (antoine) |
0.7.6_12 02 Jul 2015 19:40:15 |
riggs |
- Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
UPDATING |
0.7.6_12 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.7.6_12 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
0.7.6_12 03 Jan 2015 01:30:37 |
marino |
x11-toolkits/nucleo: #include <cstring>
This is fallout from png upgrade. Modern GCC needs <cstring> for memmove,
although clang seems to be happy without it. |
0.7.6_12 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.7.6_11 25 Dec 2014 11:16:15 |
bapt |
Properly support png 1.5 |
0.7.6_11 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.7.6_10 02 Sep 2014 23:12:53 |
bapt |
pkg already deals with empty directories |
0.7.6_10 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.7.6_9 23 Jul 2014 08:28:39 |
danfe |
- Do not advertise that port is BROKEN on PowerPC as it builds fine there
- Rearrange Makefile for better readability, remove extraneous bdeps, etc. |
0.7.6_9 02 Jul 2014 06:55:26 |
bapt |
Fix shebang files and strip binaries |
0.7.6_9 30 Jun 2014 21:21:12 |
tijl |
- USES=libtool pathfix tar:bzip2
- Test OPSYS before OSVERSION
- Remove pthread patch |
0.7.6_8 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.7.6_7 19 Jan 2014 14:22:09 |
miwi |
- Fix build with clang
PR: 185706
Submitted by: ports fury |
0.7.6_7 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
0.7.6_7 12 Sep 2013 12:09:53 |
bapt |
Remove duplicated patch
Submitted by: marino |
0.7.6_7 06 Sep 2013 21:20:29 |
bapt |
Fix build with libc++ |
0.7.6_7 05 Sep 2013 17:37:23 |
antoine |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
0.7.6_7 14 Mar 2013 08:17:40 |
pclin |
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a |
0.7.6_6 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.7.6_5 16 Nov 2012 06:42:39 |
danfe |
- Trim Makefile header per new bylaws
- Convert to the new OPTIONS framework
- Remove explicit shlib versions from LIB_DEPENDS
- Relinquish maintainership
Feature safe: yes |
0.7.6_5 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.7.6_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.7.6_4 19 Nov 2011 12:27:14 |
danfe |
- Define LICENSE (LGPL21)
- Ensure lines do not exceed 80-char limit
- Touch Makefile header while here
Feature safe: yes |
0.7.6_4 19 Nov 2011 12:23:57 |
danfe |
Augment port description.
Feature safe: yes |
0.7.6_4 11 Nov 2011 05:03:45 |
linimon |
Mark as broken on powerpc-9: does not compile.
Hat: portmgr
Feature safe: yes |
0.7.6_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.7.6_4 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
0.7.6_4 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
0.7.6_3 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.7.6_2 04 Mar 2011 02:15:10 |
wen |
- Bump PORTREVISION to chase the update of libexif |
0.7.6_1 24 Jul 2010 16:38:20 |
mm |
- Update ffmpeg to 0.6 |
0.7.6 13 May 2010 21:53:30 |
danfe |
- Update to version 0.7.6
- Make libexif dependency mandatory: it is no longer considered optional by
upstream sources, and there is no --without-exif configure script switch
- Ensure that optional dependencies are recorded correctly (prevent silent
dependency injection)
- Augment list of available plugins (FFmpeg, GD) and add GnuTLS support
- Correctly depend on QT components (via bpm infrastructure)
- Clean up Makefile a bit and rearrange pkg-plist for better readability |
0.6_5 29 Mar 2010 17:45:04 |
dinoex |
- fix build for png-1.4.1 |
0.6_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.6_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.6_2 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
0.6_1 23 Jul 2008 18:08:32 |
danfe |
- Augment master sites per portlint(1)
- Kill extraneous whitespace |
0.6_1 06 Jun 2008 14:16:37 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.6 29 Jan 2008 13:29:52 |
danfe |
There is no need of the whole avahi bundle, avahi-libdns is enough.
PR: ports/119023
Submitted by: Dmitry Panov |
0.6 16 Aug 2007 11:28:18 |
danfe |
Fix the build on amd64 (and possibly other 64-bit arches).
Obtained from: Mandriva SRPM |
0.6 01 Jun 2007 13:17:29 |
danfe |
Remove superfluous backslash. |
0.6 01 Jun 2007 12:49:17 |
danfe |
- Register missing dependencies to fix packaging issues [1]
- Deoptionize JPEG and PNG support, it's pointless
- Introduce DNS-SD support option [2]
Reported by: krismail [1]
Idea from: Mandriva SRPM (patches) [2] |
0.6 30 May 2007 16:36:06 |
danfe |
Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4. |
0.6 30 May 2007 14:40:42 |
danfe |
Add Nucleo, a toolkit for exploring new uses of video and new human-computer
interaction techniques.
It's here mainly for upcoming Metisse port, an alternative X desktop with
nifty OpenGL capabilities.
WWW: http://insitu.lri.fr/~roussel/projects/nucleo/
XXX Currently, FFmpeg plugin is not built since out ffmpeg port lacks proper
pkg-config(1) hooks. XXX |