forked from Lainports/freebsd-ports
===> e3-2.8,3 depends on file: /usr/local/sbin/pkg - found Certificate verification failed for /C=US/O=GeoTrust Inc./CN=GeoTrust Global CA 675131468:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1180: fetch: http://sites.google.com/site/e3editor/Home/e3-2.8.tgz?attredirects=0&d=1: Authentication error *** Error code 1 Reported by: pkg-fallout
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# Created by: joseph@randomnetworks.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= e3
|
|
PORTVERSION= 2.8
|
|
PORTEPOCH= 3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://sites.google.com/site/e3editor/Home/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Full featured text editor written in assembler
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|
|
|
BROKEN= does not fetch (certificate verification failed)
|
|
|
|
USES= gmake tar:tgz
|
|
MAKE_ARGS= OS=FREEBSD
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
FETCH_ARGS= -p -o ${DISTDIR}/${DISTFILES}
|
|
|
|
do-fetch:
|
|
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
|
${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \
|
|
fi
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h
|
|
|
|
.include <bsd.port.mk>
|