ports/183537: [patch update] multimedia/rtmpdump fix to make it compile

Kurt Jaeger fbsd-ports at opsec.eu
Thu Oct 31 19:50:01 UTC 2013


>Number:         183537
>Category:       ports
>Synopsis:       [patch update] multimedia/rtmpdump fix to make it compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 19:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-BETA2 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	multimedia/rtmpdump fails to build, see

	http://opsec.eu/backup/20131031-rtmpdump

	for the failed build log.

	See http://www.freebsd.org/cgi/query-pr.cgi?pr=183100
	for the first report of that problem.

>How-To-Repeat:
	cd /usr/ports/multimedia/rtmpdump/
	make

>Fix:

diff -r -u -N multimedia/rtmpdump/files/patch-Makefile /usr/home/pi/myp/multimedia/rtmpdump/files/patch-Makefile
--- multimedia/rtmpdump/files/patch-Makefile	2013-10-21 23:13:09.000000000 +0200
+++ /usr/home/pi/myp/multimedia/rtmpdump/files/patch-Makefile	2013-10-31 20:32:17.000000000 +0100
@@ -1,5 +1,5 @@
---- Makefile.orig	2013-10-07 03:52:05.000000000 +0900
-+++ Makefile	2013-10-20 14:37:46.000000000 +0900
+--- Makefile.orig	2013-10-06 20:52:05.000000000 +0200
++++ Makefile	2013-10-31 20:31:33.000000000 +0100
 @@ -1,9 +1,9 @@
  VERSION=v2.4
  
@@ -34,3 +34,12 @@
  SLIBS=$(THREADLIB) $(LIBS)
  
  LIBRTMP=librtmp/librtmp.a
+@@ -79,7 +80,7 @@
+ 	$(CC) $(LDFLAGS) -o $@$(EXT) $@.o $(LIBS)
+ 
+ rtmpsrv: rtmpsrv.o thread.o
+-	$(CC) $(LDFLAGS) -o $@$(EXT) $@.o thread.o $(SLIBS)
++	$(CC) -Llibrtmp -lrtmp $(LDFLAGS) -o $@$(EXT) $@.o thread.o $(SLIBS)
+ 
+ rtmpsuck: rtmpsuck.o thread.o
+ 	$(CC) $(LDFLAGS) -o $@$(EXT) $@.o thread.o $(SLIBS)


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


More information about the freebsd-ports-bugs mailing list