Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2007 22:54:56 GMT
From:      David Yeske <dyeske@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/115286: security/libgcrypt portlint fixes
Message-ID:  <200708072254.l77MsuEc076407@www.freebsd.org>
Resent-Message-ID: <200708072300.l77N03kM052224@freefall.freebsd.org>

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

>Number:         115286
>Category:       ports
>Synopsis:       security/libgcrypt portlint fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 07 23:00:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root@speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
1. remove quotes from COMMENT
2. INSTALLS_SHLIB -> USE_LDCONFIG
>How-To-Repeat:

>Fix:
see attachment

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	23 Jul 2007 09:36:30 -0000	1.35
+++ Makefile	7 Aug 2007 22:43:47 -0000
@@ -12,7 +12,7 @@
 MASTER_SITE_SUBDIR=	libgcrypt
 
 MAINTAINER=	arved@FreeBSD.org
-COMMENT=	"General purpose crypto library based on code used in GnuPG"
+COMMENT=	General purpose crypto library based on code used in GnuPG
 
 LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
 
@@ -20,7 +20,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 INFO=	gcrypt
 


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



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