Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2005 13:04:41 +0200 (CEST)
From:      No Name <arundel@h3c.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81581: [PORT UPDATE] misc/linux-edonkey-tool-recovermet
Message-ID:  <200505281104.j4SB4f87003430@localhost.skatecity>
Resent-Message-ID: <200505281110.j4SBA1IJ017599@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81581
>Category:       ports
>Synopsis:       [PORT UPDATE] misc/linux-edonkey-tool-recovermet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 28 11:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     No Name
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD skatecity 5.4-STABLE FreeBSD 5.4-STABLE #0: Wed Apr 27 03:14:27 CEST 2005 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386


	
>Description:
	This port uses the mmap syscall and thus will not work with files >2GB.
	This update adds a pkg-message notice to tell the user about this
	limitation.

	In addition to that the following PR can be closed:
	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/74177

	Cheers.
>How-To-Repeat:
	
>Fix:

	

--- output-linux-edonkey-tool-recovermet begins here ---
diff -ruN /usr/ports/misc/linux-edonkey-tool-recovermet/Makefile /usr/ports/custom/linux-edonkey-tool-recovermet/Makefile
--- /usr/ports/misc/linux-edonkey-tool-recovermet/Makefile	Sun Mar 13 02:18:38 2005
+++ /usr/ports/custom/linux-edonkey-tool-recovermet/Makefile	Sat May 28 12:52:30 2005
@@ -50,4 +50,7 @@
 .endif
 	@${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
 
+post-install:
+	@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/misc/linux-edonkey-tool-recovermet/pkg-message /usr/ports/custom/linux-edonkey-tool-recovermet/pkg-message
--- /usr/ports/misc/linux-edonkey-tool-recovermet/pkg-message	Thu Jan  1 01:00:00 1970
+++ /usr/ports/custom/linux-edonkey-tool-recovermet/pkg-message	Sat May 28 13:00:24 2005
@@ -0,0 +1,4 @@
+	ATTENTION:
+
+This application will crash when being used on a file >2GB. See 'man 2 mmap'
+for more information about the memory allocation limits of FreeBSD.
--- output-linux-edonkey-tool-recovermet ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505281104.j4SB4f87003430>