Index: head/multimedia/libdca/Makefile =================================================================== --- head/multimedia/libdca/Makefile (revision 568663) +++ head/multimedia/libdca/Makefile (revision 568664) @@ -1,21 +1,21 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= libdca -PORTVERSION= 0.0.6 -PORTREVISION= 1 +PORTVERSION= 0.0.7 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Free DTS Coherent Acoustics decoder LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig tar:bzip2 -GNU_CONFIGURE= yes +USES= autoreconf libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes + +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip .include Index: head/multimedia/libdca/distinfo =================================================================== --- head/multimedia/libdca/distinfo (revision 568663) +++ head/multimedia/libdca/distinfo (revision 568664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526739834 -SHA256 (libdca-0.0.6.tar.bz2) = 98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40 -SIZE (libdca-0.0.6.tar.bz2) = 454121 +TIMESTAMP = 1615988572 +SHA256 (libdca-0.0.7.tar.bz2) = 3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a +SIZE (libdca-0.0.7.tar.bz2) = 158232 Index: head/multimedia/libdca/files/patch-src_Makefile.in =================================================================== --- head/multimedia/libdca/files/patch-src_Makefile.in (revision 568663) +++ head/multimedia/libdca/files/patch-src_Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- 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: Property changes on: head/multimedia/libdca/files/patch-src_Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/libdca/files/patch-libdca_Makefile.am =================================================================== --- head/multimedia/libdca/files/patch-libdca_Makefile.am (nonexistent) +++ head/multimedia/libdca/files/patch-libdca_Makefile.am (revision 568664) @@ -0,0 +1,13 @@ +Error: Bad symlink 'lib/libdts.a' pointing inside the stage directory + +--- libdca/Makefile.am.orig 2021-03-17 14:15:32 UTC ++++ libdca/Makefile.am +@@ -12,7 +12,7 @@ pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = libdca.pc libdts.pc + + install-exec-hook: +- $(LN_S)f "$(DESTDIR)$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a" ++ install -l rs "$(DESTDIR)$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a" + + uninstall-hook: + unlink "$(DESTDIR)$(libdir)/libdts.a" Property changes on: head/multimedia/libdca/files/patch-libdca_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/multimedia/libdca/files/patch-src_Makefile.am =================================================================== --- head/multimedia/libdca/files/patch-src_Makefile.am (nonexistent) +++ head/multimedia/libdca/files/patch-src_Makefile.am (revision 568664) @@ -0,0 +1,14 @@ +Fix manpages with absolute symlinks. +PR: 224230 + +--- src/Makefile.am.orig 2020-03-26 14:08:37 UTC ++++ src/Makefile.am +@@ -24,7 +24,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: Property changes on: head/multimedia/libdca/files/patch-src_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property