Skip to content

Commit

Permalink
sysutils/ucspi-ssl: Fix build on 13 and 14
Browse files Browse the repository at this point in the history
 - "-fcommon" added to CFLAGS
 - submitter becomes maintainer

PR:		265384
  • Loading branch information
Charles Lecklider authored and nunotexbsd committed Jul 25, 2022
1 parent c5831b8 commit 4db3c59
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions sysutils/ucspi-ssl/Makefile
@@ -1,24 +1,22 @@
PORTNAME= ucspi-ssl
PORTVERSION= 0.99b
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.fehcom.de/ipnet/ucspi-ssl/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= freebsd@charles.lecklider.org
COMMENT= UCSPI tools for building SSL client-server applications

BROKEN_FreeBSD_13= ld: error: duplicate symbol: strnum
BROKEN_FreeBSD_14= ld: error: duplicate symbol: strnum

RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

USES= perl5 ssl tar:tgz
CFLAGS+= -I${OPENSSLINC}

PORTDOCS= CERTS CHAIN-SSL CHANGES TODO UCSPI-SSL
CFLAGS+= -I${OPENSSLINC} -fcommon

WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME}

PORTDOCS= CERTS CHAIN-SSL CHANGES TODO UCSPI-SSL

SCRIPTS_TO_INSTALL= https@ sslcat sslconnect

OPTIONS_DEFINE= DOCS
Expand Down

0 comments on commit 4db3c59

Please sign in to comment.