OpenBSD CVS

CVS log for ports/databases/kexi/Makefile


[BACK] Up to [local] / ports / databases / kexi

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 21 18:23:26 2024 UTC (5 weeks, 5 days ago) by rsadowski
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (unified)

Replace devel/kf5/extra-cmake-modules and breeze-icons with the kf6

This is the recommended way and for me the first step to continue working
cleanly:

- Only one version of extra-cmake-modules can be installed. The KF6
  version is backwards compatible and should also be used for KF5 builds.
- Icon packages should only ship the latest version
  - breeze-icons
  - oxygen-icons (released separately)

-- https://community.kde.org/Frameworks/6.0_Release_notes

devel/kf5/extra-cmake-modules is a pure build dependency and
breeze-icons includes only the icons for run-time.

OK landry@ merci, kn@ (for an similar change)

Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 8 20:16:19 2024 UTC (3 months, 3 weeks ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5
Changes since 1.16: +7 -5 lines
Diff to previous 1.16 (unified)

Disable Qt5WebKit support

OK kn@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 20 13:30:06 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (unified)

-> SITES, no fetch change

Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 31 13:58:01 2022 UTC (2 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified)

sync WANTLIB

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 11 18:31:20 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.13: +0 -2 lines
Diff to previous 1.13 (unified)

drop RCS Ids

Revision 1.13 / (download) - annotate - [select for diffs], Sun Sep 12 06:51:23 2021 UTC (2 years, 8 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.12: +6 -6 lines
Diff to previous 1.12 (unified)

Cleanup: Drop python2, regen WANTLIB and add mariadb to lib depends

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 12 06:32:53 2021 UTC (2 years, 8 months ago) by rsadowski
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified)

Unbreak build

Change MARBLE_MIN_VERSION from 0.19.2 to 21.8.0 and rename package.
That shouldn't have worked in the past either.

Spotted by naddy@ Thanks

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 23 19:39:11 2021 UTC (3 years, 3 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (unified)

Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 23 18:01:03 2020 UTC (4 years, 2 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.9: +12 -12 lines
Diff to previous 1.9 (unified)

Update KDE Frameworks to 5.68.0 and KDE5 to 19.12

This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:

- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new

  WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
  share/qlogging-categories5/, which ends in a lot of PLIST chages.

List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
  latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
  dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@

Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 10 16:37:22 2020 UTC (4 years, 3 months ago) by rsadowski
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (unified)

Regen WANTLIB

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 12 20:43:53 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 20 22:15:02 2019 UTC (5 years ago) by naddy
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

Update gettext to 0.20.1.

Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 21 10:12:01 2019 UTC (5 years, 1 month ago) by rsadowski
Branch: MAIN
Changes since 1.5: +36 -36 lines
Diff to previous 1.5 (unified)

Update kexi to 3.2.0

Changelog:
https://community.kde.org/Kexi/Releases/3.2.0_Changes#Changes_in_KEXI

Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 8 20:00:40 2019 UTC (5 years, 2 months ago) by cwen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

qt5.port.mk: change COMPILER

Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 27 21:03:38 2018 UTC (5 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (unified)

first tag: update-desktop-database

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 21 10:53:43 2018 UTC (6 years ago) by rsadowski
Branch: MAIN
Changes since 1.2: +17 -19 lines
Diff to previous 1.2 (unified)

Update kexi to 3.1.0

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 7 09:03:56 2018 UTC (6 years, 2 months ago) by rsadowski
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.1: +7 -4 lines
Diff to previous 1.1 (unified)

Unbreak build

- add BUILD_DEPENDS=databases/postgresql,-server
- remove qtwebkit from LIB_DPENEDNS and add in {BUILD,RUN}_DEPENDS

Spotted by kili@ Thanks!

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Mar 5 10:18:03 2018 UTC (6 years, 2 months ago) by rsadowski
Branch: rsadowski
CVS Tags: rsadowski_20180305
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Import kexi

Kexi is a visual database applications creator. It can be used for creating
database schemas, inserting data, performing queries, and processing data.
Forms can be created to provide a custom interface to your data. All database
objects - tables, queries and forms - are stored in the database, making it
easy to share data and design.

ok sthen@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 5 10:18:03 2018 UTC (6 years, 2 months ago) by rsadowski
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.