opt/babl
Juergen Daubert a4630b482f [notify] babl: update to 0.1.68
babl upstream switched from autotools to meson, therefore
all libtool files (*.la) are gone.
Every port that lists the old babl libbabl-0.1.la file in its
own libtool file has to be rebuild if other ports depends at
build time on it, here mainly opt/gegl and opt/gimp.

To find the broken files the following script kan be uses:

  for f in $(grep -lrs libbabl-0.1.la /usr/lib); do
      pkginfo -o $f | awk '!/^Package/ {print $1}';
  done | sort -u
2019-07-30 15:59:56 +02:00
..
.footprint [notify] babl: update to 0.1.68 2019-07-30 15:59:56 +02:00
.signature [notify] babl: update to 0.1.68 2019-07-30 15:59:56 +02:00
Pkgfile [notify] babl: update to 0.1.68 2019-07-30 15:59:56 +02:00