Bug 112793 - editors/e3 problem: one line patch to fix bad syscall
Summary: editors/e3 problem: one line patch to fix bad syscall
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-19 19:50 UTC by rmgls
Modified: 2007-07-19 11:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rmgls 2007-05-19 19:50:02 UTC
 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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-05-20 00:26:15 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports-bugs

Rescue this PR from the 'pending' category.
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2007-07-01 13:14:25 UTC
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
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2007-07-01 15:30:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainer's feedback.
Comment 4 Joseph Scott 2007-07-02 15:48:18 UTC
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/
Comment 5 Stefan Walter freebsd_committer freebsd_triage 2007-07-02 20:05:28 UTC
State Changed
From-To: feedback->open

Maintainer's feedback received.
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2007-07-19 11:07:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-07-19 11:07:37 UTC
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"