pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/gmime
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 12 18:43:58 UTC 2017
Modified Files:
pkgsrc/mail/gmime: Makefile
Removed Files:
pkgsrc/mail/gmime: options.mk
Log Message:
Fix path to pkgconfig file.
Remove option for non-existent --enable-ipv6 flag.
Enable S/MIME support using gpgme.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/gmime/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/gmime/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/gmime/Makefile
diff -u pkgsrc/mail/gmime/Makefile:1.36 pkgsrc/mail/gmime/Makefile:1.37
--- pkgsrc/mail/gmime/Makefile:1.36 Sat Feb 25 00:05:06 2017
+++ pkgsrc/mail/gmime/Makefile Sun Mar 12 18:43:58 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2017/02/25 00:05:06 mef Exp $
-#
+# $NetBSD: Makefile,v 1.37 2017/03/12 18:43:58 wiz Exp $
DISTNAME= gmime-2.6.23
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.6/}
EXTRACT_SUFX= .tar.xz
@@ -17,14 +17,13 @@ USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-gtk-doc=no
CONFIGURE_ARGS+= --disable-mono
-PKGCONFIG_OVERRIDE+= gmime-2.6.pc.in
+PKGCONFIG_OVERRIDE+= gmime.pc.in
TEST_TARGET= check
BUILDLINK_DEPMETHOD.libgpg-error= build
-.include "options.mk"
-
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index