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:   hauke
Date:           Fri Mar 31 15:04:12 UTC 2023

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

Log Message:
While gnuplot does not use libXaw, it does use one of the package's
dependencies(xorgproto), which nowe ends up missing in an x11-only build.

Let me guess - the change wasn't build-tested?


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.20 -r1.21 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.168 pkgsrc/graphics/gnuplot/Makefile:1.169
--- pkgsrc/graphics/gnuplot/Makefile:1.168      Thu Mar 16 09:48:12 2023
+++ pkgsrc/graphics/gnuplot/Makefile    Fri Mar 31 15:04:12 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.168 2023/03/16 09:48:12 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2023/03/31 15:04:12 hauke Exp $
 
 DISTNAME=      gnuplot-5.4.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 

Index: pkgsrc/graphics/gnuplot/options.mk
diff -u pkgsrc/graphics/gnuplot/options.mk:1.20 pkgsrc/graphics/gnuplot/options.mk:1.21
--- pkgsrc/graphics/gnuplot/options.mk:1.20     Thu Mar 16 09:48:12 2023
+++ pkgsrc/graphics/gnuplot/options.mk  Fri Mar 31 15:04:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.20 2023/03/16 09:48:12 wiz Exp $
+# $NetBSD: options.mk,v 1.21 2023/03/31 15:04:12 hauke Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnuplot
 PKG_SUPPORTED_OPTIONS= cairo cerf gd gnuplot-pdf-doc lua qt5 wxwidgets x11
@@ -82,6 +82,7 @@ CONFIGURE_ARGS+=      --disable-wxwidgets
 
 .if !empty(PKG_OPTIONS:Mx11)
 PLIST.x11=             yes
+.include "../../x11/xorgproto/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-x
 .endif



Home | Main Index | Thread Index | Old Index