1
0
mirror of https://github.com/gryf/debian-pkgs.git synced 2026-02-18 14:35:45 +01:00

Added first 4 apps

This commit is contained in:
2018-04-22 17:22:14 +01:00
parent 6c0b3a3bf9
commit 09506c067e
12 changed files with 535 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- xlockmore-5.46/configure.ac
+++ xlockmore-5.46/configure.ac
@@ -1912,7 +1912,7 @@
AC_DEFUN([AC_PATH_FREETYPE_DIRECT],
[test -z "$freetype_direct_test_library" && freetype_direct_test_library=freetype
test -z "$freetype_direct_test_function" && freetype_direct_test_function=FT_Init_FreeType
-test -z "$freetype_direct_test_include" && freetype_direct_test_include=freetype2/freetype.h
+test -z "$freetype_direct_test_include" && freetype_direct_test_include=freetype2/ft2build.h
for ac_dir in \
/usr/X11R6.5.1/include \
/usr/X11R6.4/include \

View File

@@ -0,0 +1,19 @@
--- a/configure.ac
+++ b/configure.ac
@@ -10,11 +10,11 @@
AC_PROG_CC
dnl Check if C++ compiler is present. If not set CXX to the C-compiler used
dnl for the other compilations.
-if test "$CC" = gcc; then
- AC_CHECK_PROGS(CXX, $CCC g++ CC C++ c++ cxx cc++ xlC $CC, gcc)
-else
- AC_CHECK_PROGS(CXX, $CCC CC C++ g++ c++ cxx cc++ xlC $CC, gcc)
-fi
+dnl if test "$CC" = gcc; then
+dnl AC_CHECK_PROGS(CXX, $CCC g++ CC C++ c++ cxx cc++ xlC $CC, gcc)
+dnl else
+dnl AC_CHECK_PROGS(CXX, $CCC CC C++ g++ c++ cxx cc++ xlC $CC, gcc)
+dnl fi
AC_PROG_CXX
if test "${CXX}" = "xlC" ; then
CXXFLAGS="${CXXFLAGS} -+"

View File

@@ -0,0 +1,64 @@
--- a/configure.ac
+++ b/configure.ac
@@ -3895,7 +3895,7 @@
BITMAPTYPE="bsd"
PIXMAPTYPE="bsd"
FORTUNE=""
- INSTPGMFLAGS="-s -o root -m 4111"
+ INSTPGMFLAGS="-o root -m 4111"
cpp_name=`echo $CC | cut -f1 -d' '`
if test "$cpp_name" = "gcc"; then
dirname=`which gcc`
@@ -3960,7 +3960,6 @@
;;
esac
fi
- INSTPGMFLAGS="-s $INSTPGMFLAGS"
BITMAPTYPE="linux"
PIXMAPTYPE="linux"
dnl if Shadow and not elf
@@ -3985,7 +3984,7 @@
AC_SUBST(OSF1_ENH_SEC)
XLOCKLIBS="${XLOCKLIBS} -lsecurity"
# SETGID auth may not be enough for Tru64 5.x.
- INSTPGMFLAGS="-s -g auth -m 2111"
+ INSTPGMFLAGS="-g auth -m 2111"
else
AC_MSG_RESULT(no)
fi
@@ -4011,7 +4010,7 @@
PIXMAPTYPE="sol"
;;
esac
- INSTPGMFLAGS="-s -o root -m 4111"
+ INSTPGMFLAGS="-o root -m 4111"
AC_DEFINE([HAVE_SHADOW], [1], [Shadow passwording])
AC_DEFINE([SYSV], [1], [System 5])
AC_DEFINE([SVR4], [1], [System 5 Release 4])
@@ -4040,7 +4039,7 @@
;;
*-*-sysv5* )
- INSTPGMFLAGS="-s -o root -m 4111"
+ INSTPGMFLAGS="-o root -m 4111"
AC_DEFINE([HAVE_SHADOW], [1], [Shadow passwording])
AC_DEFINE([SYSV], [1], [System 5])
AC_DEFINE([SVR4], [1], [System 5 Release 4])
@@ -4820,7 +4819,7 @@
case ${canonical} in
*-*-linux*)
if test "$vtlock" = "yes"; then
- INSTPGMFLAGS="-s -o root -g bin -m 4111"
+ INSTPGMFLAGS="-o root -g bin -m 4111"
AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS" for vtlock])
echo "experimental: Big buffer overrun security risk"
else
@@ -4838,7 +4837,7 @@
case ${canonical} in
*-*-linux*)
if test "$vtlock" = "yes"; then
- INSTPGMFLAGS="-s -o root -g bin -m 4111"
+ INSTPGMFLAGS="-o root -g bin -m 4111"
AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS" for vtlock])
else
AC_MSG_RESULT([defining install options (setuid/setgid) = "$INSTPGMFLAGS"])