mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Add py-setuptools build dependency to PYTHON option (Build PYTHON bindings) to fix build when this option is used - Add harfbuzz lib depends to GRAPH option (Enable the rrdtool graph command) - Use configure helper for EXAMPLES option - Define LICENSE_FILE PR: 265203 Reported by: Sigi <freebsd-bt@beatsnet.com> MFH: 2023Q1 (build fixes)
11 lines
442 B
Text
11 lines
442 B
Text
--- examples/Makefile.in.orig 2022-03-14 14:29:40 UTC
|
|
+++ examples/Makefile.in
|
|
@@ -431,7 +431,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
SUBDIRS = rrdcached
|
|
EXTRA_DIST = cgi-demo.cgi.in stripes.py
|
|
-examplesdir = $(pkgdatadir)/examples
|
|
+examplesdir = $(datadir)/examples/rrdtool
|
|
examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \
|
|
stripes.pl bigtops.pl minmax.pl 4charts.pl perftest.pl \
|
|
stripes.py
|