mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Update to 4.2.2.
This commit is contained in:
parent
22443fff64
commit
4add52e882
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265353
4 changed files with 22 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libgda4
|
||||
PORTVERSION?= 4.2.1
|
||||
PORTVERSION?= 4.2.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gnome2/libgda-4.2.1.tar.bz2) = d485d24fb19bd95faad196c8ed22b2cb8f9e9275d907f880a3f8f079f6bf40f7
|
||||
SIZE (gnome2/libgda-4.2.1.tar.bz2) = 14048095
|
||||
SHA256 (gnome2/libgda-4.2.2.tar.bz2) = 7d0bfca2eda3158fb44ff05890aabd79e6e4b357a03574eacf380dc03bcb9d87
|
||||
SIZE (gnome2/libgda-4.2.2.tar.bz2) = 14091997
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2010-11-14 17:29:29.000000000 +0100
|
||||
+++ configure 2010-11-14 17:33:39.000000000 +0100
|
||||
@@ -19487,9 +19487,9 @@
|
||||
--- configure.orig 2010-11-28 20:28:23.000000000 -0500
|
||||
+++ configure 2010-11-28 20:28:54.000000000 -0500
|
||||
@@ -19487,9 +19487,9 @@ $as_echo_n "checking if gobject-introspe
|
||||
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
|
||||
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
|
||||
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
|
||||
|
@ -12,25 +12,24 @@
|
|||
INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
|
||||
INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
|
||||
INTROSPECTION_MAKEFILE=$introspection_makefile
|
||||
@@ -19586,7 +19586,7 @@
|
||||
echo "$LIBCRYPTO_PKG_ERRORS" >&5
|
||||
@@ -19589,14 +19589,14 @@ fi
|
||||
|
||||
if test "$enable_crypto" = "yes"; then
|
||||
if test "$enable_crypto" = "yes"
|
||||
then
|
||||
- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
fi
|
||||
have_crypto=no
|
||||
|
||||
@@ -19594,7 +19594,7 @@
|
||||
elif test $pkg_failed = untried; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
if test "$enable_crypto" = "yes"; then
|
||||
if test "$enable_crypto" = "yes"
|
||||
then
|
||||
- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
fi
|
||||
have_crypto=no
|
||||
|
||||
@@ -21772,6 +21772,15 @@
|
||||
else
|
||||
LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS
|
||||
@@ -21776,6 +21776,15 @@ $as_echo "#define MDB_BIND_COLUMN_FOUR_A
|
||||
fi
|
||||
CFLAGS="$save_CFLAGS"
|
||||
fi
|
||||
|
|
|
@ -45,6 +45,7 @@ include/libgda-%%VERSION%%/libgda-report/libgda-report.h
|
|||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-rt-editor.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h
|
||||
|
|
Loading…
Add table
Reference in a new issue