From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 31 19:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 124D7B3D for ; Thu, 31 Oct 2013 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E35F52CEA for ; Thu, 31 Oct 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VJo0XN070163 for ; Thu, 31 Oct 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9VJo0UD070162; Thu, 31 Oct 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 31 Oct 2013 19:50:00 GMT Resent-Message-Id: <201310311950.r9VJo0UD070162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ABE13879; Thu, 31 Oct 2013 19:45:11 +0000 (UTC) (envelope-from pi@f10.opsec.eu) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38FDE2CB5; Thu, 31 Oct 2013 19:45:11 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VbyAz-0000Tn-No; Thu, 31 Oct 2013 20:45:05 +0100 Message-Id: Date: Thu, 31 Oct 2013 20:45:05 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/183537: [patch update] multimedia/rtmpdump fix to make it compile Cc: wg@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 19:50:01 -0000 >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: