pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/tiff
Module Name: pkgsrc
Committed By: thor
Date: Sun Dec 17 17:01:59 UTC 2023
Modified Files:
pkgsrc/graphics/tiff: Makefile buildlink3.mk
Log Message:
graphics/tiff: explicitly use libdeflate
Otherwise it is found and used in a host GNU/Linux distro, messing up dependents
which lack it in buildlinks.
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/graphics/tiff/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/tiff/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/tiff/Makefile
diff -u pkgsrc/graphics/tiff/Makefile:1.163 pkgsrc/graphics/tiff/Makefile:1.164
--- pkgsrc/graphics/tiff/Makefile:1.163 Sun Dec 17 16:46:18 2023
+++ pkgsrc/graphics/tiff/Makefile Sun Dec 17 17:01:59 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.163 2023/12/17 16:46:18 thor Exp $
+# $NetBSD: Makefile,v 1.164 2023/12/17 17:01:59 thor Exp $
VERSION_BASE= 4.6.0
# Accomodate testing unreleased versions.
#VERSION_RC= rc3
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= tiff-${VERSION_BASE}${VERSION_RC}
CATEGORIES= graphics
MASTER_SITES= https://download.osgeo.org/libtiff/
@@ -42,6 +42,7 @@ post-install:
.include "options.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/libdeflate/buildlink3.mk"
# XXX for liblzma; there are more potential suppliers
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/jbigkit/buildlink3.mk"
Index: pkgsrc/graphics/tiff/buildlink3.mk
diff -u pkgsrc/graphics/tiff/buildlink3.mk:1.26 pkgsrc/graphics/tiff/buildlink3.mk:1.27
--- pkgsrc/graphics/tiff/buildlink3.mk:1.26 Sat Oct 21 17:10:42 2023
+++ pkgsrc/graphics/tiff/buildlink3.mk Sun Dec 17 17:01:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.26 2023/10/21 17:10:42 gdt Exp $
+# $NetBSD: buildlink3.mk,v 1.27 2023/12/17 17:01:59 thor Exp $
BUILDLINK_TREE+= tiff
@@ -10,6 +10,7 @@ BUILDLINK_ABI_DEPENDS.tiff+= tiff>=4.6.0
BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff
.include "../../devel/zlib/buildlink3.mk"
+.include "../../devel/libdeflate/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../graphics/jbigkit/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index