Summary: | port net/nbd-server broken as of 2.8.6 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Heinrich Rebehn <rebehn> | ||||
Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Heinrich Rebehn
2006-09-26 13:00:40 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Unfortunately I no longer have a setup to test this port and I don't expect to get one again soon. Unless another maintainer steps forward to take care of it, it should probably be marked broken and deprecated. -- Christian Laursen State Changed From-To: feedback->open Feedback received This patch marks the port as broken and deprecated and sets the expiration date. diff -urN /usr/ports/net/nbd-server/Makefile nbd-server/Makefile --- /usr/ports/net/nbd-server/Makefile Mon Aug 28 18:37:30 2006 +++ nbd-server/Makefile Thu Oct 19 16:45:41 2006 @@ -25,6 +25,10 @@ PLIST_FILES= bin/nbd-server MAN1= nbd-server.1 +BROKEN= Compiles but does not work +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2007-01-01 + post-extract: @${CP} ${FILESDIR}/nbd.h ${WRKSRC} -- Christian Laursen Since version 2.8.5 is still working and there are no security issues with it, i would propose reverting back to 2.8.5 until i find time to look into the issues with 2.8.6. The attached patch changes the Makefile to use 2.8.5. As proposed by Christian Laursen, i changed maintainership to myself. Also, we would need patch-nbd-server.c back from the Attic. Regards, Heinrich Rebehn University of Bremen Physics / Electrical and Electronics Engineering - Department of Telecommunications - Phone : +49/421/218-4664 Fax : -3341 Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it. alepulver 2006-11-08 02:19:44 UTC FreeBSD ports repository Modified files: net/nbd-server Makefile distinfo Added files: net/nbd-server/files patch-nbd-server.c Log: - Downgrade to 2.8.5. - Bump PORTEPOCH. - Submitter takes maintainership. PR: ports/103673 Submitted by: Heinrich Rebehn <rebehn@ant.uni-bremen.de> Approved by: Christian Laursen <xi@borderworlds.dk> (maintainer) Revision Changes Path 1.16 +4 -4 ports/net/nbd-server/Makefile 1.13 +3 -3 ports/net/nbd-server/distinfo 1.4 +18 -0 ports/net/nbd-server/files/patch-nbd-server.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |