svn commit: r346757 - in branches/2014Q1/audio/sox: . files
Thomas Zander
riggs at FreeBSD.org
Sun Mar 2 11:56:14 UTC 2014
Author: riggs
Date: Sun Mar 2 11:56:13 2014
New Revision: 346757
URL: http://svnweb.freebsd.org/changeset/ports/346757
QAT: https://qat.redports.org/buildarchive/r346757/
Log:
MFH: r346756
- Fix symlink pointing to non-existing manpage
- Bump PORTREVISION
PR: ports/186540
Submitted by: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
Approved by: portmgr (erwin), thierry (mentor), Dan Nelson <dnelson at allantgroup.com> (maintainer)
Added:
branches/2014Q1/audio/sox/files/patch-Makefile.am
- copied unchanged from r346756, head/audio/sox/files/patch-Makefile.am
Modified:
branches/2014Q1/audio/sox/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/audio/sox/Makefile
==============================================================================
--- branches/2014Q1/audio/sox/Makefile Sun Mar 2 11:29:25 2014 (r346756)
+++ branches/2014Q1/audio/sox/Makefile Sun Mar 2 11:56:13 2014 (r346757)
@@ -3,7 +3,7 @@
PORTNAME= sox
PORTVERSION= 14.4.1
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
Copied: branches/2014Q1/audio/sox/files/patch-Makefile.am (from r346756, head/audio/sox/files/patch-Makefile.am)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2014Q1/audio/sox/files/patch-Makefile.am Sun Mar 2 11:56:13 2014 (r346757, copy of r346756, head/audio/sox/files/patch-Makefile.am)
@@ -0,0 +1,14 @@
+Work around a ports bug wrt symlinking manpages in different
+categories, by copying the manpage instead.
+
+--- Makefile.am.orig 2013-01-30 11:40:06.000000000 +0900
++++ Makefile.am 2014-02-08 01:46:11.000000000 +0900
+@@ -118,7 +118,7 @@
+ install-data-hook:
+ cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1
+ cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1
+- cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && $(LN_S) ../man1/sox.1 soxeffect.7
++ cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && cp ../man1/sox.1 soxeffect.7
+
+ uninstall-hook:
+ $(RM) $(DESTDIR)$(mandir)/man1/play.1
More information about the svn-ports-branches
mailing list