Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2010 19:52:13 -0800 (PST)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153462: [PATCH] multimedia/transcode: Fix pre-install
Message-ID:  <201012270352.oBR3qDhg019671@misty.eyesbeyond.com>
Resent-Message-ID: <201012270400.oBR40G7E057182@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153462
>Category:       ports
>Synopsis:       [PATCH] multimedia/transcode: Fix pre-install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 27 04:00:16 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 8.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD misty.eyesbeyond.com 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #0: Sun Dec 12 11:38:44 PST 2010
>Description:
. Pass a value for mandir in pre-install to prevent it trying to install
  man pages in LOCALBASE.  Unbreaks the build as non-root.
. Remove MD5 to keep portlint happy.

Port maintainer (cyberbotx@cyberbotx.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- transcode-1.1.5_15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.137
diff -u -r1.137 Makefile
--- Makefile	4 Dec 2010 07:32:49 -0000	1.137
+++ Makefile	27 Dec 2010 03:18:51 -0000
@@ -264,7 +264,7 @@
 	${RM} -rf ${PLIST} ${FAKEDIR}
 	${MKDIR} ${FAKEDIR}
 	${TOUCH} -f ${PLIST}
-	@(cd ${WRKSRC} && ${GMAKE} install prefix=${FAKEDIR})
+	@(cd ${WRKSRC} && ${GMAKE} install prefix=${FAKEDIR} mandir=${FAKEDIR}/man)
 	${RM} -rf ${FAKEDIR}/man # let bsd.port.mk handle man files
 .for dir in bin share/doc lib
 	@(cd ${FAKEDIR}/${dir} && ${FIND} -s * -type f -o -type l | \
Index: distinfo
===================================================================
RCS file: /var/fcvs/ports/multimedia/transcode/distinfo,v
retrieving revision 1.25
diff -u -r1.25 distinfo
--- distinfo	5 Nov 2009 17:55:37 -0000	1.25
+++ distinfo	27 Dec 2010 03:50:03 -0000
@@ -1,3 +1,2 @@
-MD5 (transcode-1.1.5.tar.bz2) = 41ac6b1c0fe30f3aab286e771fc31b9e
 SHA256 (transcode-1.1.5.tar.bz2) = 7e01665079eef81625c4761cc5c08a3b53b97de90fb0728d64f5a86a3bc59009
 SIZE (transcode-1.1.5.tar.bz2) = 2123207
--- transcode-1.1.5_15.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012270352.oBR3qDhg019671>