OpenBSD CVS

CVS log for ports/multimedia/libmatroska/Makefile


[BACK] Up to [local] / ports / multimedia / libmatroska

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 27 10:10:20 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.34: +1 -1 lines
Diff to previous 1.34 (unified)

MASTER_SITES -> SITES

Revision 1.34 / (download) - annotate - [select for diffs], Fri Oct 14 06:41:17 2022 UTC (19 months, 2 weeks ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (unified)

Update to libmatroska 1.7.1

From Brad

Revision 1.33 / (download) - annotate - [select for diffs], Sat May 28 06:20:02 2022 UTC (2 years ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (unified)

Fix build with CMake 3.23

- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23

Revision 1.32 / (download) - annotate - [select for diffs], Fri Mar 11 19:39:21 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.31: +0 -2 lines
Diff to previous 1.31 (unified)

drop RCS Ids

Revision 1.31 / (download) - annotate - [select for diffs], Sat Feb 20 06:34:33 2021 UTC (3 years, 3 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.30: +6 -6 lines
Diff to previous 1.30 (unified)

Update libmatroska to 1.6.3

From Brad, thanks.

Revision 1.30 / (download) - annotate - [select for diffs], Wed Dec 2 06:44:07 2020 UTC (3 years, 5 months ago) by rsadowski
Branch: MAIN
Changes since 1.29: +5 -6 lines
Diff to previous 1.29 (unified)

Update libmatroska to 1.6.2

"Looks good to me" Brad, maintainer

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 2 19:00:49 2019 UTC (4 years, 8 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified)

fix typo in cmake file from upstream

github commit: 9415f6d83cd435feadaf625f4b29b56c637cfff5

ok sthen@

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jul 12 20:47:56 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 28 08:59:25 2019 UTC (5 years, 1 month ago) by rsadowski
Branch: MAIN
Changes since 1.26: +6 -1 lines
Diff to previous 1.26 (unified)

Unbreak with GCC8

Revision 1.26 / (download) - annotate - [select for diffs], Sun Apr 28 08:29:50 2019 UTC (5 years, 1 month ago) by rsadowski
Branch: MAIN
Changes since 1.25: +9 -10 lines
Diff to previous 1.25 (unified)

Update ibmatroska to 1.5.0

CMake changes:
Add options for building and installing shared, static libraries.

OK Brad (maintainer)

Revision 1.25 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:08 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Nov 5 10:14:54 2017 UTC (6 years, 6 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.23: +4 -5 lines
Diff to previous 1.23 (unified)

Update to libmatroska-1.4.8.

from Brad (maintainer)

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:27 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 23 09:26:28 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (unified)

add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 16 19:19:00 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.20 / (download) - annotate - [select for diffs], Mon Apr 17 14:21:13 2017 UTC (7 years, 1 month ago) by ajacoutot
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified)

Update to libmatroska-1.4.7.

from Brad (MAINTAINER)

Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:23 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

use LIBCXX

Revision 1.18 / (download) - annotate - [select for diffs], Fri Mar 24 07:42:23 2017 UTC (7 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (unified)

Update to libmatroska-1.4.6.

from Brad (maintainer)

Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 20 12:01:15 2016 UTC (7 years, 9 months ago) by ajacoutot
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (unified)

Update to libmatroska-1.4.5.

from Brad (maintainer)

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 24 07:54:05 2015 UTC (8 years, 7 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (unified)

Update to libmatroska-1.4.4.
(Brad didn't notice the newer version)

from Brad (maintainer)

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 24 05:17:33 2015 UTC (8 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (unified)

Update to libmatroska-1.4.3.

from Brad (maintainer)

Revision 1.14 / (download) - annotate - [select for diffs], Wed May 27 21:17:51 2015 UTC (9 years ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.13: +7 -21 lines
Diff to previous 1.13 (unified)

Update to libmatroska-1.4.2.

from brad (maintainer)

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 16 18:07:51 2015 UTC (9 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (unified)

fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 11 11:35:44 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.11: +2 -5 lines
Diff to previous 1.11 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 4 08:59:41 2011 UTC (12 years, 8 months ago) by giovanni
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.10: +11 -7 lines
Diff to previous 1.10 (unified)


Update to 1.3.0 and enable regression tests
From Brad with tweaks by me

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 14 09:17:01 2011 UTC (13 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (unified)

fix various typos, from Anthony J. Bentley with a few tweaks by myself

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 12 21:17:50 2011 UTC (13 years, 2 months ago) by jakemsr
Branch: MAIN
Changes since 1.8: +4 -5 lines
Diff to previous 1.8 (unified)

update to libmatroska-1.1.0

from Brad (MAINTAINER)

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 19 07:23:13 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

new depends

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 24 21:40:38 2010 UTC (13 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (unified)

lib_depends, revision

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 18 23:25:49 2010 UTC (13 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (unified)

update to 1.0.0, from Brad (taking maintainer)

(CVS ate the change to PLIST; bumping PKGNAME in case anyone built
this already).

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 18 21:35:18 2010 UTC (13 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.4: +20 -10 lines
Diff to previous 1.4 (unified)

update to 1.0.0, from Brad (taking maintainer)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 16 03:24:28 2007 UTC (16 years, 8 months ago) by merdely
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Remove surrounding quotes in COMMENT*/PERMIT_*

From Darrin Chandler

Revision 1.3 / (download) - annotate - [select for diffs], Wed Mar 21 12:00:28 2007 UTC (17 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

- update to libmatroska-0.8.1

ok jolan@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 3 23:15:57 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

new style specs

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 22 01:30:20 2006 UTC (18 years, 2 months ago) by jolan
Branch: jolan
CVS Tags: jolan_20050321
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

libmatroska-0.8.0, extensible open standard audio/video container library

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 22 01:30:20 2006 UTC (18 years, 2 months ago) by jolan
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.