Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 02:38:45 GMT
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/178272: [PATCH] devel/gsoap: fix build with GNUTLS option enabled
Message-ID:  <201305010238.r412cjUI048929@meatwad.mouf.net>
Resent-Message-ID: <201305010240.r412e0gF003777@freefall.freebsd.org>

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

>Number:         178272
>Category:       ports
>Synopsis:       [PATCH] devel/gsoap: fix build with GNUTLS option enabled
>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:   Wed May 01 02:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250054: Mon Apr 29 20:39:01 UTC
>Description:
Fix build with GNUTLS option enabled. Cleanup some whitespace issues while here. Convert to new header while here.

Port maintainer (sem@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- gsoap-2.8.10.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 316979)
+++ Makefile	(working copy)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	gsoap
-# Date created:				8 March 2004
-# Whom:					Sergey Matveychuk <sem@ciam.ru>
-#
+# Created by: Sergey Matveychuk <sem@ciam.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	gsoap
 PORTVERSION=	2.8.10
 CATEGORIES=	devel
-MASTER_SITES=	SF/${PORTNAME}2/gSOAP 
+MASTER_SITES=	SF/${PORTNAME}2/gSOAP
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	sem@FreeBSD.org
@@ -38,10 +34,10 @@
 CONFIGURE_ARGS+=--disable-ssl
 .endif
 
-.if defined(WITH_GNUTLS) 
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls \
-   		gcrypt.18:${PORTSDIR}/security/libgcrypt \
-		gpg-error.0:${PORTSDIR}/security/libgpg-error
+.if defined(WITH_GNUTLS)
+LIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls \
+   		gcrypt:${PORTSDIR}/security/libgcrypt \
+		gpg-error:${PORTSDIR}/security/libgpg-error
 CONFIGURE_ARGS+=--enable-gnutls
 LDFLAGS+=	-L${LOCALBASE}/lib
 .endif
--- gsoap-2.8.10.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?201305010238.r412cjUI048929>