[Midnightbsd-cvs] mports [24530] trunk/devel/gobject-introspection/files: add missing patchset
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Oct 16 21:07:31 EDT 2018
Revision: 24530
http://svnweb.midnightbsd.org/mports/?rev=24530
Author: laffer1
Date: 2018-10-16 21:07:29 -0400 (Tue, 16 Oct 2018)
Log Message:
-----------
add missing patchset
Added Paths:
-----------
trunk/devel/gobject-introspection/files/patch-build-aux-ltmain.sh
trunk/devel/gobject-introspection/files/patch-configure
Added: trunk/devel/gobject-introspection/files/patch-build-aux-ltmain.sh
===================================================================
--- trunk/devel/gobject-introspection/files/patch-build-aux-ltmain.sh (rev 0)
+++ trunk/devel/gobject-introspection/files/patch-build-aux-ltmain.sh 2018-10-17 01:07:29 UTC (rev 24530)
@@ -0,0 +1,47 @@
+--- build-aux/ltmain.sh.orig 2018-10-15 21:37:20.661720000 -0400
++++ build-aux/ltmain.sh 2018-10-15 21:38:40.656507000 -0400
+@@ -7019,7 +7019,7 @@
+ # These systems don't actually have a C library (as such)
+ test X-lc = "X$arg" && continue
+ ;;
+- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
++ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test X-lc = "X$arg" && continue
+ ;;
+@@ -7039,7 +7039,7 @@
+ esac
+ elif test X-lc_r = "X$arg"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
++ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig* | *-*-midnightbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -8805,7 +8805,7 @@
+ #
+ case $version_type in
+ # correct linux to gnu/linux during the next big refactor
+- darwin|freebsd-elf|linux|osf|windows|none)
++ darwin|freebsd-elf|linux|osf|windows|none|midnightbsd-elf)
+ func_arith $number_major + $number_minor
+ current=$func_arith_result
+ age=$number_minor
+@@ -8896,7 +8896,7 @@
+ versuffix=.$current.$revision
+ ;;
+
+- freebsd-elf)
++ freebsd-elf|midnightbsd-elf)
+ func_arith $current - $age
+ major=.$func_arith_result
+ versuffix=$major.$age.$revision
+@@ -9122,7 +9122,7 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
+- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
++ *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-midnightbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
+ *-*-sco3.2v5* | *-*-sco5v6*)
Property changes on: trunk/devel/gobject-introspection/files/patch-build-aux-ltmain.sh
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/gobject-introspection/files/patch-configure
===================================================================
--- trunk/devel/gobject-introspection/files/patch-configure (rev 0)
+++ trunk/devel/gobject-introspection/files/patch-configure 2018-10-17 01:07:29 UTC (rev 24530)
@@ -0,0 +1,47 @@
+--- configure.orig 2018-10-15 21:35:47.663396000 -0400
++++ configure 2018-10-15 21:36:36.059490000 -0400
+@@ -5267,7 +5267,7 @@
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+- bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
++ bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd* | midnightbsd*)
+ # This has been around since 386BSD, at least. Likely further.
+ if test -x /sbin/sysctl; then
+ lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
+@@ -5678,7 +5678,7 @@
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightbsd*)
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
+ case $host_cpu in
+ i*86 )
+@@ -10193,7 +10193,7 @@
+ ;;
+
+ # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
+- freebsd* | dragonfly*)
++ freebsd* | dragonfly* | midnightbsd*)
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
+ hardcode_libdir_flag_spec='-R$libdir'
+ hardcode_direct=yes
+@@ -11238,7 +11238,7 @@
+ shlibpath_var=LD_LIBRARY_PATH
+ ;;
+
+-freebsd* | dragonfly*)
++freebsd* | dragonfly* | midnightbsd*)
+ # DragonFly does not have aout. When/if they implement a new
+ # versioning mechanism, adjust this.
+ if test -x /usr/bin/objformat; then
+@@ -11257,7 +11257,7 @@
+ need_version=no
+ need_lib_prefix=no
+ ;;
+- freebsd-*)
++ freebsd-* | midnightbsd-*)
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
+ need_version=yes
+ ;;
Property changes on: trunk/devel/gobject-introspection/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list