Index: head/www/links1/Makefile =================================================================== --- head/www/links1/Makefile (revision 417916) +++ head/www/links1/Makefile (revision 417917) @@ -1,22 +1,22 @@ # Created by: Michael Vasilenko # $FreeBSD$ PORTNAME= links PORTVERSION= 1.03 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/ PKGNAMESUFFIX= 1 MAINTAINER= ports@FreeBSD.org COMMENT= Lynx-like text WWW browser GNU_CONFIGURE= yes -USE_OPENSSL= yes +USES= ssl CONFLICTS= links-2* CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .include Index: head/www/links1/files/patch-https.c =================================================================== --- head/www/links1/files/patch-https.c (nonexistent) +++ head/www/links1/files/patch-https.c (revision 417917) @@ -0,0 +1,14 @@ +--- https.c.orig 2006-09-11 02:09:24 UTC ++++ https.c +@@ -33,7 +33,10 @@ SSL *getSSL(void) + char f_randfile[PATH_MAX]; + + const char *f = RAND_file_name(f_randfile, sizeof(f_randfile)); +- if (f && RAND_egd(f)<0) { ++#ifndef OPENSSL_NO_EGD ++ if (f && RAND_egd(f)<0) ++#endif ++ { + /* Not an EGD, so read and write to it */ + if (RAND_load_file(f_randfile, -1)) + RAND_write_file(f_randfile); Property changes on: head/www/links1/files/patch-https.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property