svn commit: r391950 - head/net-im/tox

Thierry Thomas thierry at FreeBSD.org
Mon Jul 13 20:20:49 UTC 2015


Author: thierry
Date: Mon Jul 13 20:20:48 2015
New Revision: 391950
URL: https://svnweb.freebsd.org/changeset/ports/391950

Log:
  Remove BROKEN_i386 and drop unused dependencies.
  
  PR:		ports/201484
  Submitted by:	Andriy Voskoboinyk

Modified:
  head/net-im/tox/Makefile

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Mon Jul 13 20:20:47 2015	(r391949)
+++ head/net-im/tox/Makefile	Mon Jul 13 20:20:48 2015	(r391950)
@@ -21,8 +21,7 @@ GH_TAGNAME=	836daa9
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-tests
-USES=		autoreconf libtool openal:soft pathfix pkgconfig
-USE_SDL=	yes
+USES=		autoreconf libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am
 INSTALL_TARGET=		install-strip
@@ -48,11 +47,6 @@ DAEMON_LIB_DEPENDS=	libconfig.so:${PORTS
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
-USE_GCC=	yes
-BROKEN_i386=	'__stack_chk_fail_local' is not defined
-.endif
-
 .if ${PORT_OPTIONS:MDAEMON}
 USERS=	toxdht
 USE_RC_SUBR=	tox-bootstrapd


More information about the svn-ports-all mailing list