| | 1 | [[TOC]] |
| | 2 | |
| | 3 | http://www.gnu.org/software/indent/ |
| | 4 | |
| | 5 | = PortLog: [wiki:dev-util]/indent = |
| | 6 | |
| | 7 | == version 2.2.9 == |
| | 8 | |
| | 9 | ||R5||untested|| |
| | 10 | ||BONE||untested|| |
| | 11 | ||Haiku||broken|| |
| | 12 | |
| | 13 | |
| | 14 | {{{ |
| | 15 | Need BeOS config.guess file, then Make fails: |
| | 16 | ~/indent-2.2.9> make |
| | 17 | /bin/make all-recursive |
| | 18 | make[1]: Entering directory `/boot/home/indent-2.2.9' |
| | 19 | Making all in intl |
| | 20 | make[2]: Entering directory `/boot/home/indent-2.2.9/intl' |
| | 21 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 intl-compat.c |
| | 22 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 bindtextdom.c |
| | 23 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 dcgettext.c |
| | 24 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 dgettext.c |
| | 25 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 gettext.c |
| | 26 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 finddomain.c |
| | 27 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 loadmsgcat.c |
| | 28 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 localealias.c |
| | 29 | /boot/home/indent-2.2.9/intl/localealias.c: In function `read_alias_file': |
| | 30 | /boot/home/indent-2.2.9/intl/localealias.c:243: warning: comparison between pointer and integer |
| | 31 | /boot/home/indent-2.2.9/intl/localealias.c:253: warning: comparison between pointer and integer |
| | 32 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 textdomain.c |
| | 33 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 l10nflist.c |
| | 34 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 explodename.c |
| | 35 | gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DIN_LIBINTL -DHAVE_CONFIG_H -I.. -I. -I../intl -g -O2 dcigettext.c |
| | 36 | In file included from /boot/home/indent-2.2.9/intl/dcigettext.c:224: |
| | 37 | /boot/develop/headers/posix/search.h:35: conflicting types for `restrict' |
| | 38 | /boot/develop/headers/posix/search.h:35: previous declaration of `restrict' |
| | 39 | make[2]: *** [dcigettext.o] Error 1 |
| | 40 | make[2]: Leaving directory `/boot/home/indent-2.2.9/intl' |
| | 41 | make[1]: *** [all-recursive] Error 1 |
| | 42 | make[1]: Leaving directory `/boot/home/indent-2.2.9' |
| | 43 | make: *** [all] Error 2 |
| | 44 | ~/indent-2.2.9> |
| | 45 | }}} |