Bug 63333 - Port Update: multimedia/libfame 0.9.0 -> 0.9.1
Summary: Port Update: multimedia/libfame 0.9.0 -> 0.9.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 05:50 UTC by Michael Johnson
Modified: 2004-02-25 08:34 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2004-02-25 05:50 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-02-25 05:50:09 UTC
when the port installed it added "i386-portbld-freebsd5.2-" prefix to all the files so I added 
CONFIGURE_ARGS=	--program-transform-name=""
and it works. I ran in to this problem on freebsd 4.9 and 5.2
Comment 1 Michael Johnson 2004-02-25 05:54:20 UTC
update recmpeg also.

diff -ruN multimedia/recmpeg.orig/Makefile multimedia/recmpeg/Makefile
--- multimedia/recmpeg.orig/Makefile	Wed Feb 25 00:53:09 2004
+++ multimedia/recmpeg/Makefile	Wed Feb 25 00:53:26 2004
@@ -15,7 +15,7 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A simple video encoder

-LIB_DEPENDS=	fame-0.9.0:${PORTSDIR}/multimedia/libfame
+LIB_DEPENDS=	fame-0.9.1:${PORTSDIR}/multimedia/libfame

  USE_GETOPT_LONG=	yes
  GNU_CONFIGURE=	yes
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-25 08:34:32 UTC
State Changed
From-To: open->closed

Committed slight modificated version, thanks!