pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54824 CVS commit: pkgsrc/graphics/babl
The following reply was made to PR pkg/54824; it has been noted by GNATS.
From: "Brook Milligan" <brook%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54824 CVS commit: pkgsrc/graphics/babl
Date: Tue, 25 Feb 2020 04:13:46 +0000
Module Name: pkgsrc
Committed By: brook
Date: Tue Feb 25 04:13:46 UTC 2020
Modified Files:
pkgsrc/graphics/babl: Makefile PLIST
Log Message:
Correctly fix the build breakage on Darwin.
The previous patch removed use of --version-script on Darwin and converted
the shared library extensions to the Darwin standard of .dylib. The former
is necessary, but the latter was not quite correct. A distinction must be
made between shared libraries provided by the package for linking of
applications and shared libraries provided by the package for dynamic loading
by Gnome applications. Gnome applications expect that plugins will use the
.so extension on all Unix platforms, including Darwin. Thus, a subset of the
shared libraries must be renamed, both on the filesystem and internally.
This is partly mentioned in PR #54824, although that is for graphics/gegl
not tnis package.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/babl/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/babl/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index