pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gnuplot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun  7 10:09:47 UTC 2023

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile options.mk

Log Message:
gnuplot: switch (default-off) wxwidgets option to wxGTK32


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/gnuplot/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/gnuplot/Makefile
diff -u pkgsrc/graphics/gnuplot/Makefile:1.174 pkgsrc/graphics/gnuplot/Makefile:1.175
--- pkgsrc/graphics/gnuplot/Makefile:1.174      Mon May 22 21:00:31 2023
+++ pkgsrc/graphics/gnuplot/Makefile    Wed Jun  7 10:09:46 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.174 2023/05/22 21:00:31 wiz Exp $
+# $NetBSD: Makefile,v 1.175 2023/06/07 10:09:46 wiz Exp $
 
 DISTNAME=      gnuplot-5.4.6
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 

Index: pkgsrc/graphics/gnuplot/options.mk
diff -u pkgsrc/graphics/gnuplot/options.mk:1.22 pkgsrc/graphics/gnuplot/options.mk:1.23
--- pkgsrc/graphics/gnuplot/options.mk:1.22     Tue Jun  6 12:41:32 2023
+++ pkgsrc/graphics/gnuplot/options.mk  Wed Jun  7 10:09:46 2023
@@ -1,11 +1,9 @@
-# $NetBSD: options.mk,v 1.22 2023/06/06 12:41:32 riastradh Exp $
+# $NetBSD: options.mk,v 1.23 2023/06/07 10:09:46 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuplot
 PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua qt5 wxwidgets x11
 PKG_SUGGESTED_OPTIONS= cairo cerf gd x11
 
-# remove after pkgsrc-2020Q3
-PKG_OPTIONS_LEGACY_OPTS+=      pdf:cairo
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=   gnuplot-pdf-doc lua qt x11
@@ -75,7 +73,7 @@ CONFIGURE_ARGS+=      --with-qt=no
 .if !empty(PKG_OPTIONS:Mwxwidgets)
 USE_LANGUAGES+=                c++
 CONFIGURE_ARGS+=       --enable-wxwidgets
-.include "../../x11/wxGTK31/buildlink3.mk"
+.include "../../x11/wxGTK32/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-wxwidgets
 .endif



Home | Main Index | Thread Index | Old Index