aboutsummaryrefslogtreecommitdiff
path: root/games/gbrainy/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-01-27 19:40:17 +0000
committerRene Ladan <rene@FreeBSD.org>2020-01-27 19:40:17 +0000
commitb0eec09651960d8c9d8a0981beab512bfb3c21f7 (patch)
tree94e26138c8267621b1b647591febb9f4c2bee2eb /games/gbrainy/files
parent56b735e2588de9f5ab64b0122de9f731ea768c0c (diff)
downloadports-b0eec09651960d8c9d8a0981beab512bfb3c21f7.tar.gz
ports-b0eec09651960d8c9d8a0981beab512bfb3c21f7.zip
Notes
Diffstat (limited to 'games/gbrainy/files')
-rw-r--r--games/gbrainy/files/patch-Makefile.in12
-rw-r--r--games/gbrainy/files/patch-configure64
2 files changed, 74 insertions, 2 deletions
diff --git a/games/gbrainy/files/patch-Makefile.in b/games/gbrainy/files/patch-Makefile.in
new file mode 100644
index 000000000000..c48ada591fb4
--- /dev/null
+++ b/games/gbrainy/files/patch-Makefile.in
@@ -0,0 +1,12 @@
+--- Makefile.in.orig 2013-09-15 18:26:13 UTC
++++ Makefile.in
+@@ -378,8 +378,7 @@ SUBDIRS = \
+ tests \
+ data \
+ tools \
+- po \
+- help
++ po
+
+ CLEANFILES = \
+ intltool-extract \
diff --git a/games/gbrainy/files/patch-configure b/games/gbrainy/files/patch-configure
index e8bf4bd9da6e..91dcd8a1ca9d 100644
--- a/games/gbrainy/files/patch-configure
+++ b/games/gbrainy/files/patch-configure
@@ -1,6 +1,66 @@
---- configure.orig
+--- configure.orig 2013-09-15 18:26:16 UTC
+++ configure
-@@ -13674,8 +13674,8 @@
+@@ -13562,33 +13562,9 @@ if test -z "$AM_DEFAULT_VERBOSITY"; then
+ fi
+
+
+-gdu_cv_version_required=0.3.2
+
+-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5
+-$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; }
+-if test -n "$PKG_CONFIG" && \
+- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5
+- ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
+- ac_status=$?
+- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+- test $ac_status = 0; }; then
+- gdu_cv_have_gdu=yes
+-else
+- gdu_cv_have_gdu=no
+-fi
+
+-if test "$gdu_cv_have_gdu" = "yes"; then
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+-$as_echo "yes" >&6; }
+- :
+-else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+-$as_echo "no" >&6; }
+- as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5
+-fi
+
+-
+-
+ # Check whether --with-help-dir was given.
+ if test "${with_help_dir+set}" = set; then :
+ withval=$with_help_dir;
+@@ -13628,25 +13604,15 @@ else
+ enable_scrollkeeper=yes
+ fi
+
+- if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
+- ENABLE_SK_TRUE=
+- ENABLE_SK_FALSE='#'
+-else
+ ENABLE_SK_TRUE='#'
+ ENABLE_SK_FALSE=
+-fi
+
+
+ DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS"
+
+
+- if test "$gdu_cv_have_gdu" = "yes"; then
+- HAVE_GNOME_DOC_UTILS_TRUE=
+- HAVE_GNOME_DOC_UTILS_FALSE='#'
+-else
+ HAVE_GNOME_DOC_UTILS_TRUE='#'
+ HAVE_GNOME_DOC_UTILS_FALSE=
+-fi
+
+
+
+@@ -13674,8 +13640,8 @@ needed_assemblies="Mono.Posix Mono.Cairo Mono.CSharp"
for i in $needed_assemblies; do
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $i.dll" >&5
$as_echo_n "checking for $i.dll... " >&6; }