pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-ufraw



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 19 11:11:15 UTC 2025

Modified Files:
        pkgsrc/graphics/gimp-ufraw: options.mk

Log Message:
gimp-ufraw: remove gimp(2) option

XXX: not sure about the name of the package...


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/gimp-ufraw/options.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/gimp-ufraw/options.mk
diff -u pkgsrc/graphics/gimp-ufraw/options.mk:1.1 pkgsrc/graphics/gimp-ufraw/options.mk:1.2
--- pkgsrc/graphics/gimp-ufraw/options.mk:1.1   Sat Feb 22 14:40:25 2025
+++ pkgsrc/graphics/gimp-ufraw/options.mk       Mon May 19 11:11:14 2025
@@ -1,20 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2025/02/22 14:40:25 gdt Exp $
+# $NetBSD: options.mk,v 1.2 2025/05/19 11:11:14 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ufraw
-PKG_SUPPORTED_OPTIONS= gimp lensfun
+PKG_SUPPORTED_OPTIONS= lensfun
 PKG_SUGGESTED_OPTIONS= lensfun
 
 .include "../../mk/bsd.options.mk"
 
-# gimp support only works with gimp2.  gimp3 is imminent (and 1 of 1
-# known users have switched to gimp3).
-PLIST_VARS+=   gimp
-.if !empty(PKG_OPTIONS:Mgimp)
-.include "../../graphics/gimp/buildlink3.mk"
-PLIST.gimp=    yes
-.endif
-
-.include "../../mk/bsd.options.mk"
 .if !empty(PKG_OPTIONS:Mlensfun)
 .include "../../graphics/lensfun/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index