From owner-svn-ports-head@freebsd.org Mon Feb 12 20:43:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6521AF1B09E; Mon, 12 Feb 2018 20:43:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1005A6C93A; Mon, 12 Feb 2018 20:43:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0A2EE1700C; Mon, 12 Feb 2018 20:43:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CKh29S069314; Mon, 12 Feb 2018 20:43:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CKh2je069313; Mon, 12 Feb 2018 20:43:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802122043.w1CKh2je069313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 12 Feb 2018 20:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461652 - head/net/opensips X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net/opensips X-SVN-Commit-Revision: 461652 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2018 20:43:03 -0000 Author: antoine Date: Mon Feb 12 20:43:02 2018 New Revision: 461652 URL: https://svnweb.freebsd.org/changeset/ports/461652 Log: Remove dependency on the python metaports Modified: head/net/opensips/Makefile Modified: head/net/opensips/Makefile ============================================================================== --- head/net/opensips/Makefile Mon Feb 12 20:21:13 2018 (r461651) +++ head/net/opensips/Makefile Mon Feb 12 20:43:02 2018 (r461652) @@ -3,7 +3,7 @@ PORTNAME= opensips PORTVERSION= 2.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ @@ -20,17 +20,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ librabbitmq.so:net/rabbitmq-c-devel \ libhiredis.so:databases/hiredis \ libexpat.so:textproc/expat2 \ - libpython2.7.so:lang/python27 \ libcurl.so:ftp/curl \ libjson-c.so:devel/json-c BUILD_DEPENDS= ginstall:sysutils/coreutils \ gtar:archivers/gtar \ gm4:devel/m4 \ - redis-server:databases/redis-devel \ - python2:lang/python2 \ - python:lang/python + redis-server:databases/redis-devel RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ - ${LOCALBASE}/bin/python2:lang/python2 \ ${LOCALBASE}/bin/grep:textproc/gnugrep GINSTALL= ginstall @@ -40,7 +36,7 @@ DOCSDIR= share/doc/opensips USE_RC_SUBR= opensips -USES= gmake ncurses perl5 pkgconfig shebangfix ssl +USES= gmake ncurses perl5 pkgconfig python:2.7 shebangfix ssl USE_GCC= yes NOPRECIOUSMAKEVARS= yes @@ -188,7 +184,7 @@ EXTRA_MODULES+= proto_tls EXTRA_MODULES+= db_sqlite .endif -OPENSIPS_MAKE_ENV= CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" +OPENSIPS_MAKE_ENV= CC="${CC}" CXX="${CXX}" CPP="${CPP}" _GCC_RUNTIME="${_GCC_RUNTIME}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" PYTHON=${PYTHON_CMD} post-patch: @${RM} ${WRKSRC}/modules/json/array_del.c