Description: starting the e3 (ports/editors) editor gives a bad syscall. this included patch fix this problem, can you commit please? BEst regards Raoul rmgls@wanadoo.fr --- e3.h.orig Sun Apr 29 11:34:27 2007 +++ e3.h Sun Apr 29 11:39:13 2007 @@ -535,7 +535,7 @@ %define SYS_pipe 42 %define SYS_ioctl 54 %define SYS_dup2 90 -%define SYS_sigaction 46 ;also 342 *** take care if >255 cause only register al used +%define SYS_sigaction 342 ;also 342 *** take care if >255 cause only register al used %define SYS_readlink 58 %define SYS_fchown 123 %define SYS_fchmod 124
Responsible Changed From-To: gnats-admin->freebsd-ports-bugs Rescue this PR from the 'pending' category.
Dear maintainer of editors/e3, a problem report has been submitted for your port. Input from you on the topic might be necessary/desirable. The PR's content can be viewed at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112793. Regards, Stefan
State Changed From-To: open->feedback Awaiting maintainer's feedback.
On Jul 1, 2007, at 6:14 AM, Stefan Walter wrote: > Dear maintainer of editors/e3, > > a problem report has been submitted for your port. Input from you > on the > topic might be necessary/desirable. The PR's content can be viewed at > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/112793. I've not tried the patch, but if it works for the submitter then go ahead and commit it. -- Joseph Scott http://joseph.randomnetworks.com/
State Changed From-To: feedback->open Maintainer's feedback received.
State Changed From-To: open->closed Committed. Thanks!
rafan 2007-07-19 10:07:30 UTC FreeBSD ports repository Modified files: editors/e3 Makefile Log: - When starting on -current, it failes due to bad syscall. Fix that. I tried this patch on both up-to-date current and 6.2-stable, both work. PR: ports/112793 Submitted by: rmgls at wanadoo.Fr Approved by: Joseph Scott <joseph at randomnetworks.com> (maintainer) Revision Changes Path 1.21 +4 -1 ports/editors/e3/Makefile _______________________________________________ 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"