diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2021-09-11 14:57:58 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 21:23:30 +0000 |
| commit | 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 (patch) | |
| tree | 09bef799707f4b6e715b912429bd3b73c1addf4c /misc | |
| parent | b9a93c0bf4778b9ec327c1be6f819eb1ff90ec19 (diff) | |
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/free42/Makefile | 2 | ||||
| -rw-r--r-- | misc/lxi-tools/Makefile | 1 | ||||
| -rw-r--r-- | misc/xplr/Makefile | 11 |
3 files changed, 1 insertions, 13 deletions
diff --git a/misc/free42/Makefile b/misc/free42/Makefile index d8427ea7be5f..3ba5170013f5 100644 --- a/misc/free42/Makefile +++ b/misc/free42/Makefile @@ -10,8 +10,6 @@ COMMENT= Simulation of the HP-42S scientific calculator and HP-82240 printer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_11= error: unknown type name 'cha'; did you mean 'char'? - LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/misc/lxi-tools/Makefile b/misc/lxi-tools/Makefile index 8621a825917e..02be7a061157 100644 --- a/misc/lxi-tools/Makefile +++ b/misc/lxi-tools/Makefile @@ -17,7 +17,6 @@ USE_GITHUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-bash-completion-dir=${PREFIX}/etc/bash_completion.d -CFLAGS+= -D_WITH_GETLINE # enable getline(3) prototype PORTDOCS= README diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index a053bd99629f..345d50bfac94 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -173,13 +173,4 @@ post-install-EXAMPLES-on: ${INSTALL_DATA} ${_EXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.pre.mk> - -# XXX: getentropy(3) did not appear until FreeBSD 12, anything lower will -# not compile, throwing an undefined reference to `getentropy'. We can -# safely remove this once FreeBSD 11 is EOL. -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 -EXTRA_PATCHES= ${PATCHDIR}/extra-cargo-crates_luajit-src-210.2.0+resty5f13855_luajit2_src_lj__prng.c -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
