From owner-svn-ports-head@freebsd.org Thu Oct 11 14:33:20 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 597C310BC8E4; Thu, 11 Oct 2018 14:33:20 +0000 (UTC) (envelope-from tobik@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 0BC2E72762; Thu, 11 Oct 2018 14:33:20 +0000 (UTC) (envelope-from tobik@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 050D011BFA; Thu, 11 Oct 2018 14:33:20 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9BEXJ6c021923; Thu, 11 Oct 2018 14:33:19 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9BEXJQD021921; Thu, 11 Oct 2018 14:33:19 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810111433.w9BEXJQD021921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 11 Oct 2018 14:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481831 - in head/multimedia/libdca: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/multimedia/libdca: . files X-SVN-Commit-Revision: 481831 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.27 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, 11 Oct 2018 14:33:20 -0000 Author: tobik Date: Thu Oct 11 14:33:19 2018 New Revision: 481831 URL: https://svnweb.freebsd.org/changeset/ports/481831 Log: multimedia/libdca: Fix bad absolute symlinks PR: 224230 Reported by: wosch Added: head/multimedia/libdca/files/ head/multimedia/libdca/files/patch-src_Makefile.in (contents, props changed) Modified: head/multimedia/libdca/Makefile Modified: head/multimedia/libdca/Makefile ============================================================================== --- head/multimedia/libdca/Makefile Thu Oct 11 14:12:51 2018 (r481830) +++ head/multimedia/libdca/Makefile Thu Oct 11 14:33:19 2018 (r481831) @@ -3,6 +3,7 @@ PORTNAME= libdca PORTVERSION= 0.0.6 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ Added: head/multimedia/libdca/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libdca/files/patch-src_Makefile.in Thu Oct 11 14:33:19 2018 (r481831) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2018-10-11 14:20:58 UTC ++++ src/Makefile.in +@@ -776,7 +776,7 @@ install-data-hook: + for a in dcadec extract_dca; do \ + oldname=`echo "$$a" | sed -e 's/ca/ts/' | sed '$(transform)'` ; \ + name=`echo "$$a" | sed '$(transform)'` ; \ +- ln -sf "$(man1dir)/$${name}.1" "$(DESTDIR)$(man1dir)/$${oldname}.1" ; \ ++ install -l rs "$(DESTDIR)$(man1dir)/$${name}.1" "$(DESTDIR)$(man1dir)/$${oldname}.1" ; \ + done + + uninstall-hook: