From pi@f10.opsec.eu  Thu Oct 31 19:45:11 2013
Return-Path: <pi@f10.opsec.eu>
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 <pi@f10.opsec.eu>)
	id 1VbyAz-0000Tn-No; Thu, 31 Oct 2013 20:45:05 +0100
Message-Id: <E1VbyAz-0000Tn-No@f10.opsec.eu>
Date: Thu, 31 Oct 2013 20:45:05 +0100
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: hrs@FreeBSD.org, wg@FreeBSD.org
Subject: [patch update] multimedia/rtmpdump fix to make it compile
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         183537
>Category:       ports
>Synopsis:       [patch update] multimedia/rtmpdump fix to make it compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    hrs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 19:50:00 UTC 2013
>Closed-Date:    Sat Nov 02 21:19:26 UTC 2013
>Last-Modified:  Sat Nov 02 21:19:26 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->hrs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 31 19:50:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183537 

From: Kurt Jaeger <pi@opsec.eu>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: Kurt Jaeger <fbsd-ports@opsec.eu>
Subject: Re: ports/183537: [patch update] multimedia/rtmpdump fix to make it
 compile
Date: Fri, 1 Nov 2013 10:00:02 +0100

 Hi!
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/183537'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=183537
 
 I see the patch was made obsolete by splitting rtmpdump and
 its library.
 
 So please close this PR.
 
 -- 
 pi@opsec.eu            +49 171 3101372                         7 years to go !
State-Changed-From-To: open->closed 
State-Changed-By: hrs 
State-Changed-When: Sat Nov 2 21:18:28 UTC 2013 
State-Changed-Why:  
Closed because librtmp is now a separate port.  Thank you for your report. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183537 
>Unformatted:
