Thu Oct 11 08:30:17 2018 UTC ()
Fix for platform/Haiku.mk:12: Makefile lines should not start with space characters.


(adam)
diff -r1.14 -r1.15 pkgsrc/mk/platform/Haiku.mk

cvs diff -r1.14 -r1.15 pkgsrc/mk/platform/Haiku.mk (switch to unified diff)

--- pkgsrc/mk/platform/Haiku.mk 2016/03/10 16:58:19 1.14
+++ pkgsrc/mk/platform/Haiku.mk 2018/10/11 08:30:16 1.15
@@ -1,68 +1,68 @@ @@ -1,68 +1,68 @@
1# $NetBSD: Haiku.mk,v 1.14 2016/03/10 16:58:19 jperkin Exp $ 1# $NetBSD: Haiku.mk,v 1.15 2018/10/11 08:30:16 adam Exp $
2# 2#
3# Variable definitions for the Haiku operating system. 3# Variable definitions for the Haiku operating system.
4 4
5ECHO_N?= ${ECHO} -n 5ECHO_N?= ${ECHO} -n
6PKGLOCALEDIR?= share 6PKGLOCALEDIR?= share
7PS?= /bin/ps 7PS?= /bin/ps
8# XXX: default from defaults/mk.conf. Verify/correct for this platform 8# XXX: default from defaults/mk.conf. Verify/correct for this platform
9# and remove this comment. 9# and remove this comment.
10SU?= /bin/su 10SU?= /bin/su
11TYPE?= type # Shell builtin 11TYPE?= type # Shell builtin
12  12
13# Use symlink for wrapper in mk/wrapper/bsd.wrapper.mk, 13# Use symlink for wrapper in mk/wrapper/bsd.wrapper.mk,
14# due to lack of hard link support. 14# due to lack of hard link support.
15WRAPPER_USE_SYMLINK= # defined 15WRAPPER_USE_SYMLINK= # defined
16 16
17CPP_PRECOMP_FLAGS?= # unset 17CPP_PRECOMP_FLAGS?= # unset
18DEF_UMASK?= 022 18DEF_UMASK?= 022
19DEFAULT_SERIAL_DEVICE?= /dev/tty 19DEFAULT_SERIAL_DEVICE?= /dev/tty
20EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table 20EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
21MOTIF_TYPE_DEFAULT?= motif # default 2.0 compatible libs type 21MOTIF_TYPE_DEFAULT?= motif # default 2.0 compatible libs type
22NOLOGIN?= /bin/false 22NOLOGIN?= /bin/false
23PKG_TOOLS_BIN?= ${LOCALBASE}/sbin 23PKG_TOOLS_BIN?= ${LOCALBASE}/sbin
24ROOT_CMD?= ${SU} - root -c 24ROOT_CMD?= ${SU} - root -c
25ROOT_GROUP?= root 25ROOT_GROUP?= root
26ROOT_USER?= user 26ROOT_USER?= user
27SERIAL_DEVICES?= /dev/tty 27SERIAL_DEVICES?= /dev/tty
28ULIMIT_CMD_datasize?= : 28ULIMIT_CMD_datasize?= :
29ULIMIT_CMD_stacksize?= : 29ULIMIT_CMD_stacksize?= :
30ULIMIT_CMD_memorysize?= : 30ULIMIT_CMD_memorysize?= :
31.if exists(/bin/groupadd) 31.if exists(/bin/groupadd)
32USERADD?= /bin/useradd 32USERADD?= /bin/useradd
33GROUPADD?= /bin/groupadd 33GROUPADD?= /bin/groupadd
34.endif 34.endif
35 35
36.if exists(/boot/system/develop) 36.if exists(/boot/system/develop)
37_OPSYS_SYSTEM_RPATH?= /boot/system/lib 37_OPSYS_SYSTEM_RPATH?= /boot/system/lib
38_OPSYS_LIB_DIRS?= /boot/system/develop/lib /boot/system/lib 38_OPSYS_LIB_DIRS?= /boot/system/develop/lib /boot/system/lib
39_OPSYS_INCLUDE_DIRS?= /boot/system/develop/headers \ 39_OPSYS_INCLUDE_DIRS?= /boot/system/develop/headers \
40 /boot/system/develop/headers/posix 40 /boot/system/develop/headers/posix
41.else 41.else
42_OPSYS_SYSTEM_RPATH?= /boot/common/lib:/boot/system/lib 42_OPSYS_SYSTEM_RPATH?= /boot/common/lib:/boot/system/lib
43_OPSYS_LIB_DIRS?= /boot/common/lib /boot/system/lib 43_OPSYS_LIB_DIRS?= /boot/common/lib /boot/system/lib
44_OPSYS_INCLUDE_DIRS?= /boot/common/include \ 44_OPSYS_INCLUDE_DIRS?= /boot/common/include \
45 /boot/develop/headers/posix \ 45 /boot/develop/headers/posix \
46 /boot/develop/headers/3rdparty 46 /boot/develop/headers/3rdparty
47.endif 47.endif
48 48
49_OPSYS_HAS_INET6= yes # IPv6 is standard 49_OPSYS_HAS_INET6= yes # IPv6 is standard
50_OPSYS_HAS_JAVA= no # Java is not standard 50_OPSYS_HAS_JAVA= no # Java is not standard
51_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages 51_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
52_OPSYS_HAS_OSSAUDIO= no # libossaudio is available 52_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
53_OPSYS_PERL_REQD= # no base version of perl required 53_OPSYS_PERL_REQD= # no base version of perl required
54_OPSYS_PTHREAD_AUTO= yes # -lpthread not needed for pthreads 54_OPSYS_PTHREAD_AUTO= yes # -lpthread not needed for pthreads
55_OPSYS_SHLIB_TYPE= ELF # shared lib type 55_OPSYS_SHLIB_TYPE= ELF # shared lib type
56_PATCH_CAN_BACKUP= yes # native patch(1) can make backups 56_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
57_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix 57_PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix
58_USE_RPATH= yes # add rpath to LDFLAGS 58_USE_RPATH= yes # add rpath to LDFLAGS
59 59
60_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip 60_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip
61_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip 61_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip
62 62
63_OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk 63_OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk
64 64
65# check for maximum command line length and set it in configure's environment, 65# check for maximum command line length and set it in configure's environment,
66# to avoid a test required by the libtool script that takes forever. 66# to avoid a test required by the libtool script that takes forever.
67# FIXME: Adjust to work on this system and enable the lines below. 67# FIXME: Adjust to work on this system and enable the lines below.
68#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax 68#_OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax