mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -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)
31 lines
965 B
Text
31 lines
965 B
Text
--- configure.orig 2022-03-14 14:29:38 UTC
|
|
+++ configure
|
|
@@ -22491,7 +22491,7 @@ fi
|
|
if test "${enable_ruby_site_install+set}" = set; then :
|
|
enableval=$enable_ruby_site_install; RUBY_MAKE_OPTIONS=
|
|
else
|
|
- RUBY_MAKE_OPTIONS="sitedir=$langpref/lib/ruby"
|
|
+ RUBY_MAKE_OPTIONS="PREFIX=$langpref INSTALL_BASE= LIB=$langpref/lib/ruby"
|
|
fi
|
|
|
|
|
|
@@ -28807,19 +28807,6 @@ $as_echo_n "checking in... " >&6; }
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5
|
|
$as_echo "and out again" >&6; }
|
|
|
|
-echo $ECHO_N "ordering CD from https://tobi.oetiker.ch/wish $ECHO_C" 1>&6
|
|
-sleep 1
|
|
-echo $ECHO_N ".$ECHO_C" 1>&6
|
|
-sleep 1
|
|
-echo $ECHO_N ".$ECHO_C" 1>&6
|
|
-sleep 1
|
|
-echo $ECHO_N ".$ECHO_C" 1>&6
|
|
-sleep 1
|
|
-echo $ECHO_N ".$ECHO_C" 1>&6
|
|
-sleep 1
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5
|
|
-$as_echo " just kidding ;-)" >&6; }
|
|
-echo
|
|
echo "----------------------------------------------------------------"
|
|
echo "Config is DONE!"
|
|
echo
|