Date: Mon, 10 Dec 2012 06:49:34 +0000 (UTC) From: David Thiel <lx@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308588 - in head/devel/libowfat: . files Message-ID: <201212100649.qBA6nYEh044895@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lx Date: Mon Dec 10 06:49:34 2012 New Revision: 308588 URL: http://svnweb.freebsd.org/changeset/ports/308588 Log: Update to 0.29. Feature safe: yes Modified: head/devel/libowfat/Makefile head/devel/libowfat/distinfo head/devel/libowfat/files/manpages head/devel/libowfat/files/patch-GNUmakefile Modified: head/devel/libowfat/Makefile ============================================================================== --- head/devel/libowfat/Makefile Mon Dec 10 06:25:52 2012 (r308587) +++ head/devel/libowfat/Makefile Mon Dec 10 06:49:34 2012 (r308588) @@ -6,11 +6,11 @@ # PORTNAME= libowfat -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= devel ipv6 MASTER_SITES= http://dl.fefe.de/ -MAINTAINER= tmseck@web.de +MAINTAINER= lx@FreeBSD.org COMMENT= A general purpose library based on code by D. J. Bernstein USE_BZIP2= yes @@ -31,14 +31,21 @@ CFLAGS+= -O2 -fomit-frame-pointer .include "${FILESDIR}/manpages" include= array.h buffer.h byte.h case.h cdb.h cdb_make.h dns.h errmsg.h \ - fmt.h havealloca.h io.h iob.h iopause.h ip4.h ip6.h mmap.h \ - ndelay.h open.h openreadclose.h rangecheck.h readclose.h \ - safemult.h scan.h socket.h str.h stralloc.h tai.h taia.h \ - textcode.h uint16.h uint32.h uint64.h + fmt.h havealloca.h io.h iob.h iopause.h ip4.h ip6.h iarray.h \ + isset.h mmap.h ndelay.h open.h openreadclose.h rangecheck.h \ + readclose.h safemult.h scan.h socket.h str.h stralloc.h tai.h \ + taia.h textcode.h uint16.h uint32.h uint64.h va_narg.h + PLIST_DIRS= include/libowfat PLIST_FILES= ${include:S,^,include/libowfat/,} lib/libowfat.a PORTDOCS= CHANGES README TODO +post-extract: + @${MKDIR} ${WRKSRC}/man +.for i in ${MAN3} + @${MV} ${WRKSRC}/*/${i:S/libowfat_//} ${WRKSRC}/man/${i} +.endfor + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/devel/libowfat/distinfo ============================================================================== --- head/devel/libowfat/distinfo Mon Dec 10 06:25:52 2012 (r308587) +++ head/devel/libowfat/distinfo Mon Dec 10 06:49:34 2012 (r308588) @@ -1,2 +1,2 @@ -SHA256 (libowfat-0.28.tar.bz2) = 392348c2bbde78cde001ba0ef62c8c2ae27105218fc3ba3833d13d26ecdaa541 -SIZE (libowfat-0.28.tar.bz2) = 129622 +SHA256 (libowfat-0.29.tar.bz2) = 4badbdeed6bef4337f1edd6b86fb7154c5592509c272dcdc09c693161cbc6427 +SIZE (libowfat-0.29.tar.bz2) = 139489 Modified: head/devel/libowfat/files/manpages ============================================================================== --- head/devel/libowfat/files/manpages Mon Dec 10 06:25:52 2012 (r308587) +++ head/devel/libowfat/files/manpages Mon Dec 10 06:49:34 2012 (r308588) @@ -1,326 +1,344 @@ MAN3=\ -array.3 \ -array_allocate.3 \ -array_bytes.3 \ -array_cat.3 \ -array_cat0.3 \ -array_catb.3 \ -array_cate.3 \ -array_cats.3 \ -array_cats0.3 \ -array_equal.3 \ -array_fail.3 \ -array_get.3 \ -array_length.3 \ -array_reset.3 \ -array_start.3 \ -array_trunc.3 \ -array_truncate.3 \ -buffer.3 \ -buffer_close.3 \ -buffer_feed.3 \ -buffer_flush.3 \ -buffer_fromsa.3 \ -buffer_get.3 \ -buffer_get_new_token_sa.3 \ -buffer_get_new_token_sa_pred.3 \ -buffer_get_token.3 \ -buffer_get_token_pred.3 \ -buffer_get_token_sa.3 \ -buffer_get_token_sa_pred.3 \ -buffer_getc.3 \ -buffer_getline.3 \ -buffer_getline_sa.3 \ -buffer_getn.3 \ -buffer_getnewline_sa.3 \ -buffer_init.3 \ -buffer_init_free.3 \ -buffer_mmapread.3 \ -buffer_peek.3 \ -buffer_put.3 \ -buffer_put8long.3 \ -buffer_putalign.3 \ -buffer_puterror.3 \ -buffer_puterror2.3 \ -buffer_putflush.3 \ -buffer_putlong.3 \ -buffer_putlonglong.3 \ -buffer_putm.3 \ -buffer_putnlflush.3 \ -buffer_puts.3 \ -buffer_putsa.3 \ -buffer_putsaflush.3 \ -buffer_putsalign.3 \ -buffer_putsflush.3 \ -buffer_putspace.3 \ -buffer_putulong.3 \ -buffer_putulonglong.3 \ -buffer_putxlong.3 \ -buffer_seek.3 \ -byte_chr.3 \ -byte_copy.3 \ -byte_copyr.3 \ -byte_diff.3 \ -byte_equal.3 \ -byte_rchr.3 \ -byte_zero.3 \ -case_diffb.3 \ -case_diffs.3 \ -case_lowerb.3 \ -case_lowers.3 \ -case_starts.3 \ -cdb_datalen.3 \ -cdb_datapos.3 \ -cdb_find.3 \ -cdb_firstkey.3 \ -cdb_free.3 \ -cdb_init.3 \ -cdb_keylen.3 \ -cdb_keypos.3 \ -cdb_nextkey.3 \ -cdb_read.3 \ -cdb_successor.3 \ -dns_ip4.3 \ -dns_ip4_packet.3 \ -dns_ip4_qualify.3 \ -dns_ip6.3 \ -dns_ip6_packet.3 \ -dns_ip6_qualify.3 \ -dns_mx.3 \ -dns_mx_packet.3 \ -dns_name4.3 \ -dns_name4_domain.3 \ -dns_name6.3 \ -dns_name6_domain.3 \ -dns_name_packet.3 \ -dns_txt.3 \ -dns_txt_packet.3 \ -fmt_8long.3 \ -fmt_double.3 \ -fmt_fill.3 \ -fmt_httpdate.3 \ -fmt_human.3 \ -fmt_humank.3 \ -fmt_ip4.3 \ -fmt_ip6.3 \ -fmt_ip6_flat.3 \ -fmt_ip6c.3 \ -fmt_ip6if.3 \ -fmt_ip6ifc.3 \ -fmt_long.3 \ -fmt_longlong.3 \ -fmt_minus.3 \ -fmt_pad.3 \ -fmt_plusminus.3 \ -fmt_str.3 \ -fmt_strn.3 \ -fmt_uint.3 \ -fmt_uint0.3 \ -fmt_ulong.3 \ -fmt_ulong0.3 \ -fmt_ulonglong.3 \ -fmt_xlong.3 \ -fmt_xlonglong.3 \ -imult16.3 \ -imult32.3 \ -imult64.3 \ -io_appendfile.3 \ -io_block.3 \ -io_canread.3 \ -io_canwrite.3 \ -io_check.3 \ -io_close.3 \ -io_closeonexec.3 \ -io_createfile.3 \ -io_dontwantread.3 \ -io_dontwantwrite.3 \ -io_eagain.3 \ -io_fd.3 \ -io_finishandshutdown.3 \ -io_getcookie.3 \ -io_nonblock.3 \ -io_passfd.3 \ -io_pipe.3 \ -io_readfile.3 \ -io_readwritefile.3 \ -io_receivefd.3 \ -io_sendfile.3 \ -io_setcookie.3 \ -io_socketpair.3 \ -io_timeout.3 \ -io_timeouted.3 \ -io_tryread.3 \ -io_tryreadtimeout.3 \ -io_trywrite.3 \ -io_trywritetimeout.3 \ -io_wait.3 \ -io_waitread.3 \ -io_waituntil.3 \ -io_wantread.3 \ -io_wantwrite.3 \ -iob_addbuf.3 \ -iob_addbuf_free.3 \ -iob_addfile.3 \ -iob_addfile_close.3 \ -iob_adds.3 \ -iob_adds_free.3 \ -iob_bytesleft.3 \ -iob_free.3 \ -iob_new.3 \ -iob_prefetch.3 \ -iob_reset.3 \ -iob_send.3 \ -iob_write.3 \ -iopause.3 \ -mmap_private.3 \ -mmap_read.3 \ -mmap_shared.3 \ -ndelay_off.3 \ -ndelay_on.3 \ -open_append.3 \ -open_excl.3 \ -open_read.3 \ -open_rw.3 \ -open_trunc.3 \ -open_write.3 \ -openreadclose.3 \ -range_arrayinbuf.3 \ -range_bufinbuf.3 \ -range_ptrinbuf.3 \ -range_str2inbuf.3 \ -range_str4inbuf.3 \ -range_strinbuf.3 \ -range_validbuf.3 \ -rangecheck.3 \ -readclose.3 \ -readclose_append.3 \ -socket_tcp4b.3 \ -socket_tcp6b.3 \ -scan_8int.3 \ -scan_8long.3 \ -scan_8short.3 \ -scan_charsetnskip.3 \ -scan_double.3 \ -scan_httpdate.3 \ -scan_int.3 \ -scan_ip4.3 \ -scan_ip6.3 \ -scan_ip6_flat.3 \ -scan_ip6if.3 \ -scan_long.3 \ -scan_longlong.3 \ -scan_noncharsetnskip.3 \ -scan_nonwhitenskip.3 \ -scan_plusminus.3 \ -scan_short.3 \ -scan_uint.3 \ -scan_ulong.3 \ -scan_ulonglong.3 \ -scan_ushort.3 \ -scan_whitenskip.3 \ -scan_xint.3 \ -scan_xlong.3 \ -scan_xlonglong.3 \ -scan_xshort.3 \ -socket_accept4.3 \ -socket_accept6.3 \ -socket_bind4.3 \ -socket_bind4_reuse.3 \ -socket_bind6.3 \ -socket_bind6_reuse.3 \ -socket_broadcast.3 \ -socket_connect4.3 \ -socket_connect6.3 \ -socket_connected.3 \ -socket_getifidx.3 \ -socket_getifname.3 \ -socket_listen.3 \ -socket_local4.3 \ -socket_local6.3 \ -socket_mchopcount6.3 \ -socket_mcjoin4.3 \ -socket_mcjoin6.3 \ -socket_mcleave4.3 \ -socket_mcleave6.3 \ -socket_mcloop4.3 \ -socket_mcloop6.3 \ -socket_mcttl4.3 \ -socket_recv4.3 \ -socket_recv6.3 \ -socket_remote4.3 \ -socket_remote6.3 \ -socket_send4.3 \ -socket_send6.3 \ -socket_tcp4.3 \ -socket_tcp6.3 \ -socket_udp4.3 \ -socket_udp6.3 \ -str_chr.3 \ -str_copy.3 \ -str_diff.3 \ -str_diffn.3 \ -str_equal.3 \ -str_len.3 \ -str_rchr.3 \ -str_start.3 \ -stralloc_0.3 \ -stralloc_append.3 \ -stralloc_cat.3 \ -stralloc_catb.3 \ -stralloc_catlong0.3 \ -stralloc_catm.3 \ -stralloc_cats.3 \ -stralloc_catulong0.3 \ -stralloc_chomp.3 \ -stralloc_chop.3 \ -stralloc_copy.3 \ -stralloc_copyb.3 \ -stralloc_copym.3 \ -stralloc_copys.3 \ -stralloc_diff.3 \ -stralloc_diffs.3 \ -stralloc_free.3 \ -stralloc_init.3 \ -stralloc_ready.3 \ -stralloc_readyplus.3 \ -stralloc_starts.3 \ -stralloc_zero.3 \ -tai_add.3 \ -tai_approx.3 \ -tai_less.3 \ -tai_now.3 \ -tai_pack.3 \ -tai_sub.3 \ -tai_unpack.3 \ -taia_add.3 \ -taia_addsec.3 \ -taia_approx.3 \ -taia_frac.3 \ -taia_less.3 \ -taia_now.3 \ -taia_pack.3 \ -taia_sub.3 \ -taia_tai.3 \ -taia_uint.3 \ -taia_unpack.3 \ -uint16_pack.3 \ -uint16_pack_big.3 \ -uint16_read.3 \ -uint16_read_big.3 \ -uint16_unpack.3 \ -uint16_unpack_big.3 \ -uint32_pack.3 \ -uint32_pack_big.3 \ -uint32_read.3 \ -uint32_read_big.3 \ -uint32_unpack.3 \ -uint32_unpack_big.3 \ -uint64_pack.3 \ -uint64_pack_big.3 \ -uint64_read.3 \ -uint64_read_big.3 \ -uint64_unpack.3 \ -uint64_unpack_big.3 \ -umult16.3 \ -umult32.3 \ -umult64.3 +libowfat_array.3 \ +libowfat_array_allocate.3 \ +libowfat_array_bytes.3 \ +libowfat_array_cat.3 \ +libowfat_array_cat0.3 \ +libowfat_array_catb.3 \ +libowfat_array_cate.3 \ +libowfat_array_cats.3 \ +libowfat_array_cats0.3 \ +libowfat_array_equal.3 \ +libowfat_array_fail.3 \ +libowfat_array_get.3 \ +libowfat_array_length.3 \ +libowfat_array_reset.3 \ +libowfat_array_start.3 \ +libowfat_array_trunc.3 \ +libowfat_array_truncate.3 \ +libowfat_buffer.3 \ +libowfat_buffer_close.3 \ +libowfat_buffer_feed.3 \ +libowfat_buffer_flush.3 \ +libowfat_buffer_fromsa.3 \ +libowfat_buffer_get.3 \ +libowfat_buffer_get_new_token_sa.3 \ +libowfat_buffer_get_new_token_sa_pred.3 \ +libowfat_buffer_get_token.3 \ +libowfat_buffer_get_token_pred.3 \ +libowfat_buffer_get_token_sa.3 \ +libowfat_buffer_get_token_sa_pred.3 \ +libowfat_buffer_getc.3 \ +libowfat_buffer_getline.3 \ +libowfat_buffer_getline_sa.3 \ +libowfat_buffer_getn.3 \ +libowfat_buffer_getnewline_sa.3 \ +libowfat_buffer_init.3 \ +libowfat_buffer_init_free.3 \ +libowfat_buffer_mmapread.3 \ +libowfat_buffer_peek.3 \ +libowfat_buffer_put.3 \ +libowfat_buffer_put8long.3 \ +libowfat_buffer_putalign.3 \ +libowfat_buffer_puterror.3 \ +libowfat_buffer_puterror2.3 \ +libowfat_buffer_putflush.3 \ +libowfat_buffer_putlong.3 \ +libowfat_buffer_putlonglong.3 \ +libowfat_buffer_putm.3 \ +libowfat_buffer_putnlflush.3 \ +libowfat_buffer_puts.3 \ +libowfat_buffer_putsa.3 \ +libowfat_buffer_putsaflush.3 \ +libowfat_buffer_putsalign.3 \ +libowfat_buffer_putsflush.3 \ +libowfat_buffer_putspace.3 \ +libowfat_buffer_putulong.3 \ +libowfat_buffer_putulonglong.3 \ +libowfat_buffer_putxlong.3 \ +libowfat_buffer_seek.3 \ +libowfat_buffer_tosa.3 \ +libowfat_byte_chr.3 \ +libowfat_byte_copy.3 \ +libowfat_byte_copyr.3 \ +libowfat_byte_diff.3 \ +libowfat_byte_equal.3 \ +libowfat_byte_rchr.3 \ +libowfat_byte_zero.3 \ +libowfat_case_diffb.3 \ +libowfat_case_diffs.3 \ +libowfat_case_lowerb.3 \ +libowfat_case_lowers.3 \ +libowfat_case_starts.3 \ +libowfat_cdb_datalen.3 \ +libowfat_cdb_datapos.3 \ +libowfat_cdb_find.3 \ +libowfat_cdb_firstkey.3 \ +libowfat_cdb_free.3 \ +libowfat_cdb_init.3 \ +libowfat_cdb_keylen.3 \ +libowfat_cdb_keypos.3 \ +libowfat_cdb_nextkey.3 \ +libowfat_cdb_read.3 \ +libowfat_cdb_successor.3 \ +libowfat_dns_ip4.3 \ +libowfat_dns_ip4_packet.3 \ +libowfat_dns_ip4_qualify.3 \ +libowfat_dns_ip6.3 \ +libowfat_dns_ip6_packet.3 \ +libowfat_dns_ip6_qualify.3 \ +libowfat_dns_mx.3 \ +libowfat_dns_mx_packet.3 \ +libowfat_dns_name4.3 \ +libowfat_dns_name4_domain.3 \ +libowfat_dns_name6.3 \ +libowfat_dns_name6_domain.3 \ +libowfat_dns_name_packet.3 \ +libowfat_dns_txt.3 \ +libowfat_dns_txt_packet.3 \ +libowfat_fmt_8long.3 \ +libowfat_fmt_asn1derlength.3 \ +libowfat_fmt_asn1dertag.3 \ +libowfat_fmt_double.3 \ +libowfat_fmt_fill.3 \ +libowfat_fmt_httpdate.3 \ +libowfat_fmt_human.3 \ +libowfat_fmt_humank.3 \ +libowfat_fmt_ip4.3 \ +libowfat_fmt_ip6.3 \ +libowfat_fmt_ip6_flat.3 \ +libowfat_fmt_ip6c.3 \ +libowfat_fmt_ip6if.3 \ +libowfat_fmt_ip6ifc.3 \ +libowfat_fmt_long.3 \ +libowfat_fmt_longlong.3 \ +libowfat_fmt_minus.3 \ +libowfat_fmt_pad.3 \ +libowfat_fmt_plusminus.3 \ +libowfat_fmt_str.3 \ +libowfat_fmt_strm.3 \ +libowfat_fmt_strn.3 \ +libowfat_fmt_uint.3 \ +libowfat_fmt_uint0.3 \ +libowfat_fmt_ulong.3 \ +libowfat_fmt_ulong0.3 \ +libowfat_fmt_ulonglong.3 \ +libowfat_fmt_utf8.3 \ +libowfat_fmt_xlong.3 \ +libowfat_fmt_xlonglong.3 \ +libowfat_iarray_allocate.3 \ +libowfat_iarray_free.3 \ +libowfat_iarray_get.3 \ +libowfat_iarray_init.3 \ +libowfat_imult16.3 \ +libowfat_imult32.3 \ +libowfat_imult64.3 \ +libowfat_io_appendfile.3 \ +libowfat_io_block.3 \ +libowfat_io_canread.3 \ +libowfat_io_canwrite.3 \ +libowfat_io_check.3 \ +libowfat_io_close.3 \ +libowfat_io_closeonexec.3 \ +libowfat_io_createfile.3 \ +libowfat_io_dontwantread.3 \ +libowfat_io_dontwantwrite.3 \ +libowfat_io_eagain.3 \ +libowfat_io_fd.3 \ +libowfat_io_fd_canwrite.3 \ +libowfat_io_finishandshutdown.3 \ +libowfat_io_getcookie.3 \ +libowfat_io_nonblock.3 \ +libowfat_io_passfd.3 \ +libowfat_io_pipe.3 \ +libowfat_io_readfile.3 \ +libowfat_io_readwritefile.3 \ +libowfat_io_receivefd.3 \ +libowfat_io_sendfile.3 \ +libowfat_io_setcookie.3 \ +libowfat_io_socketpair.3 \ +libowfat_io_timeout.3 \ +libowfat_io_timeouted.3 \ +libowfat_io_tryread.3 \ +libowfat_io_tryreadtimeout.3 \ +libowfat_io_trywrite.3 \ +libowfat_io_trywritetimeout.3 \ +libowfat_io_wait.3 \ +libowfat_io_waitread.3 \ +libowfat_io_waituntil.3 \ +libowfat_io_wantread.3 \ +libowfat_io_wantwrite.3 \ +libowfat_iob_addbuf.3 \ +libowfat_iob_addbuf_free.3 \ +libowfat_iob_addfile.3 \ +libowfat_iob_addfile_close.3 \ +libowfat_iob_adds.3 \ +libowfat_iob_adds_free.3 \ +libowfat_iob_bytesleft.3 \ +libowfat_iob_free.3 \ +libowfat_iob_new.3 \ +libowfat_iob_prefetch.3 \ +libowfat_iob_reset.3 \ +libowfat_iob_send.3 \ +libowfat_iob_write.3 \ +libowfat_iopause.3 \ +libowfat_mmap_private.3 \ +libowfat_mmap_read.3 \ +libowfat_mmap_shared.3 \ +libowfat_mmap_unmap.3 \ +libowfat_ndelay_off.3 \ +libowfat_ndelay_on.3 \ +libowfat_open_append.3 \ +libowfat_open_excl.3 \ +libowfat_open_read.3 \ +libowfat_open_rw.3 \ +libowfat_open_trunc.3 \ +libowfat_open_write.3 \ +libowfat_openreadclose.3 \ +libowfat_range_arrayinbuf.3 \ +libowfat_range_bufinbuf.3 \ +libowfat_range_ptrinbuf.3 \ +libowfat_range_str2inbuf.3 \ +libowfat_range_str4inbuf.3 \ +libowfat_range_strinbuf.3 \ +libowfat_range_validbuf.3 \ +libowfat_rangecheck.3 \ +libowfat_readclose.3 \ +libowfat_readclose_append.3 \ +libowfat_scan_8int.3 \ +libowfat_scan_8long.3 \ +libowfat_scan_8short.3 \ +libowfat_scan_asn1derlength.3 \ +libowfat_scan_asn1dertag.3 \ +libowfat_scan_charsetnskip.3 \ +libowfat_scan_double.3 \ +libowfat_scan_httpdate.3 \ +libowfat_scan_int.3 \ +libowfat_scan_ip4.3 \ +libowfat_scan_ip6.3 \ +libowfat_scan_ip6_flat.3 \ +libowfat_scan_ip6if.3 \ +libowfat_scan_long.3 \ +libowfat_scan_longlong.3 \ +libowfat_scan_noncharsetnskip.3 \ +libowfat_scan_nonwhitenskip.3 \ +libowfat_scan_plusminus.3 \ +libowfat_scan_short.3 \ +libowfat_scan_uint.3 \ +libowfat_scan_ulong.3 \ +libowfat_scan_ulonglong.3 \ +libowfat_scan_ushort.3 \ +libowfat_scan_utf8.3 \ +libowfat_scan_whitenskip.3 \ +libowfat_scan_xint.3 \ +libowfat_scan_xlong.3 \ +libowfat_scan_xlonglong.3 \ +libowfat_scan_xshort.3 \ +libowfat_socket_accept4.3 \ +libowfat_socket_accept6.3 \ +libowfat_socket_bind4.3 \ +libowfat_socket_bind4_reuse.3 \ +libowfat_socket_bind6.3 \ +libowfat_socket_bind6_reuse.3 \ +libowfat_socket_broadcast.3 \ +libowfat_socket_connect4.3 \ +libowfat_socket_connect6.3 \ +libowfat_socket_connected.3 \ +libowfat_socket_getifidx.3 \ +libowfat_socket_getifname.3 \ +libowfat_socket_listen.3 \ +libowfat_socket_local4.3 \ +libowfat_socket_local6.3 \ +libowfat_socket_mchopcount6.3 \ +libowfat_socket_mcjoin4.3 \ +libowfat_socket_mcjoin6.3 \ +libowfat_socket_mcleave4.3 \ +libowfat_socket_mcleave6.3 \ +libowfat_socket_mcloop4.3 \ +libowfat_socket_mcloop6.3 \ +libowfat_socket_mcttl4.3 \ +libowfat_socket_recv4.3 \ +libowfat_socket_recv6.3 \ +libowfat_socket_remote4.3 \ +libowfat_socket_remote6.3 \ +libowfat_socket_sctp4.3 \ +libowfat_socket_sctp4b.3 \ +libowfat_socket_sctp6.3 \ +libowfat_socket_sctp6b.3 \ +libowfat_socket_send4.3 \ +libowfat_socket_send6.3 \ +libowfat_socket_tcp4.3 \ +libowfat_socket_tcp4b.3 \ +libowfat_socket_tcp6.3 \ +libowfat_socket_tcp6b.3 \ +libowfat_socket_udp4.3 \ +libowfat_socket_udp6.3 \ +libowfat_str_chr.3 \ +libowfat_str_copy.3 \ +libowfat_str_diff.3 \ +libowfat_str_diffn.3 \ +libowfat_str_equal.3 \ +libowfat_str_len.3 \ +libowfat_str_rchr.3 \ +libowfat_str_start.3 \ +libowfat_stralloc_0.3 \ +libowfat_stralloc_append.3 \ +libowfat_stralloc_cat.3 \ +libowfat_stralloc_catb.3 \ +libowfat_stralloc_catlong0.3 \ +libowfat_stralloc_catm.3 \ +libowfat_stralloc_cats.3 \ +libowfat_stralloc_catulong0.3 \ +libowfat_stralloc_chomp.3 \ +libowfat_stralloc_chop.3 \ +libowfat_stralloc_copy.3 \ +libowfat_stralloc_copyb.3 \ +libowfat_stralloc_copym.3 \ +libowfat_stralloc_copys.3 \ +libowfat_stralloc_diff.3 \ +libowfat_stralloc_diffs.3 \ +libowfat_stralloc_free.3 \ +libowfat_stralloc_init.3 \ +libowfat_stralloc_ready.3 \ +libowfat_stralloc_readyplus.3 \ +libowfat_stralloc_starts.3 \ +libowfat_stralloc_zero.3 \ +libowfat_tai_add.3 \ +libowfat_tai_approx.3 \ +libowfat_tai_less.3 \ +libowfat_tai_now.3 \ +libowfat_tai_pack.3 \ +libowfat_tai_sub.3 \ +libowfat_tai_unpack.3 \ +libowfat_taia_add.3 \ +libowfat_taia_addsec.3 \ +libowfat_taia_approx.3 \ +libowfat_taia_frac.3 \ +libowfat_taia_less.3 \ +libowfat_taia_now.3 \ +libowfat_taia_pack.3 \ +libowfat_taia_sub.3 \ +libowfat_taia_tai.3 \ +libowfat_taia_uint.3 \ +libowfat_taia_unpack.3 \ +libowfat_uint16_pack.3 \ +libowfat_uint16_pack_big.3 \ +libowfat_uint16_read.3 \ +libowfat_uint16_read_big.3 \ +libowfat_uint16_unpack.3 \ +libowfat_uint16_unpack_big.3 \ +libowfat_uint32_pack.3 \ +libowfat_uint32_pack_big.3 \ +libowfat_uint32_read.3 \ +libowfat_uint32_read_big.3 \ +libowfat_uint32_unpack.3 \ +libowfat_uint32_unpack_big.3 \ +libowfat_uint64_pack.3 \ +libowfat_uint64_pack_big.3 \ +libowfat_uint64_read.3 \ +libowfat_uint64_read_big.3 \ +libowfat_uint64_unpack.3 \ +libowfat_uint64_unpack_big.3 \ +libowfat_umult16.3 \ +libowfat_umult32.3 \ +libowfat_umult64.3 Modified: head/devel/libowfat/files/patch-GNUmakefile ============================================================================== --- head/devel/libowfat/files/patch-GNUmakefile Mon Dec 10 06:25:52 2012 (r308587) +++ head/devel/libowfat/files/patch-GNUmakefile Mon Dec 10 06:49:34 2012 (r308588) @@ -1,5 +1,5 @@ ---- ./GNUmakefile.orig Sat Jan 13 13:06:31 2007 -+++ ./GNUmakefile Sat Jan 13 13:06:49 2007 +--- GNUmakefile.orig 2012-12-07 13:56:58.228489366 -0800 ++++ GNUmakefile 2012-12-07 14:03:23.455485788 -0800 @@ -4,10 +4,10 @@ # in /opt/diet, where they are in the default search path for my diet libc # work but don't conflict with anything there. YMMV. @@ -16,7 +16,7 @@ buffer.a mmap.a taia.a tai.a dns.a case.a mult.a array.a io.a \ @@ -15,14 +15,6 @@ - all: t $(LIBS) libowfat.a libsocket + all: $(LIBS) libowfat.a libsocket t -CROSS= -#CROSS=i686-mingw- @@ -29,18 +29,26 @@ CFLAGS += -D_REENTRANT # startrip -@@ -162,10 +154,10 @@ - errmsg.h cdb.h cdb_make.h rangecheck.h +@@ -169,16 +161,16 @@ + errmsg.h cdb.h cdb_make.h rangecheck.h iarray.h va_narg.h isset.h - install: libowfat.a -- install -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR) + install-inc: +- install -d $(INCLUDEDIR) - install -m 644 $(INCLUDES) $(INCLUDEDIR) -- install -m 644 $(wildcard */*.3) $(MAN3DIR) ++ ${INSTALL} -d $(INCLUDEDIR) ++ ${BSD_INSTALL_DATA} -m 644 $(INCLUDES) $(INCLUDEDIR) + + install-lib: libowfat.a +- install -d $(LIBDIR) - install -m 644 libowfat.a $(LIBDIR) -+ ${INSTALL} -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR) -+ ${BSD_INSTALL_DATA} $(INCLUDES) $(INCLUDEDIR) -+ ${BSD_INSTALL_MAN} $(wildcard */*.3) $(MAN3DIR) -+ ${BSD_INSTALL_DATA} libowfat.a $(LIBDIR) ++ ${INSTALL} -d $(LIBDIR) ++ ${BSD_INSTALL_DATA} -m 644 libowfat.a $(LIBDIR) + + install-man: +- install -d $(MAN3DIR) +- install -m 644 $(wildcard */*.3) $(MAN3DIR) ++ ${INSTALL} -d $(MAN3DIR) ++ ${BSD_INSTALL_MAN} -m 644 $(wildcard */*.3) $(MAN3DIR) + + install: install-inc install-man install-lib - uninstall: - rm -f $(patsubst %.h,$(INCLUDEDIR)/%.h,$(INCLUDES))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212100649.qBA6nYEh044895>