HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of net-misc/wput


Ignore:
Timestamp:
06/30/08 09:58:11 (7 years ago)
Author:
scottmc
Comment:

Initial add

Legend:

Unmodified
Added
Removed
Modified
  • net-misc/wput

    v1 v1  
     1[[TOC]] 
     2 
     3= PortLog: [wiki:net-misc]/wput = 
     4 
     5http://wput.sourceforge.net/ 
     6 
     7== version 0.6.1 == 
     8 
     9||R5||untested|| 
     10||BONE||untested|| 
     11||Haiku||broken|| 
     12 
     13=== in process (scottmc) - [Haiku] === 
     14 
     15Here's the configure and make output, seems to have an issue with a non-existant 'sys/errno.h' file 
     16 
     17{{{ 
     18~/wput-0.6.1> ./configure 
     19Debug Information enabled 
     20checking for gcc... gcc 
     21checking for C compiler default output file name... conftest 
     22checking whether the C compiler works... yes 
     23checking whether we are cross compiling... no 
     24checking for suffix of executables... 
     25checking for suffix of object files... o 
     26checking whether we are using the GNU C compiler... yes 
     27checking whether gcc accepts -g... yes 
     28checking for gcc option to accept ISO C89... none needed 
     29checking how to run the C preprocessor... gcc -E 
     30checking for grep that handles long lines and -e... /bin/grep 
     31checking for egrep... /bin/grep -E 
     32checking for ANSI C header files... yes 
     33checking for sys/types.h... yes 
     34checking for sys/stat.h... yes 
     35checking for stdlib.h... yes 
     36checking for string.h... yes 
     37checking for memory.h... yes 
     38checking for strings.h... yes 
     39checking for inttypes.h... yes 
     40checking for stdint.h... yes 
     41checking for unistd.h... yes 
     42checking sys/ioctl.h usability... yes 
     43checking sys/ioctl.h presence... yes 
     44checking for sys/ioctl.h... yes 
     45checking sys/termio.h usability... no 
     46checking sys/termio.h presence... no 
     47checking for sys/termio.h... no 
     48checking termio.h usability... no 
     49checking termio.h presence... no 
     50checking for termio.h... no 
     51checking sys/winsize.h usability... no 
     52checking sys/winsize.h presence... no 
     53checking for sys/winsize.h... no 
     54checking locale.h usability... yes 
     55checking locale.h presence... yes 
     56checking for locale.h... yes 
     57checking libintl.h usability... no 
     58checking libintl.h presence... no 
     59checking for libintl.h... no 
     60checking getopt.h usability... yes 
     61checking getopt.h presence... yes 
     62checking for getopt.h... yes 
     63checking for library containing getopt_long... none required 
     64checking whether make sets $(MAKE)... yes 
     65checking for a BSD-compatible install... /bin/install -c 
     66checking whether NLS is requested... yes 
     67checking for msgfmt... no 
     68checking for gmsgfmt... : 
     69checking for xgettext... no 
     70checking for msgmerge... no 
     71checking build system type... i586-pc-haiku 
     72checking host system type... i586-pc-haiku 
     73checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     74checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU 
     75ld... yes 
     76checking for shared library run path origin... done 
     77checking whether NLS is requested... yes 
     78checking for GNU gettext in libc... no 
     79checking for iconv... no, consider installing GNU libiconv 
     80checking for GNU gettext in libintl... no 
     81checking whether to use NLS... no 
     82checking for GNUTLS includes... "" 
     83checking gnutls/gnutls.h, usability... no 
     84checking gnutls/gnutls.h, presence... no 
     85checking for gnutls/gnutls.h,... no 
     86checking gnutls/openssl.h usability... no 
     87checking gnutls/openssl.h presence... no 
     88checking for gnutls/openssl.h... no 
     89checking for GNUTLS libraries... no 
     90checking for long long... yes 
     91checking for unsigned long long... yes 
     92checking for int... yes 
     93checking size of int... 4 
     94checking for short... yes 
     95checking size of short... 2 
     96configure: creating ./config.status 
     97config.status: creating Makefile 
     98config.status: creating src/Makefile 
     99config.status: creating po/Makefile.in 
     100config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir set 
     101ting 
     102config.status: creating src/config.h 
     103config.status: executing default-1 commands 
     104config.status: creating po/POTFILES 
     105config.status: creating po/Makefile 
     106~/wput-0.6.1> make 
     107cd po && make  all 
     108make[1]: Entering directory `/boot/home/wput-0.6.1/po' 
     109make[1]: Nothing to be done for `all'. 
     110make[1]: Leaving directory `/boot/home/wput-0.6.1/po' 
     111cd src && make  all 
     112make[1]: Entering directory `/boot/home/wput-0.6.1/src' 
     113gcc -Wall  -g -DLOCALEDIR=\"/usr/local/share/locale\"    -c -o wput.o wput.c 
     114In file included from /boot/home/wput-0.6.1/src/wput.c:29: 
     115/boot/home/wput-0.6.1/src/wput.h:21: sys/errno.h: No such file or directory 
     116make[1]: *** [wput.o] Error 1 
     117make[1]: Leaving directory `/boot/home/wput-0.6.1/src' 
     118make: *** [all] Error 2 
     119~/wput-0.6.1> 
     120}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/