ports/158596: [PATCH] mail/msmtp: disable gnome-keyring

Julien Laffaye jlaffaye at FreeBSD.org
Sat Jul 2 15:30:12 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list