Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 19:16:28 +0100 (CET)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        arved@FreeBSD.org
Subject:   ports/48565: Maintainer update: security/pinentry
Message-ID:  <200302221816.h1MIGSGa029677@lofi.dyndns.org>

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

>Number:         48565
>Category:       ports
>Synopsis:       Maintainer update: security/pinentry
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 10:20:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #0: Thu Feb 6 06:12:21 CET 2003 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Changes:
		- Use gnomeng correctly.
		- Reinstate original gtk-logic (build gtk support if gtk is detected, otherwise
		  don't).
		- Bump PORTREVISION.
>How-To-Repeat:
	
>Fix:
diff -urN pinentry.orig/Makefile pinentry/Makefile
--- pinentry.orig/Makefile	Sat Feb 22 18:11:08 2003
+++ pinentry/Makefile	Sat Feb 22 18:53:42 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	pinentry
 PORTVERSION=	0.6.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG} \
 		http://tigress.com/lofi/:lofi
@@ -25,6 +25,7 @@
 
 USE_AUTOMAKE_VER=	15
 USE_GNOMENG=	yes
+WANT_GNOME=	yes
 USE_LIBTOOL=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes
@@ -46,15 +47,15 @@
 PLIST_SUB+=	WITH_QT=""
 .else
 CONFIGURE_ARGS+=--disable-pinentry-qt
-PLIST_SUB+=WITH_QT="@comment "
+PLIST_SUB+=	WITH_QT="@comment "
 .endif
 
-.if !defined(WITHOUT_GTK)
+.if ${HAVE_GNOME:Mgtk12}!=""
 USE_GNOME+=	gtk12
-PLIST_SUB+=WITH_GTK=""
+PLIST_SUB+=	WITH_GTK=""
 .else
 CONFIGURE_ARGS+=--disable-pinentry-gtk
-PLIST_SUB+=WITH_GTK="@comment "
+PLIST_SUB+=	WITH_GTK="@comment "
 .endif
 
 post-extract:



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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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