pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/libgeotiff



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 14:15:19 UTC 2020

Modified Files:
        pkgsrc/geography/libgeotiff: Makefile
Added Files:
        pkgsrc/geography/libgeotiff: buildlink3.mk

Log Message:
libgeotiff: Add buildlink3.mk and silence pkglint warning.

Lack of buildlink3 noted by Dr. Thomas Orgis


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/libgeotiff/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/libgeotiff/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/geography/libgeotiff/Makefile
diff -u pkgsrc/geography/libgeotiff/Makefile:1.10 pkgsrc/geography/libgeotiff/Makefile:1.11
--- pkgsrc/geography/libgeotiff/Makefile:1.10   Thu Mar 12 00:17:20 2020
+++ pkgsrc/geography/libgeotiff/Makefile        Thu Mar 26 14:15:19 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2020/03/12 00:17:20 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/26 14:15:19 nia Exp $
 
 # Upgrade to 1.5.1 is on hold because it requires proj 6
 DISTNAME=      libgeotiff-1.5.1
-CATEGORIES=    graphics
+CATEGORIES=    geography
 MASTER_SITES=  https://download.osgeo.org/geotiff/libgeotiff/
 
 MAINTAINER=    gdt%NetBSD.org@localhost

Added files:

Index: pkgsrc/geography/libgeotiff/buildlink3.mk
diff -u /dev/null pkgsrc/geography/libgeotiff/buildlink3.mk:1.1
--- /dev/null   Thu Mar 26 14:15:20 2020
+++ pkgsrc/geography/libgeotiff/buildlink3.mk   Thu Mar 26 14:15:19 2020
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/26 14:15:19 nia Exp $
+
+BUILDLINK_TREE+=       libgeotiff
+
+.if !defined(LIBGEOTIFF_BUILDLINK3_MK)
+LIBGEOTIFF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libgeotiff+=     libgeotiff>=1.5.1
+BUILDLINK_PKGSRCDIR.libgeotiff?=       ../../geography/libgeotiff
+
+.include "../../geography/proj/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.endif # LIBGEOTIFF_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libgeotiff



Home | Main Index | Thread Index | Old Index