svn commit: r565884 - head/net/sipsak

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 04:20:19 UTC 2021


Author: linimon
Date: Thu Feb 18 04:20:18 2021
New Revision: 565884
URL: https://svnweb.freebsd.org/changeset/ports/565884

Log:
  Mark BROKEN in 13/14 (via latest llvm update).
  
  While here, pet portlint (Makevar order).

Modified:
  head/net/sipsak/Makefile

Modified: head/net/sipsak/Makefile
==============================================================================
--- head/net/sipsak/Makefile	Thu Feb 18 04:15:24 2021	(r565883)
+++ head/net/sipsak/Makefile	Thu Feb 18 04:20:18 2021	(r565884)
@@ -3,12 +3,15 @@
 
 PORTNAME=	sipsak
 PORTVERSION=	0.9.6
-DISTFILES=	sipsak-0.9.6-1.tar.gz
 CATEGORIES=	net
 MASTER_SITES=	BERLIOS
+DISTFILES=	sipsak-0.9.6-1.tar.gz
 
 MAINTAINER=	jesusr at FreeBSD.org
 COMMENT=	Small command line tool for SIP testing
+
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: address
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: address
 
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list