pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2021Q3] pkgsrc/graphics/pfstools



Module Name:    pkgsrc
Committed By:   tm
Date:           Sat Oct 16 20:55:16 UTC 2021

Modified Files:
        pkgsrc/graphics/pfstools [pkgsrc-2021Q3]: Makefile PLIST

Log Message:
Pullup ticket #6519 - requested by nia
graphics/pfstools: build fix

Revisions pulled up:
- graphics/pfstools/Makefile                                    1.78
- graphics/pfstools/PLIST                                       1.6

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Sat Oct 16 08:16:07 UTC 2021

   Modified Files:
        pkgsrc/graphics/pfstools: Makefile PLIST

   Log Message:
   pfstools: OpenEXR support is broken. Fix PLIST for now.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.76.2.1 pkgsrc/graphics/pfstools/Makefile
cvs rdiff -u -r1.5 -r1.5.16.1 pkgsrc/graphics/pfstools/PLIST

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

Modified files:

Index: pkgsrc/graphics/pfstools/Makefile
diff -u pkgsrc/graphics/pfstools/Makefile:1.76 pkgsrc/graphics/pfstools/Makefile:1.76.2.1
--- pkgsrc/graphics/pfstools/Makefile:1.76      Sun Aug 15 14:24:02 2021
+++ pkgsrc/graphics/pfstools/Makefile   Sat Oct 16 20:55:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2021/08/15 14:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.76.2.1 2021/10/16 20:55:16 tm Exp $
 
 DISTNAME=      pfstools-2.1.0
 PKGREVISION=   19
@@ -40,7 +40,6 @@ SUBST_SED.perl=               -e 's,@PERL_PATH@,${PER
 
 .include "../../graphics/libexif/buildlink3.mk"
 .include "../../graphics/netpbm/buildlink3.mk"
-.include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"

Index: pkgsrc/graphics/pfstools/PLIST
diff -u pkgsrc/graphics/pfstools/PLIST:1.5 pkgsrc/graphics/pfstools/PLIST:1.5.16.1
--- pkgsrc/graphics/pfstools/PLIST:1.5  Sun Dec 15 21:32:52 2019
+++ pkgsrc/graphics/pfstools/PLIST      Sat Oct 16 20:55:16 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/12/15 21:32:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.5.16.1 2021/10/16 20:55:16 tm Exp $
 bin/dcraw2hdrgen
 bin/jpeg2hdrgen
 bin/pfsabsolute
@@ -14,7 +14,6 @@ ${PLIST.gl}bin/pfsglview
 bin/pfshdrcalibrate
 bin/pfsin
 bin/pfsindcraw
-bin/pfsinexr
 bin/pfsinhdrgen
 ${PLIST.im}bin/pfsinimgmagick
 bin/pfsinme
@@ -26,7 +25,6 @@ bin/pfsinyuv
 ${PLIST.octave}bin/pfsoctavelum
 ${PLIST.octave}bin/pfsoctavergb
 bin/pfsout
-bin/pfsoutexr
 ${PLIST.im}bin/pfsouthdrhtml
 ${PLIST.im}bin/pfsoutimgmagick
 bin/pfsoutpfm
@@ -73,7 +71,6 @@ ${PLIST.gl}man/man1/pfsglview.1
 man/man1/pfshdrcalibrate.1
 man/man1/pfsin.1
 man/man1/pfsindcraw.1
-man/man1/pfsinexr.1
 man/man1/pfsinhdrgen.1
 ${PLIST.im}man/man1/pfsinimgmagick.1
 man/man1/pfsinme.1
@@ -85,7 +82,6 @@ man/man1/pfsinyuv.1
 ${PLIST.octave}man/man1/pfsoctavelum.1
 ${PLIST.octave}man/man1/pfsoctavergb.1
 man/man1/pfsout.1
-man/man1/pfsoutexr.1
 ${PLIST.im}man/man1/pfsouthdrhtml.1
 ${PLIST.im}man/man1/pfsoutimgmagick.1
 man/man1/pfsoutpfm.1



Home | Main Index | Thread Index | Old Index