Skip site navigation (1)Skip section navigation (2)
Date:      12 May 2006 16:31:34 -0000
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97179: [PATCH] sysutils/ucspi-tcp: [SUMMARIZE CHANGES]
Message-ID:  <20060512163134.97204.qmail@srv1.galle.com.br>
Resent-Message-ID: <200605121640.k4CGeHGp059311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97179
>Category:       ports
>Synopsis:       [PATCH] sysutils/ucspi-tcp: [SUMMARIZE CHANGES]
>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:   Fri May 12 16:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD srv1.galle.com.br 6.1-RC FreeBSD 6.1-RC #0: Wed May  3 11:33:05 BRST
>Description:
- Check WITH_SSL after bsd.port.pre.mk included and if is defined, include bsd.openssl.mk
- Remove useless USE_REINPLACE
- Unquote NO_PACKAGE message

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- ucspi-tcp-0.88_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/ucspi-tcp/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	9 Jan 2006 18:59:31 -0000	1.22
+++ Makefile	12 May 2006 16:29:10 -0000
@@ -19,17 +19,13 @@
 		RSS_DIFF "Patch rblsmtpd for qmail users" off \
 		SSL "Adds support for SSL (Secure Socket Layer)" off
 
-NO_PACKAGE=	"Unsure of djb\'s license"
+NO_PACKAGE=	Unsure of djb's license
 
 ALL_TARGET=	prog install instcheck
 
 SCRIPTS_ENV=	BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
 		MANMODE="${MANMODE}" CFLAGS="${CFLAGS}"
 
-.if defined(WITH_SSL)
-USE_OPENSSL=	yes
-.endif
-
 .include <bsd.port.pre.mk>
 
 .if !defined(WITHOUT_MAN)
@@ -47,10 +43,11 @@
 .endif
 
 .if defined(WITH_SSL)
+# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
+.include "${PORTSDIR}/Mk/bsd.openssl.mk"
 PATCH_SITES+=	http://www.nrg4u.com/qmail/
 PATCHFILES+=	ucspi-tcp-ssl-20050405.patch.gz
 PATCH_DIST_STRIP=	-p1
-USE_REINPLACE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|#INCS=-I/usr/local/include|INCS=-I${OPENSSLBASE}/include|g; \
--- ucspi-tcp-0.88_2.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060512163134.97204.qmail>