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:   jperkin
Date:           Tue Nov 28 17:28:32 UTC 2023

Modified Files:
        pkgsrc/mail/gmime: Makefile

Log Message:
gmime: Remove bogus libgpg-error=build depmethod.

This is certainly not a build-only dependency, and is already included by
at least two different full dependencies.  Fixes issue exposed by indirect
dependency checks.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/mail/gmime/Makefile

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.43 pkgsrc/mail/gmime/Makefile:1.44
--- pkgsrc/mail/gmime/Makefile:1.43     Wed Dec  8 16:02:18 2021
+++ pkgsrc/mail/gmime/Makefile  Tue Nov 28 17:28:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/12/08 16:02:18 adam Exp $
+# $NetBSD: Makefile,v 1.44 2023/11/28 17:28:32 jperkin Exp $
 
 DISTNAME=      gmime-2.6.23
 PKGREVISION=   4
@@ -20,10 +20,7 @@ CONFIGURE_ARGS+=     --disable-mono
 PKGCONFIG_OVERRIDE+=   gmime.pc.in
 TEST_TARGET=           check
 
-BUILDLINK_DEPMETHOD.libgpg-error=      build
-
 .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