From owner-svn-ports-head@freebsd.org Thu Mar 2 12:42:51 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CE36CF1EC7; Thu, 2 Mar 2017 12:42:51 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id 29B69CFE; Thu, 2 Mar 2017 12:42:51 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v22CgogX084418; Thu, 2 Mar 2017 12:42:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v22Cgo5r084417; Thu, 2 Mar 2017 12:42:50 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703021242.v22Cgo5r084417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 2 Mar 2017 12:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435234 - head/audio/deadbeef-jack-plugin X-SVN-Group: ports-head 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.23 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: Thu, 02 Mar 2017 12:42:51 -0000 Author: danfe Date: Thu Mar 2 12:42:50 2017 New Revision: 435234 URL: https://svnweb.freebsd.org/changeset/ports/435234 Log: - Define LICENSE (MIT) - Remove MAKE_JOBS_UNSAFE that was added in r415925: while it's true that most plugins we have in the tree are make(1) jobs unsafe (and, in fact, come from the same upstream with nearly identical (and broken) Makefile logic), this particular port contains single C source file and we build and install it directly via port's Makefile (in situ), so it can hardly be make(1) -jX unsafe Modified: head/audio/deadbeef-jack-plugin/Makefile Modified: head/audio/deadbeef-jack-plugin/Makefile ============================================================================== --- head/audio/deadbeef-jack-plugin/Makefile Thu Mar 2 12:31:17 2017 (r435233) +++ head/audio/deadbeef-jack-plugin/Makefile Thu Mar 2 12:42:50 2017 (r435234) @@ -8,6 +8,8 @@ CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org COMMENT= JACK output plugin for DeaDBeeF music player +LICENSE= MIT + BUILD_DEPENDS= ${LOCALBASE}/include/deadbeef/deadbeef.h:audio/deadbeef LIB_DEPENDS= libjack.so:audio/jack RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -17,8 +19,6 @@ GH_ACCOUNT= Alexey-Yakovenko GH_PROJECT= jack GH_TAGNAME= 62d1e6a -MAKE_JOBS_UNSAFE= yes - PLIST_FILES= lib/deadbeef/jack.so do-build: