svn commit: r478282 - in head/net-im: skype skype-devel

Antoine Brodin antoine at FreeBSD.org
Tue Aug 28 05:50:57 UTC 2018


Author: antoine
Date: Tue Aug 28 05:50:56 2018
New Revision: 478282
URL: https://svnweb.freebsd.org/changeset/ports/478282

Log:
  Mark BROKEN: uses non existing libsigcpp20
  
  Reported by:	pkg-fallout

Modified:
  head/net-im/skype-devel/Makefile
  head/net-im/skype/Makefile

Modified: head/net-im/skype-devel/Makefile
==============================================================================
--- head/net-im/skype-devel/Makefile	Tue Aug 28 05:27:06 2018	(r478281)
+++ head/net-im/skype-devel/Makefile	Tue Aug 28 05:50:56 2018	(r478282)
@@ -25,6 +25,7 @@ NO_BUILD=	yes
 USES=		cpe linux tar:bzip2
 USE_LINUX=	alsalib alsa-plugins-oss dri expat fontconfig libasyncns \
 		libsigcpp20 xorglibs
+BROKEN=		uses non existing libsigcpp20
 RESTRICTED=	Redistribution prohibited.
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_static-${DISTVERSION}

Modified: head/net-im/skype/Makefile
==============================================================================
--- head/net-im/skype/Makefile	Tue Aug 28 05:27:06 2018	(r478281)
+++ head/net-im/skype/Makefile	Tue Aug 28 05:50:56 2018	(r478282)
@@ -22,6 +22,7 @@ NO_BUILD=	yes
 USES=		cpe linux tar:bzip2
 USE_LINUX=	alsalib alsa-plugins-oss dri expat fontconfig libasyncns \
 		libsigcpp20 xorglibs
+BROKEN=		uses non existing libsigcpp20
 RESTRICTED=	Redistribution prohibited.
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_static-${DISTVERSION}


More information about the svn-ports-head mailing list