View | Details | Raw Unified | Return to bug 275153
Collapse All | Expand All

(-)b/www/edbrowse/Makefile (+7 lines)
Lines 31-36 PORTDOCS= * Link Here
31
31
32
OPTIONS_DEFINE=	DOCS
32
OPTIONS_DEFINE=	DOCS
33
33
34
.include <bsd.port.options.mk>
35
36
# Skip openssl.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file
37
.if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/openssl.pc)
38
EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-openssl
39
.endif
40
34
do-install:
41
do-install:
35
	${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
42
	${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
36
	${INSTALL_PROGRAM} ${WRKSRC}/src/edbrowse ${STAGEDIR}${PREFIX}/bin
43
	${INSTALL_PROGRAM} ${WRKSRC}/src/edbrowse ${STAGEDIR}${PREFIX}/bin
(-)b/www/edbrowse/files/extra-patch-openssl (+11 lines)
Added Link Here
1
--- src/makefile.orig	2023-11-17 18:00:41.589174000 +0100
2
+++ src/makefile	2023-11-17 18:01:13.273125000 +0100
3
@@ -9,7 +9,7 @@
4
 CFLAGS += $(PLATFORM_CFLAGS)
5
 
6
 # determine includes and linker flags
7
-DEPENDENCIES = libcurl:curl odbc libpcre2-8:pcre2-8 readline openssl
8
+DEPENDENCIES = libcurl:curl odbc libpcre2-8:pcre2-8 readline
9
 INCLUDES = $(shell ./make-helper.sh pkg-config-includes $(DEPENDENCIES))
10
 LINKER_LIBS = $(shell ./make-helper.sh pkg-config-libs $(DEPENDENCIES))
11
 CFLAGS += $(INCLUDES)

Return to bug 275153