pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/gutenprint-lib



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Sep 12 15:03:20 UTC 2018

Modified Files:
        pkgsrc/print/gutenprint-lib: Makefile

Log Message:
gutenprint-lib: drop include of gexiv2 bl3

gutenprint had a workaruond because something it included added
-lgexiv2 to the link link (via libtool) without having it in bl3.
That's fixed, so drop the workaround.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/print/gutenprint-lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/gutenprint-lib/Makefile
diff -u pkgsrc/print/gutenprint-lib/Makefile:1.82 pkgsrc/print/gutenprint-lib/Makefile:1.83
--- pkgsrc/print/gutenprint-lib/Makefile:1.82   Mon Sep 10 15:41:33 2018
+++ pkgsrc/print/gutenprint-lib/Makefile        Wed Sep 12 15:03:20 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.82 2018/09/10 15:41:33 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2018/09/12 15:03:20 gdt Exp $
 
 VERSION=       5.2.14
 DISTNAME=      gutenprint-${VERSION}
 PKGNAME=       gutenprint-lib-${VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
 EXTRACT_SUFX=  .tar.bz2
@@ -97,8 +97,6 @@ TEST_TARGET=          check
 # gutenprint-gimp: gimp plugin
 .include "../../graphics/gimp/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
-# gutenprint does not actually depend on gexiv2; it is wrongly inserted by libtool
-.include "../../graphics/gexiv2/buildlink3.mk"
 
 # gutenprint-cups: cups support
 .include "../../print/cups-base/buildlink3.mk"



Home | Main Index | Thread Index | Old Index