| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: multimedia/libmatroska/Makefile |
|
CVSWeb
|
Number of commits found: 23 |
|
Sun, 1 Apr 2007
|
[ 08:50 lioux ]
1.43 multimedia/goggles/Makefile
1.35 multimedia/kmplayer/Makefile
1.18 multimedia/konverter/Makefile
1.18 multimedia/ldvd/Makefile
1.17 multimedia/libdivxdecore-devel/Makefile
1.19 multimedia/libdivxdecore/Makefile
1.9 multimedia/libdivxencore/Makefile
1.9 multimedia/libdvdplay/Makefile
1.23 multimedia/libmatroska/Makefile
1.34 multimedia/libmpeg2/Makefile
(Only the first 10 of 23 ports in this commit are shown above. )
Give maintainership to multimedia@FreeBSD.org.
|
|
Sat, 24 Feb 2007
|
[ 19:29 sat ]
1.22 multimedia/libmatroska/Makefile
1.14 multimedia/libmatroska/distinfo
1.4 multimedia/libmatroska/pkg-plist
- Update to 0.8.1
- Update master sites
- installs_shlib->use_ldconfig
- Move plist_files to pkg-plist
- Don't install static lib
- Remove support for 4.x
Approved by: lioux (maintainer unreachable)
|
|
Wed, 10 May 2006
|
[ 23:37 edwin ]
1.16 mail/althea/Makefile
1.11 mail/antivirus-milter/Makefile
1.27 mail/anubis/Makefile
1.23 mail/asmail/Makefile
1.5 mail/assp/Makefile
1.6 mail/autosig/Makefile
1.7 mail/bayespam/Makefile
1.10 mail/biabam/Makefile
1.35 mail/cclient/Makefile
1.7 mail/contact-lookup-applet/Makefile
(Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
|
Wed, 2 Nov 2005
|
[ 03:38 lioux ]
1.20 multimedia/libmatroska/Makefile
1.12 multimedia/libmatroska/distinfo
Update to 0.8.0
|
|
Mon, 17 Oct 2005
|
[ 02:50 lioux ]
1.19 multimedia/libmatroska/Makefile
o LIB_DEPENDS on textproc/libebml instead of BUILD_DEPENDS
o Bump PORTREVISION
Submitted by: pointyhat (kris)
|
|
Sat, 17 Sep 2005
|
[ 23:39 lioux ]
1.18 multimedia/libmatroska/Makefile
1.11 multimedia/libmatroska/distinfo
Update to 0.7.7
PR: 85681
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
|
Sun, 29 May 2005
|
[ 02:40 lioux ]
1.17 multimedia/libmatroska/Makefile
1.10 multimedia/libmatroska/distinfo
o Update to 0.7.6
o There is a shared library now
PR: 80240
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
|
|
Thu, 10 Mar 2005
|
[ 02:45 lioux ]
1.16 multimedia/libmatroska/Makefile
1.9 multimedia/libmatroska/distinfo
Update to 0.7.5
PR: 78452
Submitted by: "Evgueni V.Gavrilov" <aquatique@rusunix.org>
|
|
Sun, 19 Dec 2004
|
[ 01:52 lioux ]
1.15 multimedia/libmatroska/Makefile
First try at fixing build on 4.x branch
PR: 73297
Submitted by: Sven Berkvens-Matthijsse <sven@berkvens.net>
|
|
Fri, 15 Oct 2004
|
[ 01:42 lioux ]
1.14 multimedia/libmatroska/Makefile
1.8 multimedia/libmatroska/distinfo
Update to 0.7.4
|
|
Tue, 24 Aug 2004
|
[ 00:09 linimon ]
1.13 multimedia/libmatroska/Makefile
1.7 multimedia/libmatroska/distinfo
Update to 0.7.1; remove unneeded USE_GCC; update master sites (old and new
sources are being put in old/).
PR: ports/69785
Submitted by: Michael Johnson <ahze at ahze dot net>
Approved by: maintainer timeout (3 weeks)
|
|
Wed, 23 Jun 2004
|
[ 17:06 lioux ]
1.12 multimedia/libmatroska/Makefile
1.6 multimedia/libmatroska/distinfo
Update to 0.7.0
PR: 66498
Submitted by: michael johnson <ahze@ahze.net>
|
|
Sat, 20 Mar 2004
|
[ 01:47 lioux ]
1.11 multimedia/libmatroska/Makefile
Fix build on 5.x-CURRENT: fix libebml port header files location
PR: 64460
Submitted by: Aron Stansvik <elvstone@osdever.net>,
bento
|
|
Thu, 18 Mar 2004
|
[ 12:33 kris ]
1.10 multimedia/libmatroska/Makefile
BROKEN on 5.x: Does not compile
|
|
Sun, 14 Mar 2004
|
[ 10:22 lioux ]
1.9 multimedia/libmatroska/Makefile
1.3 multimedia/mkvtoolnix/Makefile
1.8 textproc/libebml/Makefile
o Play nice in FreeBSD series before 5.x, defaulting on all mkvtoolnix
dependencies (them and it at the same time) to USE_GCC=2.95 is
enough
o The requirement on gcc 3.x on one of the dependencies was removed
and I forgot to check yet another variation
PR: 63581
Submitted by: michael johnson <ahze@ahze.net>
|
|
Tue, 24 Feb 2004
|
[ 02:56 lioux ]
1.8 multimedia/libmatroska/Makefile
1.2 multimedia/mkvtoolnix/Makefile
1.7 textproc/libebml/Makefile
o FreeBSD 5.x series had gcc 3.2.x per default up until OSVERSION
501103. However, users from FreeBSD series previous to 5.x are
required to build gcc32 port.
o Therefore, do not force 5.x users to build gcc33 port if their
available gcc32 toolchain will do. In so many words,
.if ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3
.endif
Prompted by: markus
Reviewed by: markus, will
|
[ 02:16 lioux ]
1.7 multimedia/libmatroska/Makefile
1.6 textproc/libebml/Makefile
o Make sure that:
- OSVERSION < 500000 implies in USE_GCC=3.2
- otherwise, USE_GCC=3.3 (which is the default on 5.x series)
o This will insure that since both libmatroska and libebml ports
were built with the same gcc toolchain, mkvtoolnix port will be
able to be linked to both using the same aforementioned gcc
toolchain
o Bump PORTREVISION
|
|
Mon, 23 Feb 2004
|
[ 22:38 lioux ]
1.6 multimedia/libmatroska/Makefile
1.5 multimedia/libmatroska/distinfo
1.3 multimedia/libmatroska/pkg-plist
Forced commit to correct commit message: Update to 0.6.3
|
[ 21:02 lioux ]
1.5 multimedia/libmatroska/Makefile
1.4 multimedia/libmatroska/distinfo
1.2 multimedia/libmatroska/pkg-plist
Update to 0.4.3
|
|
Sun, 8 Feb 2004
|
[ 01:14 lioux ]
1.4 audio/mctoolame-decoder/Makefile
1.3 audio/mctoolame-encoder/Makefile
1.6 audio/mpt/Makefile
1.7 audio/songprint/Makefile
1.9 audio/toolame/Makefile
1.8 biology/distribfold/Makefile
1.13 cad/electric/Makefile
1.49 devel/ddd/Makefile
1.10 devel/libtai/Makefile
1.49 devel/linux-understand_ada/Makefile
(Only the first 10 of 224 ports in this commit are shown above. )
USE_SIZEify
|
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ]
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile
(Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
|
Fri, 23 May 2003
|
[ 04:55 lioux ]
1.2 multimedia/libmatroska/Makefile
1.2 textproc/libebml/Makefile
1.2 multimedia/libmatroska/distinfo
1.2 textproc/libebml/distinfo
Update to 0.4.3
|
|
Tue, 20 May 2003
|
[ 23:37 lioux ]
1.38 multimedia/Makefile
1.1 multimedia/libmatroska/Makefile
1.1 multimedia/libmatroska/distinfo
1.1 multimedia/libmatroska/pkg-descr
1.1 multimedia/libmatroska/pkg-plist
New port libmatroska version 0.4.2: Extensible Multimedia Container
Format
|
Number of commits found: 23 |