pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/devel/boost-libs



Am Fri, 23 Apr 2021 20:23:15 +0200
schrieb Joerg Sonnenberger <joerg%bec.de@localhost>: 

> That should most likely be moved under !defined(_PKGSRC_BARRIER) to
> avoid running it twice and before the dependencies are installed.

That magic is above my level yet. You mean like that?

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/boost-libs/Makefile,v
retrieving revision 1.86
diff -u -r1.86 Makefile
--- Makefile    23 Apr 2021 16:17:27 -0000      1.86
+++ Makefile    23 Apr 2021 19:03:37 -0000
@@ -47,12 +47,14 @@
 PLIST.longdbl=         yes
 .endif
 
+.if !defined(_PKGSRC_BARRIER)
 # libboost_stacktrace_backtrace requires libbacktrace.
 # FIXME: Test on non-Linux. It should just work.
 TEST_BACKTRACE_CMD=    sh ${FILESDIR}/test-backtrace.sh '${CXX} ${CXXFLAGS} ${CPPFLAGS}'
 .if ${OPSYS} == "Linux" && ${TEST_BACKTRACE_CMD:sh} == "yes"
 PLIST.backtrace=       yes
 .endif
+.endif
 
 UNLIMIT_RESOURCES+=    stacksize
 
cvs diff: Diffing files


Alrighty then,

Thomas

-- 
Dr. Thomas Orgis
HPC @ Universität Hamburg



Home | Main Index | Thread Index | Old Index