OpenBSD CVS

CVS log for ports/meta/Makefile


[BACK] Up to [local] / ports / meta

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.25.4.1 / (download) - annotate - [select for diffs], Fri Jun 2 23:07:35 2023 UTC (12 months, 1 week ago) by aisha
Branch: OPENBSD_7_3
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

hook jitsi into the build

Revision 1.26 / (download) - annotate - [select for diffs], Sun Apr 16 15:05:51 2023 UTC (13 months, 3 weeks ago) by aisha
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.25: +1 -0 lines
Diff to previous 1.25 (colored)

hook jitsi meta port into the build

Revision 1.25 / (download) - annotate - [select for diffs], Sat Sep 3 05:51:15 2022 UTC (21 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_2_BASE, OPENBSD_7_2
Branch point for: OPENBSD_7_3
Changes since 1.24: +1 -0 lines
Diff to previous 1.24 (colored)

Hook up qt6

Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 9 16:18:05 2022 UTC (2 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.23: +0 -2 lines
Diff to previous 1.23 (colored)

drop rcs id in category Makefiles

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 29 19:52:37 2021 UTC (3 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

add zyn-fusion ports

Revision 1.22 / (download) - annotate - [select for diffs], Sun Mar 28 05:40:32 2021 UTC (3 years, 2 months ago) by bket
Branch: MAIN
Changes since 1.21: +1 -2 lines
Diff to previous 1.21 (colored)

audacious: drop flavor and move to Qt5

Recent addition of a qt5-flavor resulted in a dpb-related issue causing
only one of the flavors being build unless building happens on different
machines or dpb junks no longer needed installed packages in between.
Fix this by dropping flavors and moving audacious to Qt5.

"ports parts are good" sthen@

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 20 12:46:38 2021 UTC (3 years, 2 months ago) by bentley
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

+league-fonts

Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 27 07:12:22 2021 UTC (3 years, 3 months ago) by rsadowski
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Add KDE(5)

Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 19 20:44:44 2021 UTC (3 years, 3 months ago) by edd
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

audio/audacous: Add a qt5 FLAVOR.

This enables the new qt5 GUI in a FLAVOR. It's a bit more streamlined,
and it's easier to dock and arrange all of your various audacious
windows.

Although upstream is deprecating the GTK GUI, we decided that we are not
quite ready to fully ditch in favour of only qt5.

Also add a meta package FLAVOR.

This is a team effort between myself and MAINTAINER, bket@.

OK bket@, many thanks!

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 30 07:21:37 2020 UTC (3 years, 11 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Remove KDE4

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jun 13 16:22:52 2020 UTC (3 years, 11 months ago) by rsadowski
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Unhook KDE4

It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.

The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.

What happened here:

- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
 - klogic
 - soprano
 - strigi
 - automoc
 - prison
 - qimageblitz
 - cagibi
 - libkvkontakte
 - akonadi
 - attica
 - libalkimia
 - libkfbapi
 - libkgapi
 - qoauth
 - kwebkitpart
 - grantlee
 - libkscreen
 - polkit-qt

Revision 1.16 / (download) - annotate - [select for diffs], Wed Apr 15 15:57:27 2020 UTC (4 years, 1 month ago) by bket
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

+audacious

Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 7 20:01:20 2020 UTC (4 years, 5 months ago) by sthen
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Add a python3 meta-package which uses python.port.mk to automatically depend
on whatever is the current default version of python 3 in the ports tree
(currently 3.7). Allows adding it with pkg_add python3 rather than needing to
know the correct subdir name (as you would with pkg_add python%3.7).
Deliberately not adding a similar one for py2 which is not likely to
proceed beyond 2.7.

ok kmos@, aja@ pirofti@ zhuk@ like it too

Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 10 15:31:52 2018 UTC (5 years, 5 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

+mate

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 14 15:24:48 2018 UTC (5 years, 8 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

+lxqt

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 2 21:42:11 2017 UTC (6 years, 7 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Unhook meta/haskell-platform.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Dec 25 15:47:12 2016 UTC (7 years, 5 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Hook up meta/qt5.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Nov 13 21:23:10 2016 UTC (7 years, 6 months ago) by landry
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Link www/tor-browser and meta/tor-browser to the build so that finally
more ppl will look into it.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 25 20:44:49 2013 UTC (10 years, 6 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Link meta/kde4.

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 29 14:13:42 2013 UTC (11 years ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

+avr

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 25 19:02:57 2013 UTC (11 years, 4 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

+mupen64plus

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 26 17:20:59 2012 UTC (12 years, 1 month ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

sync

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 4 17:53:24 2012 UTC (12 years, 3 months ago) by landry
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

+xfce

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 18 11:24:16 2011 UTC (12 years, 6 months ago) by sebastia
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

enable gnustep meta package

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 14 15:53:34 2011 UTC (12 years, 6 months ago) by kili
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

+ haskell-platform

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 14 13:26:10 2011 UTC (12 years, 6 months ago) by jasper
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

sync

Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 12 16:41:12 2011 UTC (12 years, 6 months ago) by ajacoutot
Branch: MAIN

+gnome

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.