Lines 9-16
WWW= https://sfz.tools/sfizz/
Link Here
|
9 |
LICENSE= BSD2CLAUSE |
9 |
LICENSE= BSD2CLAUSE |
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
10 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
11 |
|
12 |
BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/sfztools/sfizz/issues/1305 |
|
|
13 |
|
14 |
LIB_DEPENDS= libabsl_hash.so:devel/abseil |
12 |
LIB_DEPENDS= libabsl_hash.so:devel/abseil |
15 |
RUN_DEPENDS= zenity:x11/zenity |
13 |
RUN_DEPENDS= zenity:x11/zenity |
16 |
|
14 |
|
Lines 46-50
post-patch:
Link Here
|
46 |
-e 's|CACHE_LINE_SIZE|CACHE_LINE_SIZEx|' \ |
44 |
-e 's|CACHE_LINE_SIZE|CACHE_LINE_SIZEx|' \ |
47 |
${WRKSRC}/external/atomic_queue/include/atomic_queue/atomic_queue.h \ |
45 |
${WRKSRC}/external/atomic_queue/include/atomic_queue/atomic_queue.h \ |
48 |
${WRKSRC}/external/atomic_queue/include/atomic_queue/defs.h |
46 |
${WRKSRC}/external/atomic_queue/include/atomic_queue/defs.h |
|
|
47 |
@${REINPLACE_CMD} \ |
48 |
-E -e 's/(template do_(push|pop)_any)/\1<>/' \ |
49 |
${WRKSRC}/external/atomic_queue/include/atomic_queue/atomic_queue.h |
49 |
|
50 |
|
50 |
.include <bsd.port.mk> |
51 |
.include <bsd.port.mk> |