Skip to content

Commit 9b178ff

Browse files
committed
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
1 parent dba2ffb commit 9b178ff

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+108
-108
lines changed

‎archivers/py-lzma/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ post-install:
3333

3434
.include <bsd.port.pre.mk>
3535

36-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
36+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
3737
CFLAGS+= -Wno-error=int-conversion
3838
.endif
3939

‎archivers/squsq/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS
2525

2626
.include <bsd.port.pre.mk>
2727

28-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
28+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
2929
CFLAGS+= -Wno-error=int-conversion
3030
.endif
3131

‎archivers/upx/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CPE_VENDOR= upx_project
2626

2727
.include <bsd.port.pre.mk>
2828

29-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
29+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
3030
CFLAGS+= -Wno-error=unused-but-set-variable
3131
.endif
3232

‎audio/cava/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ VT_PLIST_FILES= ${DATADIR}/cava.fnt
5252

5353
.include <bsd.port.pre.mk>
5454

55-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
55+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
5656
CFLAGS+= -Wno-error=deprecated-non-prototype
5757
.endif
5858

‎audio/eteroj-lv2/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PLIST_FILES= lib/lv2/eteroj.lv2/eteroj.so \
2828

2929
.include <bsd.port.pre.mk>
3030

31-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
31+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
3232
CFLAGS+= -Wno-error=int-conversion
3333
.endif
3434

‎audio/gnuitar/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SUID_DESC= Use suid to allow highest priority (priv. dropped)
4242

4343
.include <bsd.port.pre.mk>
4444

45-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
45+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
4646
CFLAGS+= -Wno-error=int-conversion
4747
.endif
4848

‎audio/play/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PLIST_FILES= bin/play man/ja/man1/play.1.gz
2121

2222
.include <bsd.port.pre.mk>
2323

24-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
24+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
2525
CFLAGS+= -Wno-error=int-conversion
2626
.endif
2727

‎benchmarks/siege/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CONFIGURE_ENV= PERL="${PERL}"
2020

2121
.include <bsd.port.options.mk>
2222

23-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
23+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
2424
CFLAGS+= -Wno-error=int-conversion
2525
.endif
2626

‎biology/biosig/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LDFLAGS+= -liconv
3030

3131
.include <bsd.port.pre.mk>
3232

33-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
33+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
3434
CFLAGS+= -Wno-error=int-conversion
3535
.endif
3636

‎biology/wise/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DATAFILES= BLOSUM30.bla BLOSUM45.bla BLOSUM62.bla BLOSUM80.bla aa.rnd \
4747

4848
.include <bsd.port.pre.mk>
4949

50-
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
50+
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
5151
CFLAGS+= -Wno-error=int-conversion
5252
.endif
5353

0 commit comments

Comments
 (0)