Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 05:57:47 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118167: security/libksba: [PATCH]: doesn't use gettext
Message-ID:  <200711210557.lAL5vl5V076324@www.freebsd.org>
Resent-Message-ID: <200711210600.lAL60AsJ067785@freefall.freebsd.org>

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

>Number:         118167
>Category:       ports
>Synopsis:       security/libksba: [PATCH]: doesn't use gettext
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 06:00:10 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT
>Organization:
Riderway Inc.
>Environment:
FreeBSD krillin.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Nov 17 03:03:31 EST 2007     pgollucci@krillin.p6m7g8.net:/usr/obj/usr/src/sys/GENERIC.nodebug  i386

>Description:
1) This port doesn't use gettext so we don't need USE_GETTEXT
2) remove deprecated INSTALL_SHLIBS, USE_LDCONFIG is already here.

>How-To-Repeat:

>Fix:
patch

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libksba/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	23 Jul 2007 09:36:30 -0000	1.36
+++ Makefile	21 Nov 2007 05:53:32 -0000
@@ -19,8 +19,6 @@
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
-USE_GETTEXT=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_TARGET=
 CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}


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



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