From owner-svn-ports-all@freebsd.org Wed Sep 25 09:38:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C149A121945; Wed, 25 Sep 2019 09:38:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46dY014hJSz4dmx; Wed, 25 Sep 2019 09:38:25 +0000 (UTC) (envelope-from amdmi3@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 84A64DC2D; Wed, 25 Sep 2019 09:38:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8P9cP0K080432; Wed, 25 Sep 2019 09:38:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8P9cPvZ080430; Wed, 25 Sep 2019 09:38:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201909250938.x8P9cPvZ080430@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 25 Sep 2019 09:38:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512774 - head/net-p2p/linuxdcpp X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-p2p/linuxdcpp X-SVN-Commit-Revision: 512774 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2019 09:38:25 -0000 Author: amdmi3 Date: Wed Sep 25 09:38:24 2019 New Revision: 512774 URL: https://svnweb.freebsd.org/changeset/ports/512774 Log: - Switch to USES=localbase - Switch to options helpers - Update WWW Modified: head/net-p2p/linuxdcpp/Makefile head/net-p2p/linuxdcpp/pkg-descr Modified: head/net-p2p/linuxdcpp/Makefile ============================================================================== --- head/net-p2p/linuxdcpp/Makefile Wed Sep 25 09:14:58 2019 (r512773) +++ head/net-p2p/linuxdcpp/Makefile Wed Sep 25 09:38:24 2019 (r512774) @@ -14,24 +14,19 @@ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs -USES= compiler:c++11-lang gettext iconv pkgconfig scons tar:bzip2 ssl +USES= compiler:c++11-lang gettext iconv localbase:ldflags pkgconfig scons tar:bzip2 ssl USE_GNOME= libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT -OPTIONS_DEFINE= NOTIFY DOCS +OPTIONS_DEFINE= NOTIFY DEBUG DOCS OPTIONS_DEFAULT=NOTIFY -.if defined(WITH_DEBUG) -MAKE_ARGS+= debug=1 -.endif - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_MAKE_ARGS_OFF= libnotify=0 +DEBUG_MAKE_ARGS=debug=1 + .include .if ${SSL_DEFAULT} == base @@ -45,6 +40,6 @@ post-patch: @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/SConstruct post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/net-p2p/linuxdcpp/pkg-descr ============================================================================== --- head/net-p2p/linuxdcpp/pkg-descr Wed Sep 25 09:14:58 2019 (r512773) +++ head/net-p2p/linuxdcpp/pkg-descr Wed Sep 25 09:38:24 2019 (r512774) @@ -10,4 +10,4 @@ clients connect to a central hub where they can view a users connected to them. Users can search for files and download them from other clients, as well as chat with other users. -WWW: http://launchpad.net/linuxdcpp +WWW: https://launchpad.net/linuxdcpp