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:           Thu Mar 16 09:48:12 UTC 2023

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

Log Message:
gnuplot: remove libXaw buildlink3.mk for x11 option

The library is not used by gnuplot.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.19 -r1.20 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.167 pkgsrc/graphics/gnuplot/Makefile:1.168
--- pkgsrc/graphics/gnuplot/Makefile:1.167      Fri Mar 10 22:27:39 2023
+++ pkgsrc/graphics/gnuplot/Makefile    Thu Mar 16 09:48:12 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.167 2023/03/10 22:27:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.168 2023/03/16 09:48:12 wiz Exp $
 
 DISTNAME=      gnuplot-5.4.6
+PKGREVISION=   1
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 

Index: pkgsrc/graphics/gnuplot/options.mk
diff -u pkgsrc/graphics/gnuplot/options.mk:1.19 pkgsrc/graphics/gnuplot/options.mk:1.20
--- pkgsrc/graphics/gnuplot/options.mk:1.19     Fri Oct 21 12:28:07 2022
+++ pkgsrc/graphics/gnuplot/options.mk  Thu Mar 16 09:48:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2022/10/21 12:28:07 adam Exp $
+# $NetBSD: options.mk,v 1.20 2023/03/16 09:48:12 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuplot
 PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua qt5 wxwidgets x11
@@ -81,8 +81,7 @@ CONFIGURE_ARGS+=      --disable-wxwidgets
 .endif
 
 .if !empty(PKG_OPTIONS:Mx11)
-PLIST.x11=     yes
-.include "../../x11/libXaw/buildlink3.mk"
+PLIST.x11=             yes
 .else
 CONFIGURE_ARGS+=       --without-x
 .endif



Home | Main Index | Thread Index | Old Index