ports/180395: [patch] fix use of WITH_OPENSSL_PORT in net/socat

r4721 at tormail.org r4721 at tormail.org
Tue Jul 9 00:10:00 UTC 2013


>Number:         180395
>Category:       ports
>Synopsis:       [patch] fix use of WITH_OPENSSL_PORT in net/socat
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 09 00:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     r4721 at tormail.org
>Release:        
>Organization:
>Environment:
>Description:
add the local area to ld/cflags. this enables socat to use ports openssl when WITH_OPENSSL_PORT is set.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: net/socat/Makefile
===================================================================
--- net/socat/Makefile	(revision 322462)
+++ net/socat/Makefile	(working copy)
@@ -23,6 +23,8 @@
 MAN1=		socat.1
 PLIST_FILES=	bin/filan bin/procan bin/socat
 PORTDOCS=	EXAMPLES README SECURITY FAQ
+CFLAGS+=	-I${PREFIX}/include/
+LDFLAGS+=	-L${PREFIX}/lib/
 
 OPTIONS_DEFINE=	DOCS
 


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list