Date: Thu, 31 Oct 2013 20:45:05 +0100 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Cc: wg@FreeBSD.org Subject: ports/183537: [patch update] multimedia/rtmpdump fix to make it compile Message-ID: <E1VbyAz-0000Tn-No@f10.opsec.eu> Resent-Message-ID: <201310311950.r9VJo0UD070162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VbyAz-0000Tn-No>