Reverts upstream commit
build sized delete aliases even when sized-delete is disabled
782165fa7f
Prevents the following build failure when using Xcode >= 7.3:
Undefined symbols for architecture x86_64:
"operator delete(void*, unsigned long)", referenced from:
ProcMapsIterator::~ProcMapsIterator() in libsysinfo.a(sysinfo.o)
ProcMapsIterator::~ProcMapsIterator() in libsysinfo.a(sysinfo.o)
tcmalloc::FillProcSelfMaps(char*, int, bool*) in libsysinfo.a(sysinfo.o)
tcmalloc::DumpProcSelfMaps(int) in libsysinfo.a(sysinfo.o)
Workaround for https:/github.com/gperftools/gperftools/issues/794.
Closes#383.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
- devel spec for the latest version
- zpaq >7.05 does not yet have an OS X compatible Makefile, so adapt it
- backport new Makefile to 7.05
- use upstream's test case
Closes#1013.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
- add resources for the two missing headers to fix applemedia
- always compile with applemedia unless <= Mavericks
Since a fix has already been merged upstream, the two new resource
blocks should be removed when >1.8.1 is released.
https://bugzilla.gnome.org/show_bug.cgi?id=76616343487482e5Closes#1006.
Closes#1069.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
- instead of using `share.install prefix+"man"`, tweak the Makefile
directly so that it honors $(mandir)
- fix sandbox violation by passing `PREFIX=$(prefix)` to `Makefile.PL`s
ERROR: Can't create '/usr/local/share/man/man3'
Do not have write permissions on '/usr/local/share/man/man3'
Sandbox: perl5.18(39244) deny(1) file-write-create /usr/local/share/man/man3
- add a test
Closes#1049.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
- verify the version is correct instead of just running the command
- redirect stderr to stdout so that it will only show the following
harmless, but distracting, message when the test is run verbosely:
file-roller[80748:8815155] *** WARNING: Method userSpaceScaleFactor
in class NSView is deprecated on 10.7 and later. It should not be
used in new applications. Use convertRectToBacking: instead.
This adds an openssl dependency that is required. Future versions (0.9.1+) will make this optional. No openssl location is available in the configure command, so I had to hack it with C_INCLUDE_PATH during make. Hopefully it is fixed in future versions.
Closes#467.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>