Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jul 2011 08:21:46 -0700 (PDT)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        novel@FreeBSD.org
Subject:   ports/158596: [PATCH] mail/msmtp: disable gnome-keyring
Message-ID:  <4e0f378a.04d1e30a.6094.ffffeb2c@mx.google.com>
Resent-Message-ID: <201107021530.p62FUBPL057896@freefall.freebsd.org>

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

>Number:         158596
>Category:       ports
>Synopsis:       [PATCH] mail/msmtp: disable gnome-keyring
>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:   Sat Jul 02 15:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD chulak.jlaffaye.net 8.2-STABLE FreeBSD 8.2-STABLE #0 r223263: Sat Jun 18 20:03:31 BST
>Description:
Explicitly disable gnome-keyring because the port will link against it if it is
installed.
While I'm here, makes portlint happy.

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

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

--- msmtp-1.4.24_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/msmtp/Makefile,v
retrieving revision 1.61
diff -u -u -r1.61 Makefile
--- Makefile	5 Jun 2011 18:43:08 -0000	1.61
+++ Makefile	2 Jul 2011 15:19:10 -0000
@@ -14,16 +14,17 @@
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	SMTP plugin for MUAs
 
+LICENSE=	GPLv3
+
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+=--without-gnome-keyring
 MAN1=	msmtp.1
 INFO=	msmtp
 
-LICENSE=	GPLv3
-
 OPTIONS=	GNUTLS "Adds GnuTLS support" off \
 		OPENSSL "Adds support for SSL (Secure Socket Layer)" on \
 		GSASL "Adds GSASL support" off \
--- msmtp-1.4.24_1.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?4e0f378a.04d1e30a.6094.ffffeb2c>