diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:13:04 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-29 09:13:04 +0000 |
commit | a5562e684c24919bc0443c558b404d785e7f5e21 (patch) | |
tree | 5c6c236cfa388d06b6e29f441e6af54cbe719ec3 | |
parent | Update to the 20200828 snapshot of GCC 9.3.1. (diff) |
converters/: Fix build with clang11 and deprecate ports@ ports
Notes
Notes:
svn path=/head/; revision=546889
-rw-r--r-- | converters/shftool/Makefile | 5 | ||||
-rw-r--r-- | converters/vda2fbd/Makefile | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/converters/shftool/Makefile b/converters/shftool/Makefile index 5dc70da756e7..c08f81ac35a5 100644 --- a/converters/shftool/Makefile +++ b/converters/shftool/Makefile @@ -14,6 +14,11 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + post-patch: ${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \ ${WRKSRC}/configure diff --git a/converters/vda2fbd/Makefile b/converters/vda2fbd/Makefile index 07eb16c5e477..a86f2a5a6cd6 100644 --- a/converters/vda2fbd/Makefile +++ b/converters/vda2fbd/Makefile @@ -15,6 +15,11 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" YACC="${YACC}" WRKSRC_SUBDIR= src +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + PORTDOCS= model.ps.gz PLIST_FILES= bin/vda2fbd |