1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- 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)
This commit is contained in:
Rong-En Fan 2007-07-19 10:07:30 +00:00
parent 7063477d5b
commit 213a8b2112
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195884

View File

@ -7,7 +7,7 @@
PORTNAME= e3
PORTVERSION= 2.7.0
PORTEPOCH= 2
PORTEPOCH= 3
CATEGORIES= editors
MASTER_SITES= http://www.sax.de/~adlibit/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/60/6/}
@ -24,4 +24,7 @@ ONLY_FOR_ARCHS= i386
MAN1= e3.1
PLIST_FILES= bin/e3 bin/e3em bin/e3ne bin/e3pi bin/e3vi bin/e3ws
post-patch:
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
.include <bsd.port.mk>