[Midnightbsd-cvs] mports [24202] trunk/x11/xdm/files: add missing files
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 4 21:11:56 EDT 2018
Revision: 24202
http://svnweb.midnightbsd.org/mports/?rev=24202
Author: laffer1
Date: 2018-09-04 21:11:55 -0400 (Tue, 04 Sep 2018)
Log Message:
-----------
add missing files
Added Paths:
-----------
trunk/x11/xdm/files/patch-config_xdm-config.cpp
trunk/x11/xdm/files/patch-configure
Added: trunk/x11/xdm/files/patch-config_xdm-config.cpp
===================================================================
--- trunk/x11/xdm/files/patch-config_xdm-config.cpp (rev 0)
+++ trunk/x11/xdm/files/patch-config_xdm-config.cpp 2018-09-05 01:11:55 UTC (rev 24202)
@@ -0,0 +1,10 @@
+--- config/xdm-config.cpp.orig 2011-09-25 07:35:47 UTC
++++ config/xdm-config.cpp
+@@ -31,6 +31,7 @@ DisplayManager*authComplain: true
+ DisplayManager._0.setup: XDMSCRIPTDIR/Xsetup_0
+ DisplayManager._0.startup: XDMSCRIPTDIR/GiveConsole
+ DisplayManager._0.reset: XDMSCRIPTDIR/TakeConsole
++DisplayManager.*.authName: MIT-MAGIC-COOKIE-1
+ #ifdef XPM
+ DisplayManager*loginmoveInterval: 10
+ #endif /* XPM */
Property changes on: trunk/x11/xdm/files/patch-config_xdm-config.cpp
___________________________________________________________________
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/x11/xdm/files/patch-configure
===================================================================
--- trunk/x11/xdm/files/patch-configure (rev 0)
+++ trunk/x11/xdm/files/patch-configure 2018-09-05 01:11:55 UTC (rev 24202)
@@ -0,0 +1,65 @@
+--- configure.orig 2018-09-04 08:29:24.479402000 -0400
++++ configure 2018-09-04 08:30:39.751233000 -0400
+@@ -5322,7 +5322,7 @@
+ lt_cv_sys_max_cmd_len=8192;
+ ;;
+
+- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
++ netbsd* | freebsd* | openbsd* | darwin* | dragonfly* | 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`
+@@ -5752,7 +5752,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 )
+@@ -9535,7 +9535,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
+@@ -10509,7 +10509,7 @@
+ dynamic_linker=no
+ ;;
+
+-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
+@@ -12374,7 +12374,7 @@
+ lint_name=splint
+ lint_options="-badflag"
+ ;;
+- *freebsd* | *netbsd*)
++ *freebsd* | *netbsd* | midnightBSD*)
+ lint_name=lint
+ lint_options="-u -b"
+ ;;
+@@ -15353,7 +15353,7 @@
+ dragonfly*)
+ DEF_USER_PATH="/bin:/usr/bin:/sbin:/usr/sbin:${bindir}:/usr/local/bin"
+ ;;
+- freebsd*)
++ freebsd* | midnightbsd*)
+ DEF_USER_PATH="/bin:/usr/bin:/sbin:/usr/sbin:${bindir}:/usr/gnu/bin:/usr/local/bin"
+ ;;
+ netbsd*)
+@@ -15393,7 +15393,7 @@
+ # old Imake *.cf files for each platform
+ if test -z "$DEF_SYSTEM_PATH" ; then
+ case $host_os in
+- freebsd*|dragonfly*)
++ freebsd*|dragonfly* | midnightbsd*)
+ DEF_SYSTEM_PATH="/bin:/usr/bin:/sbin:/usr/sbin:${bindir}"
+ ;;
+ netbsd*|openbsd*|bsdi*)
Property changes on: trunk/x11/xdm/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