notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: misc/copperspice-examples/distinfo
SVNWeb

Number of commits found: 3

Thu, 5 May 2022
[ 09:58 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:2701df03cf6dcbee822bf368e0b2c1858d010688  commit hash:2701df03cf6dcbee822bf368e0b2c1858d010688  commit hash:2701df03cf6dcbee822bf368e0b2c1858d010688  2701df0 
x11-toolkits/copperspice: update Qt-ish toolkit to latest release

This release has a tag, but no GitHub release notes. Since
we pull from GH tags, this is not an issue. I can't tell
what the actual changes are, although the one patch needed
for FreeBSD (from pkubaj@) has been merged upstream.
Thu, 3 Mar 2022
[ 16:24 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:a7d32d7eb6a0f53b5ab4d4d4675edc5ff6fb5d78  commit hash:a7d32d7eb6a0f53b5ab4d4d4675edc5ff6fb5d78  commit hash:a7d32d7eb6a0f53b5ab4d4d4675edc5ff6fb5d78  a7d32d7 
x11-toolkits/copperspice: use distributed tarballs, not for i386

- Switch to the distributed tarballs, rather than pulling from
  github. This means NO_WRKSUBDIR, dos2unix, and removing the
  patches that apply to sources in GH but that are not in the
  released source tarballs.
- Set NOT_FOR_ARCHS to i386, since there's issues in WebKit like
	ld: error: relocation R_386_PC32 cannot be used against
	symbol cti_vm_throw; recompile with -fPIC
  and I'm insufficiently interested in chasing this.
Sun, 20 Feb 2022
[ 15:45 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:8de46b474536e33e8747d8e98f64ebe866c718a0  commit hash:8de46b474536e33e8747d8e98f64ebe866c718a0  commit hash:8de46b474536e33e8747d8e98f64ebe866c718a0  8de46b4  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
x11-toolkits/copperspice: resurrect CopperSpice

CopperSpice is a toolkit, forked from Qt and updated to use
modern C++ and CMake in the Qt 5.something LGPL days. It was
removed from the tree for being unfetchable in 2017, now
restored. I didn't bother to look at the old ports files, so
this is entirely new work.

CS builds cleanly, except I patched in -pthread as a linker
option; I think this ought to be part of the Threads package
found by CMake, but it isn't (on FreeBSD at least). Some linkage
options need to be PUBLIC to be carried through to consuming
applications (this is a FreeBSD thing).

While here, introduce the misc/copperspice-examples which
is a demo application *kitchensink* that exercises the libraries.

CopperSpice shares notional-filenames with Qt (e.g. binaries
called "lupdate" for UI design) but the Qt ports are versioned
("lupdate-qt5"). CopperSpice gets "-cs" as a suffix.

There's a bunch of patching to make things "behave" like a
regularly packaged set of libraries and applications that
consume those libraries. In particular using $(LOCALBASE)/share/
rather than putting everything in the same target directory.

Number of commits found: 3