Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.6_1 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) |
2.2.6 06 Sep 2014 12:27:35 |
pawel |
- Update to version 2.2.6
- Switch to USES=python |
2.2.5_1 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 |
2.2.5 24 Jul 2014 22:08:14 |
pawel |
- Fix fetch by using SourceForge mirrors
- Tarball has been rerolled by author:
http://sourceforge.net/p/lives/mailman/message/32546466/ |
2.2.5 03 Jul 2014 19:12:09 |
pawel |
- Update to version 2.2.5
- Fix smogrify runtime version detection |
2.2.4_1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
2.2.4_1 02 May 2014 14:16:49 |
tijl |
Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts. This makes the build use
the correct version information and causes a library version bump. Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.
games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.
games/oolite:
- Staging. (Only the first 15 lines of the commit message are shown above ) |
2.2.4 26 Apr 2014 10:09:45 |
pawel |
- Update to version 2.2.4
- Make Matroska support optional and off by default (mainly due to
multimedia/mkvtoolnix being notoriously broken)
- Fix few shebangs
- Install striped binaries |
2.2.2_1 23 Mar 2014 21:34:44 |
antoine |
Remove dependency on expiring and forbidden xmms
With hat: portmgr |
2.2.2 17 Mar 2014 16:56:16 |
pawel |
- Convert to USES=tar
- Use precise BSD licenses |
2.2.2 12 Dec 2013 16:14:12 |
pawel |
Update to version 2.2.2
Version 2.2.2 (10 December 2013)
--------------------------------
Fix crash in new multithreaded renderer.
Version 2.2.1 (10 December 2013)
--------------------------------
Fix major error introduced in 2.2.0 which can break files when inserting frames.
Fix audio insert/encode problems for some non-standard frame rates.
Optimisations for copy/insert. |
2.2.0 06 Dec 2013 17:01:22 |
pawel |
Update to version 2.2.0 |
2.0.6_1 04 Dec 2013 02:51:00 |
jhale |
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry |
2.0.6 01 Nov 2013 19:48:44 |
pawel |
Fix dynamic plist creation when DOXYGEN=on |
2.0.6 27 Oct 2013 21:40:28 |
pawel |
- Update to version 2.0.6
- Add patches to fix build after ffmpeg update
- Support STAGEDIR |
2.0.5_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
2.0.5_1 07 Oct 2013 09:21:13 |
koobs |
multimedia/x264: Update to 20130827 snapshot
- Update to 20130827 snapshot
- Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure
- Chase library version bump in dependent ports
PR: ports/182484
Submitted by: mm
Reviewed by: kwm, bapt |
2.0.5 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
2.0.5 29 Aug 2013 15:01:46 |
pawel |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed |
2.0.5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.5 19 Jun 2013 17:00:05 |
pawel |
- Update to version 2.0.5
- Convert to new options macros, list all options in OPTIONS_DEFINE
- Make DOXYGEN independent of DOCS option, use generated plist for it |
2.0.4 12 Jun 2013 13:59:14 |
miwi |
- Fix build on HEAD |
2.0.4 08 May 2013 18:01:24 |
pawel |
Update to version 2.0.4 |
2.0.3_1 06 May 2013 23:01:58 |
ehaupt |
Chase textproc/libebml, multimedia/libmatroska update.
Approved by: multimedia (bapt, kwm) |
2.0.3 04 May 2013 20:10:18 |
bapt |
Fix build with bmake |
2.0.3 26 Apr 2013 12:35:51 |
bapt |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext |
2.0.3 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.0.3 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
2.0.3 17 Apr 2013 22:25:38 |
pawel |
Update to version 2.0.3
Feature safe: yes |
1.8.2 07 Feb 2013 17:06:44 |
pawel |
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports |
1.8.2 29 Jan 2013 17:49:46 |
pawel |
- Update to version 1.8.2
- Don't force update of translations files - now it's done by default |
1.8.0 12 Jan 2013 17:49:17 |
pawel |
Fix build with clang |
1.8.0 18 Dec 2012 23:41:59 |
pawel |
- Update to version 1.8.0
- Order USE_ flags, drop gnomehack it's messy
- Cleanup REINPLACE_CMDs
- Sort plist |
1.6.4_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.6.4 05 Nov 2012 22:17:16 |
pawel |
- Update to version 1.6.4
- Remove ABI versions from LIB_DEPENDS
- Use common description for FREI0R option
- Silent REINPLACE_CMD command
- Trim Makefile header
Feature safe: yes |
1.6.3 17 Aug 2012 18:00:42 |
pawel |
- Update to version 1.6.3
- Add missing deps
- Sort and remove ABI versions from LIB_DEPENDS
- Port needs USE_PKGCONFIG=build |
1.6.2_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). |
1.6.2 25 Jun 2012 23:23:25 |
pawel |
- Update to version 1.6.2
- Remove description for DOXYGEN option |
1.6.1_2 07 Jun 2012 22:44:21 |
pawel |
Convert my ports to optionsNG |
1.6.1_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.6.1_1 25 Apr 2012 22:47:59 |
pawel |
Use correct path for touch, /bin/touch -> /usr/bin/touch
This fixes initial directory creation on first launch.
Reported by: Andrew Johnson <daeron@optushome.com.au> |
1.6.1 14 Apr 2012 18:04:19 |
pawel |
- Update to version 1.6.1
- Add missing build/lib deps
- Add option to build doxygen documentation (default off) |
1.3.12_2 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 |
1.3.12_1 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
1.3.12 23 Jan 2012 20:20:51 |
pawel |
USE_GETTEXT only when NLS is enabled |
1.3.12 19 Jan 2012 23:17:19 |
pawel |
- Update to version 1.3.12
- Disable documentation building when doxygen is found on system
- Respect WITHOUT_NLS
- Use bsd.port.options.mk
- Fix few portlint warnings |
1.0.10_2 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 |
1.0.10_2 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
1.0.10_2 23 Jun 2011 18:09:46 |
mm |
Update to 0.115.2000 |
1.0.10_1 06 Jun 2011 04:31:53 |
bapt |
- update mjpegtools to 2.0.0
- chase library bump |
1.0.10 23 Mar 2011 16:58:01 |
pawel |
- Update my email to FreeBSD
Approved by: miwi, wen (mentors) |
1.0.10 17 Oct 2010 09:43:36 |
makc |
Update to version 1.0.10
Add LICENSE
Mark MAKE_JOBS_SAFE
Few portlint fixes
Pass maintainership to submitter
PR: ports/151497
Submitted by: Pawel Pekala <c0rn at o2.pl> |
1.0.9_3 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.0.9_2 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.0.9_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.9 09 Mar 2010 23:00:02 |
miwi |
- Update to 1.0.9
PR: 144591
Submitted by: Ports Fury |
1.0.8_2 13 Feb 2010 08:45:24 |
miwi |
- Chase multimedia/mjpegtools shlib bump |
1.0.8_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.8 04 Jan 2010 23:14:19 |
miwi |
- Update to 1.0.8
PR: 142314
Submitted by: Ports Fury |
1.0.6 20 Nov 2009 06:06:40 |
miwi |
- Update to 1.0.6
PR: 140673
Submitted by: Ports Fury |
1.0.5 02 Nov 2009 10:54:30 |
miwi |
- Update to 1.0.5
PR: 140121
Submitted by: Ports Fury |
1.0.4 20 Oct 2009 09:40:10 |
miwi |
- Update to 1.0.4
PR: 139771
Submitted by: Ports Fury |
1.0.3 04 Oct 2009 10:08:14 |
miwi |
- Update to 1.0.3
PR: 139291
Submitted by: Ports Fury |
1.0.2 16 Sep 2009 14:29:53 |
miwi |
- Update to 1.2.0
PR: 138818
Submitted by: Ports Fury
Feature safe: yes |
1.0.0 26 Jul 2009 20:46:25 |
miwi |
- Update to 1.0.0
PR: 137011
Submitted by: Ports Fury |
1.0.0.p1_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
1.0.0.p1 18 Jun 2009 12:22:57 |
miwi |
- Update to 1.0.0.p1
PR: 135644
Submitted by: Ports Fury |
0.9.8.10_5 31 Mar 2009 13:58:18 |
pav |
- Update x264 to 0.0.20081218
- Remove x264-gtk
PR: ports/132780
Submitted by: Bapt <baptiste.daroussin@gmail.com>
- Update libquicktime to 1.1.1 to fix build with new x264
Submitted by: kwm
- Chase x264 shlib bump |
0.9.8.10_4 20 Mar 2009 23:33:48 |
miwi |
- Chase graphics/sswf shlib bump |
0.9.8.10_3 10 Feb 2009 19:50:55 |
mm |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
0.9.8.10_2 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.9.8.10_2 06 Jun 2008 13:48:22 |
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.9.8.10_1 22 Apr 2008 10:56:45 |
miwi |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
0.9.8.10 09 Apr 2008 15:51:53 |
sat |
- Update to 0.9.8.10 |
0.9.8.6_3 24 Mar 2008 03:50:55 |
marcus |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon |
0.9.8.6_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.9.8.6_1 09 Oct 2007 18:20:07 |
ahze |
Chase libtheora lib version |
0.9.8.6 18 Jul 2007 15:43:59 |
sat |
- Update to 0.9.8.6 |
0.9.8.5_2 21 Jun 2007 01:35:40 |
edwin |
[patch] multimedia/mjpegtools - update to 1.9rc1
The current mjpegtools (mpeg2enc for example) is dumping core way
too often to be able to do useful media conversions.
This version has been running on my system for two weeks now and
it works much better.
portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters
multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other
ports having RUN_DEPENDS on this port are not bumped.
PR: ports/113878
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Michael Johnson <ahze@ahze.net> |
0.9.8.5_1 31 May 2007 20:23:22 |
sat |
- Apply a quick bugfixing patch from upstream |
0.9.8.5 31 May 2007 06:59:22 |
sat |
- Update to 0.9.8.5 |
0.9.8.4_2 25 May 2007 17:08:35 |
ahze |
Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel |
0.9.8.4_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.9.8.4_1 29 Mar 2007 06:16:36 |
sat |
- Add a vendor-suggested patch |
0.9.8.4 28 Mar 2007 07:09:24 |
sat |
- Fix ghostscript dependency
PR: ports/110951
Submitted by: rafan |
0.9.8.4 27 Mar 2007 07:10:56 |
sat |
- Update to 0.9.8.4 |
0.9.8.3 16 Mar 2007 20:10:14 |
sat |
- Update to 0.9.8.3 |
0.9.8.2 31 Jan 2007 15:31:30 |
pav |
- Use new USE_CDRTOOLS variable |
0.9.8.2 30 Jan 2007 18:38:34 |
sat |
- Fix dependencies
Reported by: pointyhat via kris |
0.9.8.2 26 Jan 2007 15:56:13 |
sat |
Add port multimedia/lives:
LiVES is a Free, Open Source video editor *and* a VJ tool.
LiVES lets you start editing and making video right away, without having
to worry about formats, frame sizes, or framerates. LiVES will let you
start creating your own tools, utilities and effects via the built in
RFX builder.
LiVES is aimed at the digital video artist who wants to create their own
content, the video editor who wants to produce professional looking
video, and the VJ who wants to captivate with spectacular images.
WWW: http://lives.sourceforge.net/ |